[Bug 1037895] Re: Resolution changes when using KVM Switch

2012-12-27 Thread PhilDubach
As a crude workaround, running this in a terminal window will detect unlocks and run xrandr to detect the screen again: dbus-monitor --session "type='signal',interface='org.gnome.ScreenSaver'" | ( while true; do read X; if echo $X | grep "boolean false" &> /dev/null; then xrandr; fi done ) -- Yo

[Bug 837300] Re: gnome-screensaver proximity command doesn't exist

2012-02-22 Thread PhilDubach
I've been using this as a proximity command instead: dbus-send --type=method_call --dest=org.gnome.ScreenSaver /org/gnome/ScreenSaver org.gnome.ScreenSaver.SimulateUserActivity I'm not sure whether numerigraphe's suggestion to simply use the '-d' option has the same effect. -- You received th

[Bug 938830] [NEW] gnome-screensaver-command no longer supports -p/--poke

2012-02-22 Thread PhilDubach
*** This bug is a duplicate of bug 837300 *** https://bugs.launchpad.net/bugs/837300 Public bug reported: Ubuntu 11.10 blueproximity 1.2.5-5 gnome-screensaver 3.2.0-0ubuntu1 On Oneiric, the blueproximity preference dialog comes pre-populated with lock/unlock/proximity action commands for gn

[Bug 367197] Re: gpsd depends on nonexistent /lib/udev/hotplug.functions

2009-04-26 Thread PhilDubach
** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/25990795/Dependencies.txt -- gpsd depends on nonexistent /lib/udev/hotplug.functions https://bugs.launchpad.net/bugs/367197 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 367197] [NEW] gpsd depends on nonexistent /lib/udev/hotplug.functions

2009-04-26 Thread PhilDubach
Public bug reported: Binary package hint: gpsd When plugging in a USB GPS receiver (GlobalSat ND-100 in my case), udev tries to add the device to the running gpsd (assuming gpsd is correctly configured, see below). The script executed by udev is /lib/udev/gpsd.hotplug.wrapper. This script depen