This website requires JavaScript.
Explore
Help
Sign in
mirrors
/
labwc
Watch
1
Star
0
Fork
You've already forked labwc
0
mirror of
https://github.com/labwc/labwc.git
synced
2025-10-29 05:40:24 -04:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
cf123dd78e
labwc
/
data
/
labwc-portals.conf
4 lines
67 B
Text
Raw
Normal View
History
Unescape
Escape
Add labwc to XDG_CURRENT_DESKTOP to support a portals.conf (#1716) The previous `UseIn` key was deprecated in xdg-desktop-portal 1.17/1.18. It has been superceded by the portals.conf structure so that each desktop can configure the precise desired structure for portals. In addition, support was added to the Desktop Entry Specifications to support a `DesktopNames` key that login managers will use to set XDG_CURRENT_DESKTOP. * [portals.conf Documentation](https://github.com/flatpak/xdg-desktop-portal/blob/main/doc/portals.conf.rst.in) * [Example sway-portals.conf](https://salsa.debian.org/swaywm-team/sway/-/blob/debian/sid/debian/sway-portals.conf) * [Desktop Entry Specifications](https://specifications.freedesktop.org/desktop-entry-spec/desktop-entry-spec-latest.html) Ref: flatpak/xdg-desktop-portal#955
2024-10-01 16:33:45 -04:00
[preferred]
default=wlr;*
data: disable Inhibit D-BUS interface in xdg-portals configuration (#2205) The GTK xdg-portal implementation, which is used as the default behind the wlr xdg-portal implementation, exposes the Inhibit interface even on a non-Gnome session. Unfortunately this D-BUS interface does not work on labwc. By explicitly disabling this interface, firefox and may be other applications are not tricked into using the xdg-portal interface but use the Wayland IdleInhibit protocol instead which labwc supports.
2024-10-02 22:32:47 +02:00
org.freedesktop.impl.portal.Inhibit=none
Reference in a new issue
Copy permalink