Open
Conversation
…d fix multi-DE support - Rename .desktop to br.com.biglinux-settings.desktop and update StartupWMClass to fix taskbar icon association - Change application_id from org.biglinux.biglinux-settings to br.com.biglinux-settings with matching GLib.set_prgname - Add APP_VERSION and APP_ID constants to main.py - Migrate NavigationSplitView to OverlaySplitView with proper min/max sidebar width and width fraction configuration - Sidebar header: add app icon on left, centered title with .heading CSS class, set_show_end_title_buttons(False) - Content header: set_show_start_title_buttons(False) for proper split-header window controls distribution - Replace custom Gtk.Button sidebar navigation with Gtk.ListBox using built-in navigation-sidebar CSS class - Replace Gtk.Box visibility toggling with Gtk.Stack for page navigation (crossfade transitions) - Refactor base_page create_row/create_sub_row to use Adw.ActionRow instead of custom Adw.PreferencesRow (system font sizes, proper HIG compliance, activatable rows) - Add sync_all_switches_async() with threading.Thread to avoid blocking UI during script state checks - Implement lazy page sync: only check script states when a page is first visited instead of all pages at startup - Remove sync_all_switches() from all page __init__ methods (system, usability, preload, devices, ai, docker, performance) - Remove custom .sidebar-button CSS styles and font-size override (OverlaySplitView handles sidebar background automatically) - Store switch._row reference for direct access instead of fragile get_parent().get_parent() traversal - Add GNOME support to usability scripts: numLock (gsettings peripherals.keyboard), windowButtonOnLeftSide (gsettings wm.preferences button-layout), recentFiles (gsettings privacy) - Add XFCE support to usability scripts: numLock (numlockx autostart), recentFiles (xfconf-query) - Fix recentFiles.sh: remove invalid 'local' keyword usage outside function scope - Update bin/biglinux-settings exec -a to match new app ID
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.
Automated PR created by build_package.py
Conflicts resolved automatically (if any)
Ready for automatic merge