All I want to do is to launch xchat after my Pi gets to the desktop. No amount of googling has managed to find anything that works, sadly. Simple instructions on which file to put "xchat" into would be appreciated.
Running Raspbian “wheezy”
-
- Posts: 14421
- Joined: Fri Mar 09, 2012 7:36 pm
- Location: Vallejo, CA (US)
Re: Running a command after login
One way to do it would be to open a terminal window and type "xchat" at the prompt.
I'm sure that LXDE has a way to add commands to its menus (and one can easily make desktop shortcuts out of menu items), but I need to research how to do that myself.
I'm sure that LXDE has a way to add commands to its menus (and one can easily make desktop shortcuts out of menu items), but I need to research how to do that myself.
Re: Running a command after login
Should have been more clear, I want to run it automatically.
Re: Running a command after login
~/.xinitrc
put it in there.
put it in there.
My Blog - http://www.sirlagz.net
Visit my blog for Tips, Tricks, Guides and More !
WiFi Issues ? Have a look at this post ! http://www.raspberrypi.org/phpBB3/viewtopic.php?f=28&t=44044
Visit my blog for Tips, Tricks, Guides and More !
WiFi Issues ? Have a look at this post ! http://www.raspberrypi.org/phpBB3/viewtopic.php?f=28&t=44044
Re: Running a command after login
This file does not exist by default. (Yes I know how to ls -a)SirLagz wrote:~/.xinitrc
put it in there.
Adding it both with and without execute permissions does nothing at all.
-
- Posts: 14421
- Joined: Fri Mar 09, 2012 7:36 pm
- Location: Vallejo, CA (US)
Re: Running a command after login
Figures....SirLagz wrote:~/.xinitrc
put it in there.

Re: Running a command after login
That's actually quite handy. I'll have to remember that.SirLagz wrote:~/.xinitrc
put it in there.
Re: Running a command after login
lol, that used to workqwert wrote:This file does not exist by default. (Yes I know how to ls -a)SirLagz wrote:~/.xinitrc
put it in there.
Adding it both with and without execute permissions does nothing at all.
Tried this ?
http://wiki.lxde.org/en/Autostart
My Blog - http://www.sirlagz.net
Visit my blog for Tips, Tricks, Guides and More !
WiFi Issues ? Have a look at this post ! http://www.raspberrypi.org/phpBB3/viewtopic.php?f=28&t=44044
Visit my blog for Tips, Tricks, Guides and More !
WiFi Issues ? Have a look at this post ! http://www.raspberrypi.org/phpBB3/viewtopic.php?f=28&t=44044