[Bug 82527] Re: gnome-screensaver-command doesn't work for gnome-screesaver instances started from /etx/X11/Xsession.d

2007-03-20 Thread Oliver Grawert
doing so, thanks for the feedback ** Changed in: gnome-screensaver (Ubuntu) Assignee: (unassigned) = Oliver Grawert Status: Needs Info = Fix Released -- gnome-screensaver-command doesn't work for gnome-screesaver instances started from /etx/X11/Xsession.d

[Bug 82527] Re: gnome-screensaver-command doesn't work for gnome-screesaver instances started from /etx/X11/Xsession.d

2007-03-19 Thread Noah Slater
Oliver, thank you for your comments. I would like to correct your instructions slightly. To get gnome-screensaver to work as described above you need to create a shell script executable such as /usr/bin/launch-custom-session and have it look something like: #!/bin/sh gnome-screensaver $1 Then

[Bug 82527] Re: gnome-screensaver-command doesn't work for gnome-screesaver instances started from /etx/X11/Xsession.d

2007-03-14 Thread Oliver Grawert
could you paste your Xsessiond.d script you use for gnome-screensaver? note that just executing stuff from there wont give you the same environment variables as adding the app to the STARTUP variable to have it executed by the ssh-agent session that also runs dbus ** Changed in: gnome-screensaver

[Bug 82527] Re: gnome-screensaver-command doesn't work for gnome-screesaver instances started from /etx/X11/Xsession.d

2007-03-14 Thread Oliver Grawert
oh, crap, sorry you already did ... you need to invoke the app yui want like: STARTUP=gnome-screenaver $STARTUP in the Xsession.d script ... -- gnome-screensaver-command doesn't work for gnome-screesaver instances started from /etx/X11/Xsession.d https://launchpad.net/bugs/82527 --

[Bug 82527] Re: gnome-screensaver-command doesn't work for gnome-screesaver instances started from /etx/X11/Xsession.d

2007-03-14 Thread Noah Slater
Thanks for your feedback. I will test this at the earliest available opportunity. -- gnome-screensaver-command doesn't work for gnome-screesaver instances started from /etx/X11/Xsession.d https://launchpad.net/bugs/82527 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com

[Bug 82527] Re: gnome-screensaver-command doesn't work for gnome-screesaver instances started from /etx/X11/Xsession.d

2007-02-20 Thread Pete Savage
This bug is now affecting Thin Client Manager too. the scp-client script is run from Xsession.d, but when it tried to run the lock screen command, it fails to communicate with the gnome-screensaver. However, if I run scp-client in a terminal window, everything works as expected Can you suggest

[Bug 82527] Re: gnome-screensaver-command doesn't work for gnome-screesaver instances started from /etx/X11/Xsession.d

2007-02-20 Thread Pete Savage
** Changed in: gnome-screensaver (Ubuntu) Status: Unconfirmed = Confirmed -- gnome-screensaver-command doesn't work for gnome-screesaver instances started from /etx/X11/Xsession.d https://launchpad.net/bugs/82527 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com

[Bug 82527] Re: gnome-screensaver-command doesn't work for gnome-screesaver instances started from /etx/X11/Xsession.d

2007-02-01 Thread Noah Slater
I have now double and triple checked. D-Bus is running before my Xsession script calls gnome-screensaver as it's Xsession start-up script is called before my custom one. I have even tried to call gnome- screensaver with: dbus-launch gnome-screensaver All of this is to no avail. The first

[Bug 82527] Re: gnome-screensaver-command doesn't work for gnome-screesaver instances started from /etx/X11/Xsession.d

2007-01-31 Thread Noah Slater
** Attachment added: A strace of gnome-screensaver-command (with no arguments) with only the original instance running http://librarian.launchpad.net/6020395/strace-bad -- gnome-screensaver-command doesn't work for gnome-screesaver instances started from /etx/X11/Xsession.d

[Bug 82527] Re: gnome-screensaver-command doesn't work for gnome-screesaver instances started from /etx/X11/Xsession.d

2007-01-31 Thread Noah Slater
** Attachment added: This is a strace of gnome-screensaver-command (with no arguments) with a second instance of gnome-screensaver running http://librarian.launchpad.net/6020416/strace-good -- gnome-screensaver-command doesn't work for gnome-screesaver instances started from

[Bug 82527] Re: gnome-screensaver-command doesn't work for gnome-screesaver instances started from /etx/X11/Xsession.d

2007-01-31 Thread Oliver Grawert
do you have dbus running ? gnome apps comunicate through it nowadays ... -- gnome-screensaver-command doesn't work for gnome-screesaver instances started from /etx/X11/Xsession.d https://launchpad.net/bugs/82527 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com

[Bug 82527] Re: gnome-screensaver-command doesn't work for gnome-screesaver instances started from /etx/X11/Xsession.d

2007-01-31 Thread Noah Slater
No, I am not running GNOME. Would this really make a difference, it works when invoke it manually? What difference would this make? I can try again tomorrow when I am at my computer and report back. How would I manually get dbus running? -- gnome-screensaver-command doesn't work for