blob: c34cd8b6564d17fc360269a95a1c5fce26f87b73 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
Description: xscreensaver ships a wrapper that checks what DM is running,
and conditionally uses either dm-tool or gdmflexiserver.
Author: Unit 193 <unit193@ubuntu.com>
Forwarded: not-needed
Last-Update: 2016-09-21
--- xfce4-session-4.12.1.orig/scripts/xscreensaver.desktop.in
+++ xfce4-session-4.12.1/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;
|