Skip to content

Commit d06334b

Browse files
committed
Revert "xdg-desktop-portal: Don't ship the x-cinnamon-portals.conf file."
This reverts commit 13ab48c. Relying on the legacy portal ends up breaking the dark/light setting. The reverted commit fixed the settings portal's 'ReadAll' method, but apparently broke 'Read', which is what libadwaita (and most others) use to get the 'color-scheme' setting.
1 parent a542dba commit d06334b

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

data/xdg-portal/meson.build

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# install_data(
2-
# 'x-cinnamon-portals.conf',
3-
# install_dir: join_paths(get_option('datadir'), 'xdg-desktop-portal'),
4-
# )
1+
install_data(
2+
'x-cinnamon-portals.conf',
3+
install_dir: join_paths(get_option('datadir'), 'xdg-desktop-portal'),
4+
)

debian/cinnamon.install

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ usr/libexec
44
usr/share/applications
55
usr/share/dbus-1
66
usr/share/man
7+
usr/share/xdg-desktop-portal

0 commit comments

Comments
 (0)