Launcher: remove screen-blanking, trim settings menu, fix WiFi/app visibility#83
Merged
Merged
Conversation
…visibility - #92: remove all DarkTime screen-blanking/backlight/black-overlay logic (delete ui_darkscreen.*, drop the ui_darkscreen_filter_key keyboard hook and ui_darkscreen_tick call, remove the DarkTime settings entry). The device does not need idle blanking and backlight control was ineffective. - #93: remove the "Run Setup Wizard" and "Factory Reset" settings entries. - #66: strip the imager/netplan "netplan-<iface>-" prefix from displayed Wi-Fi SSIDs so the UI shows the plain network name. - #59: stop hidden built-in apps from reappearing in the launcher by never letting a third-party .desktop shadow a built-in, and locate the Launcher settings menu by label instead of a fixed index when toggling visibility. Co-authored-by: Cursor <cursoragent@cursor.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
ui_darkscreen.*, drop theui_darkscreen_filter_keykeyboard hook +ui_darkscreen_tickcall, remove the DarkTime settings entry). Idle blanking isn't needed on this device and backlight control was ineffective.netplan-<iface>-prefix from displayed Wi-Fi SSIDs so the UI shows the plain network name..desktopshadow a built-in, and locate the Launcher settings menu by label instead of a fixed index when toggling visibility.Test plan
netplan-wlan0-prefix.Made with Cursor