Activity log for bug #1965189

Date Who What changed Old value New value Message
2022-03-16 21:53:27 Jeremy Bícha bug added bug
2022-03-16 21:53:39 Jeremy Bícha nominated for series Ubuntu Jammy
2022-03-16 21:53:39 Jeremy Bícha bug task added gnome-settings-daemon (Ubuntu Jammy)
2022-03-16 21:53:44 Jeremy Bícha tags jammy
2022-03-17 13:28:26 Jeremy Bícha affects gnome-settings-daemon (Ubuntu Jammy) gsettings-desktop-schemas (Ubuntu Jammy)
2022-03-17 14:22:35 Jeremy Bícha gsettings-desktop-schemas (Ubuntu Jammy): status In Progress Fix Committed
2022-03-17 14:25:06 Jeremy Bícha description Test Case --------- 1. From Ubuntu 20.04 LTS or 21.10, open the Settings app. Click Appearance and choose Dark 2. Upgrade to Ubuntu 22.04 LTS 3. Your apps should still be dark Linked Issue ------------ That test case is broken by the libhandy update. See LP: #1964841 We are updating gnome-control-center to set the correct gsettings value (below) when choosing a dark theme. Implementation -------------- We need to set gsettings org.gnome.desktop.interface color-scheme 'prefer-dark' for users using a theme name ending in "-dark" That gsettings schema is provided by gsettings-desktop-schemas. I don't think we should do this in ubuntu-settings because there are people using GTK desktops that don't have ubuntu-settings installed. I suggest we use dh-migrations/session-migration to do this from gnome-settings-daemon. Let me know now if there is a better place for this. Test Case --------- 1. From Ubuntu 20.04 LTS or 21.10, open the Settings app. Click Appearance and choose Dark 2. Upgrade to Ubuntu 22.04 LTS 3. Log out then log back in 4. Your apps should still be dark Linked Issue ------------ That test case is broken by the libhandy update. See LP: #1964841 We are updating gnome-control-center to set the correct gsettings value (below) when choosing a dark theme. Workaround ---------- If you want the fix to apply without logging out at any time, you can run session-migration --file /usr/share/session-migration/scripts/dark-theme-migration.sh This requires gsettings-desktop-schemas 42~rc-1ubuntu2 or higher Or you can run this command yourself instead gsettings set org.gnome.desktop.interface color-scheme 'prefer-dark'
2022-03-17 15:22:29 Jeremy Bícha description Test Case --------- 1. From Ubuntu 20.04 LTS or 21.10, open the Settings app. Click Appearance and choose Dark 2. Upgrade to Ubuntu 22.04 LTS 3. Log out then log back in 4. Your apps should still be dark Linked Issue ------------ That test case is broken by the libhandy update. See LP: #1964841 We are updating gnome-control-center to set the correct gsettings value (below) when choosing a dark theme. Workaround ---------- If you want the fix to apply without logging out at any time, you can run session-migration --file /usr/share/session-migration/scripts/dark-theme-migration.sh This requires gsettings-desktop-schemas 42~rc-1ubuntu2 or higher Or you can run this command yourself instead gsettings set org.gnome.desktop.interface color-scheme 'prefer-dark' Test Case --------- 1. From Ubuntu 20.04 LTS or 21.10, open the Settings app. Click Appearance and choose Dark 2. Upgrade to Ubuntu 22.04 LTS 3. Log out then log back in 4. Your apps should still be dark Linked Issue ------------ That test case is broken by the libhandy update. See LP: #1964841 We are updating gnome-control-center to set the correct gsettings value (below) when choosing a dark theme. Workaround ---------- If you want the fix to apply without logging out at any time, you can run session-migration --file /usr/share/session-migration/scripts/dark-theme-migration.sh This requires gsettings-desktop-schemas 42~rc-1ubuntu3 or higher Or you can run this command yourself instead gsettings set org.gnome.desktop.interface color-scheme 'prefer-dark'
2022-03-20 02:33:54 Launchpad Janitor gsettings-desktop-schemas (Ubuntu Jammy): status Fix Committed Fix Released