Public bug reported:

By replacing xscreensaver with gdmflexiserver in xflock4 there is a more 
uniform desktop experience.
This can be done by replacing:
for lock_cmd in \
    "xscreensaver-command -lock" \
    "gnome-screensaver-command --lock"   
do
    $lock_cmd >/dev/null 2>&1 && exit
done

With:

for lock_cmd in \   
    "gdmflexiserver"
do
    $lock_cmd >/dev/null 2>&1 && exit
done

ProblemType: Bug
DistroRelease: Ubuntu 13.04
Package: xfce4-session 4.10.0-2ubuntu1 [modified: usr/bin/xflock4]
ProcVersionSignature: Ubuntu 3.8.0-14.24-generic 3.8.4
Uname: Linux 3.8.0-14-generic x86_64
NonfreeKernelModules: fglrx
ApportVersion: 2.9.2-0ubuntu3
Architecture: amd64
Date: Mon Mar 25 19:40:43 2013
MarkForUpload: True
SourcePackage: xfce4-session
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: xfce4-session (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: amd64 apport-bug raring third-party-packages

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1159964

Title:
  Replace xscreensaver with lightdm builtin "gdmflexiserver"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xfce4-session/+bug/1159964/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to