You are not logged in.
Pages: 1
I'm a total noob so please be easy on me. I installed gnome-do through apt and everything went ok. My question is how do I get it to auto start at login?
Thx in advance.
" Why do I need I.D. to get I.D.? "
Last edited by unspoken000 (2008-12-04 22:58:55)
Offline
hmm, that's a tricky one because gnome-do is linked to the super-space key sequence which the default menu is already linked to.
Offline
Hi unspoken000
You can automatically start any application at the beginning of your Openbox session by editing your autostart.sh file. There is menu link to it under "Preferences -> Openbox Config -> Edit autostart.sh". You can also edit it by entering the following terminal command:
gedit ~/.config/openbox/autostart.shOnce ready for editing, add the following lines somewhere near the bottom and you should be good to go:
# Start GNOME DO
(sleep 2s && gnome-do) &Depending on the speed of your system, you might want to lose the sleep command. It is generally used on older systems.
# Start GNOME DO
gnome-do &Also, I think the version of GNOME Do in Intrepid has a preference option to start silently. It used to be a start-up argument but I am not sure if it still is.
Hope this helps 
Offline
hmm, that's a tricky one because gnome-do is linked to the super-space key sequence which the default menu is already linked to.
Doh! Forgot about that
Oh well, it will be interesting to see it conflicts, will both gnome-do and the Openbox menu appear? Or will gnome-do override the Openbox keybindings? Place your bets! 
Offline
I'd recommend Launchy. I've used Both Gnome-Do and Launchy, and Katapult, and Quicksilver. Launchy wins.. hands down. And it's nice that it works on Linux, Windows and Mac, so I can have it on whatever OS I'm on.
Offline
will both gnome-do and the Openbox menu appear? Or will gnome-do override the Openbox keybindings? Place your bets!
And the winner is ..... the menu!
omns@cbm:~$ gnome-do &
[1] 21831
omns@cbm:~$
(Do:21831): libdo-WARNING **: Binding '<Super>space' failed!Offline
gnome-do --quiet Will launch gnome-do in the background.
I was planning to use it, but dmenu seems to be doing just what I want.
Yeah, the key on rc.xml has to be changed.
For me I go with "W-space" to launch dmenu, "C-space" for the root menu, and "C-A-q" for the open windows.
Offline
Pages: 1
Copyright © 2012 CrunchBang Linux.
Proudly powered by Debian. Hosted by Linode.
Debian is a registered trademark of Software in the Public Interest, Inc.