diff options
author | Unit 193 <unit193@ubuntu.com> | 2019-01-03 21:12:03 +0100 |
---|---|---|
committer | Yves-Alexis Perez <corsac@debian.org> | 2020-12-23 06:03:14 -0700 |
commit | aa9b6e6d30c94271e0299aad9d1cd3d25a28f2da (patch) | |
tree | 0a52d71eeb857c4129e4a63350c045fb45781e6d /scripts | |
parent | 63d49403dd3889e20fe3a0682098111f0aa552b7 (diff) | |
download | xfce4-session-aa9b6e6d30c94271e0299aad9d1cd3d25a28f2da.tar.gz |
use xscreensaver through the wrapper it ships
xscreensaver ships a wrapper that checks what DM is running,
and conditionally uses either dm-tool or gdmflexiserver.
Forwarded: not-needed
Last-Update: 2016-09-21
Gbp-Pq: Name 0002-use-xscreensaver-through-the-wrapper-it-ships.patch
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/xscreensaver.desktop.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/xscreensaver.desktop.in b/scripts/xscreensaver.desktop.in index b18ba52..66d7dbf 100644 --- a/scripts/xscreensaver.desktop.in +++ b/scripts/xscreensaver.desktop.in @@ -4,6 +4,6 @@ Type=Application _Name=Screensaver _Comment=Launch screensaver and locker program Icon=preferences-desktop-screensaver -Exec=xscreensaver -no-splash +Exec=/usr/share/xscreensaver/xscreensaver-wrapper.sh -no-splash TryExec=xscreensaver OnlyShowIn=XFCE; |