mirror of
https://github.com/labwc/labwc.git
synced 2025-10-28 05:40:22 -04:00
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
7 lines
131 B
Desktop File
7 lines
131 B
Desktop File
[Desktop Entry]
|
|
Name=labwc
|
|
Comment=A wayland stacking compositor
|
|
Exec=labwc
|
|
Icon=labwc
|
|
Type=Application
|
|
DesktopNames=labwc;wlroots
|