forked from pool/xfce4-session
fda56e1a0b
This time it should work. - Added xfce-portals.conf file. XDP 0.18.0 requires desktop and other environments to have their own portals.conf drop in file and this is a workaround until a better fix lands (boo#1215641) - Added xdg-current-desktop-xfce.desktop to autostart to ensure variable XDG_CURRENT_DESKTOP variable is properly exposed to systemd (boo#1215641) - Relax requirement of branding package version to prevent xfce4-branding-openSUSE breaking on Leap due to repos being out of sync (boo#1216470) OBS-URL: https://build.opensuse.org/request/show/1120587 OBS-URL: https://build.opensuse.org/package/show/X11:xfce/xfce4-session?expand=0&rev=163
14 lines
323 B
Desktop File
14 lines
323 B
Desktop File
[Desktop Entry]
|
|
Encoding=UTF-8
|
|
Version=0.9.4
|
|
Type=Application
|
|
Name=xdg-current-desktop-xfce
|
|
Comment=
|
|
Exec=sh -c "dbus-update-activation-environment --systemd XDG_CURRENT_DESKTOP=$XDG_CURRENT_DESKTOP && systemctl --user restart xdg-desktop-portal"
|
|
OnlyShowIn=XFCE;
|
|
RunHook=0
|
|
StartupNotify=false
|
|
Terminal=false
|
|
Hidden=false
|
|
|