Skip to content

Commit

Permalink
xdg-desktop-portal: Don't ship the x-cinnamon-portals.conf file.
Browse files Browse the repository at this point in the history
This is the 'new' way of declaring portal support, but the order
of precedence that this was supposed to fix is currently broken,
and the Gtk portal services some requests that our implementation
(xdg-desktop-portal-xapp) should be handling.

The xdg-destop-portal-xapp package still installs the 'deprecated'
xapp.portal file, with which everything still works as it should.

We can re-add this file once we confirm upstream has fixed the
ordering issue.

Ref:
flatpak/xdg-desktop-portal#1240
  • Loading branch information
mtwebster committed Jun 14, 2024
1 parent 3aed68c commit 13ab48c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
8 changes: 4 additions & 4 deletions data/xdg-portal/meson.build
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
install_data(
'x-cinnamon-portals.conf',
install_dir: join_paths(get_option('datadir'), 'xdg-desktop-portal'),
)
# install_data(
# 'x-cinnamon-portals.conf',
# install_dir: join_paths(get_option('datadir'), 'xdg-desktop-portal'),
# )
1 change: 0 additions & 1 deletion debian/cinnamon.install
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@ usr/libexec
usr/share/applications
usr/share/dbus-1
usr/share/man
usr/share/xdg-desktop-portal

0 comments on commit 13ab48c

Please sign in to comment.