diff options
Diffstat (limited to 'debian/patches/04-use-debian-xscreensaver-wrapper.patch')
-rw-r--r-- | debian/patches/04-use-debian-xscreensaver-wrapper.patch | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/debian/patches/04-use-debian-xscreensaver-wrapper.patch b/debian/patches/04-use-debian-xscreensaver-wrapper.patch new file mode 100644 index 0000000..c34cd8b --- /dev/null +++ b/debian/patches/04-use-debian-xscreensaver-wrapper.patch @@ -0,0 +1,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; |