fix(appearance): sync UI state with theme config on import and reset#1905
Open
istekhar8966 wants to merge 3 commits intopop-os:masterfrom
Open
fix(appearance): sync UI state with theme config on import and reset#1905istekhar8966 wants to merge 3 commits intopop-os:masterfrom
istekhar8966 wants to merge 3 commits intopop-os:masterfrom
Conversation
63464e3 to
174b062
Compare
mmstick
approved these changes
Mar 18, 2026
|
setting a theme to:
export -> change some things around -> import it correctly sets the light mode, and sets the square style, but the density is not correctly set. it shows in the UI that this works, with one small exception which is the |
leviport
approved these changes
Mar 30, 2026
Member
leviport
left a comment
There was a problem hiding this comment.
Everything is syncing as expected when importing and resetting.
Regression testing passed:
Checklist
Network & Wireless
Wi-Fi
- Able to disconnect from and connect to a network.
Desktop
Wallpaper
- Clicking a different wallpaper switches to it immediately
- Leaving the page and coming back does not change the wallpaper
Appearance
- Open a COSMIC app and a GNOME app. When switching between Dark and Light mode, the COSMIC app switches immediately, and the GNOME app switches after restarting.
- Changing the accent color works.
- Changing the roundness style works and does not affect other aspects of the theme (e.g. color mode).
- Changing the interface density works.
Panel
- Enable tiling. "Automatically hide panel" takes effect immediately.
- Disable tiling; maximize a window. "Automatically hide panel" takes effect immediately.
Dock
- Enable tiling. "Automatically hide dock" takes effect immediately.
- Disable tiling; maximize a window. "Autommatically hide dock" takes effect immediately.
- Changing position on screen works.
- All Style settings take effect as expected.
Displays
- Plug in a second display. Displays can be rearranged via dragging.
Sound
TBD after devices/profiles are fixed.
Power & Battery
- Changing power mode takes effect and is reflected by top panel applet.
Input Devices
Touchpad
- All click behavior settings work as expected.
- All scrolling settings work as expected.
Applications
Default Applications
- Changing the default terminal affects Super-T shortcut.
X11 Applications Compatibility
- Global Shortcuts in X11 Applications works (in e.g. Discord).
Time & Language
Date & Time
- Changing time zome works.
- Toggling 24-hour time takes effect in Settings preview, on top panel, and on the lock screen.
- Toggling seconds takes effect in Settings preview and on top panel.
- Changing first day of week takes effect in Calendar applet.
- Turning date on/off for applet works.
System & Accounts
About
- Changing hostname works (check terminal prompt).
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.
This PR is a clean version of the fix previously submitted in #1904. It addresses the issue where the UI selection state (Roundness and Density) was not syncing with the applied theme during Import or Reset.