# chromebook

Chromebook is a type of laptop computer powered by the ChromeOS operating system.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## Libreboot 20230319 released!

DevFeed: [Libreboot 20230319 released!](<https://devfeed.tech/articles/libreboot-20230319-released-32707.md>)

Original publisher: [Read original article](<https://libreboot.org/news/libreboot20230319.html>)

Author: Leah Rowe

Published: 2026-09-17T04:32:50.666044Z

Content type: release

Language: en

Sources: [News about Libreboot releases and development](<https://devfeed.tech/sources/news-about-libreboot-releases-and-development.md>)

Topics: [libreboot](<https://devfeed.tech/topics/libreboot.md>), [boot](<https://devfeed.tech/topics/boot.md>), [coreboot](<https://devfeed.tech/topics/coreboot.md>), [x86](<https://devfeed.tech/topics/x86.md>), [chromebook](<https://devfeed.tech/topics/chromebook.md>), [Arm](<https://devfeed.tech/topics/arm.md>), [Debian](<https://devfeed.tech/topics/debian.md>)

Tags: [arm](<https://devfeed.tech/tags/arm.md>), [bios](<https://devfeed.tech/tags/bios.md>), [bug](<https://devfeed.tech/tags/bug.md>), [canoeboot](<https://devfeed.tech/tags/canoeboot.md>), [chromebook](<https://devfeed.tech/tags/chromebook.md>), [coreboot](<https://devfeed.tech/tags/coreboot.md>), [debian](<https://devfeed.tech/tags/debian.md>), [firmware](<https://devfeed.tech/tags/firmware.md>), [flashing](<https://devfeed.tech/tags/flashing.md>), [free-software](<https://devfeed.tech/tags/free-software.md>), [libre](<https://devfeed.tech/tags/libre.md>), [libreboot](<https://devfeed.tech/tags/libreboot.md>), [opensource](<https://devfeed.tech/tags/opensource.md>), [release](<https://devfeed.tech/tags/release.md>), [uefi](<https://devfeed.tech/tags/uefi.md>), [x86](<https://devfeed.tech/tags/x86.md>)

### AI overview

Libreboot 20230319 is a testing release of Libreboot firmware for supported x86 and ARM machines. It adds boards, fixes, and feature additions, while some Chromebook boards and other ROM image configurations are unavailable as precompiled images. The article also warns about installation issues and a bug affecting T440p/W541 images.

### Source excerpt

Article: Libreboot 20230319 released! Web link: https://libreboot.org/news/libreboot20230319.html

## Adaptable apps on ChromeOS: a post-mortem

DevFeed: [Adaptable apps on ChromeOS: a post-mortem](<https://devfeed.tech/articles/adaptable-apps-on-chromeos-a-post-mortem-26155.md>)

Original publisher: [Read original article](<https://dev.to/tkuenneth/adaptable-apps-on-chromeos-a-post-mortem-2gl1>)

Author: Thomas Künneth

Published: 2026-05-23T11:26:02Z

Content type: article

Language: en

Sources: [Thomas Künneth](<https://devfeed.tech/sources/thomas-kunneth.md>)

Topics: [Post Mortem](<https://devfeed.tech/topics/post-mortem.md>), [chromebook](<https://devfeed.tech/topics/chromebook.md>), [Android](<https://devfeed.tech/topics/android.md>), [App](<https://devfeed.tech/topics/app.md>), [Development](<https://devfeed.tech/topics/development.md>)

Tags: [android](<https://devfeed.tech/tags/android.md>), [app](<https://devfeed.tech/tags/app.md>), [chromeos](<https://devfeed.tech/tags/chromeos.md>), [coding](<https://devfeed.tech/tags/coding.md>), [community](<https://devfeed.tech/tags/community.md>), [dev](<https://devfeed.tech/tags/dev.md>), [development](<https://devfeed.tech/tags/development.md>), [engineering](<https://devfeed.tech/tags/engineering.md>), [inclusive](<https://devfeed.tech/tags/inclusive.md>), [post-mortem](<https://devfeed.tech/tags/post-mortem.md>), [software](<https://devfeed.tech/tags/software.md>), [uidesign](<https://devfeed.tech/tags/uidesign.md>)

### AI overview

A post-mortem of attempts to remove ChromeOS's resize confirmation for the Be nice Android app in ARC windows. The article explains how the warning appears in windowed laptop mode, why manifest changes did not remove it on Play Store builds, and how tablet mode differs.

### Source excerpt

In my previous article Building a custom launcher for ChromeOS I described how Be nice runs on Chromebooks: not as a real default home app, because default home settings (Settings.ACTION_HOME_SETTINGS) usually are not available on ChromeOS, but as a normal Android app in an ARC window. I pretended the app is the launcher in code (detectIsHomeApp() returns true on ChromeOS), worked around split-screen bugs that leave the app a black rectangle, and gave up transparent wallpaper for an opaque scaffold because ARC does not show the ChromeOS desktop behind the window the way a phone shows its wallpaper. What that article obviously could not cover is the fight that came right after. For about a week in May 2026 I tried to get rid of a system confirmation ChromeOS shows when users open the preset-size menu in the ARC window title bar and choose Resizable, at least on Play Store builds. During my experiments, manifest changes often looked fine from Android Studio; however, on Play, the dialog stayed. I tried adding XML, asking AI assistants, including Google's own models, for the magic flag. Here's what I learned along the way. What users see ChromeOS does not present Play Store Android apps the same way in every posture. On a convertible or clamshell Chromebook in laptop use, ARC usually places apps in individual windows (chromeos.dev). The title bar often labels the current layout (Phone, Tablet, or Resizable) and opens a menu to switch presets; choosing Resizable is what triggers the warning below, not dragging the window frame by itself (in fact, resizing the window by dragging one of the window edges does not work until it is allowed through the dialog). In tablet mode the picture is different: apps commonly launch and stay full screen, which matches how ChromeOS has long treated touch-first use on detachables (Chrome Unboxed on immersive mode). The resize presets and the warning below matter most when you are in a windowed, laptop-style layout, not when an app is alre