You are not logged in.

#1 2009-04-10 00:10:36

Raccoon1400
Member
From: Ontario, Canada
Registered: 2008-04-14
Posts: 853

start gnome components automatically independant of gnome [SOLVED]

I'm playing with DEs and want to start gnome-components indepently of gnome automatically when X is started.

if I run openbox, I have started these parts of gnome from a terminal

gnome-settings daemon
nautilus
gnome-panel

how can I start these automatically?

Last edited by Raccoon1400 (2009-04-10 15:35:43)


Fustrated Windows users have two options.
1. Resort to the throwing of computers out of windows.
2. Resort to the throwing of windows out of computers.

Offline

#2 2009-04-10 00:25:29

SamC
Member
From: Calgary
Registered: 2008-05-13
Posts: 611
Website

Re: start gnome components automatically independant of gnome [SOLVED]

Just like you would start anything else? Put them in your ~/.xinitrc.

Offline

#3 2009-04-10 00:33:06

Raccoon1400
Member
From: Ontario, Canada
Registered: 2008-04-14
Posts: 853

Re: start gnome components automatically independant of gnome [SOLVED]

that works for some of them.
It doesn't like starting nautilus and the settings daemon from there


Fustrated Windows users have two options.
1. Resort to the throwing of computers out of windows.
2. Resort to the throwing of windows out of computers.

Offline

#4 2009-04-10 00:40:55

zeratul289
Member
From: Liverpool, UK
Registered: 2008-03-07
Posts: 24

Re: start gnome components automatically independant of gnome [SOLVED]

For Openbox specifically, put anything you want to autostart in ~/.config/openbox/autostart.sh. Make sure to append each command with a & in order for them to run concurrently.

Offline

#5 2009-04-10 02:22:35

Raccoon1400
Member
From: Ontario, Canada
Registered: 2008-04-14
Posts: 853

Re: start gnome components automatically independant of gnome [SOLVED]

zeratul289 wrote:

For Openbox specifically, put anything you want to autostart in ~/.config/openbox/autostart.sh. Make sure to append each command with a & in order for them to run concurrently.

Doesn't seem to work:
duncan@duncan-arch ~]$cat ./.config/openbox/autostart.sh
gnome-panel &
gnome-settings-daemon &
nautilus &
duncan@duncan-arch ~]$

Last edited by Raccoon1400 (2009-04-10 02:33:17)


Fustrated Windows users have two options.
1. Resort to the throwing of computers out of windows.
2. Resort to the throwing of windows out of computers.

Offline

#6 2009-04-10 02:42:55

Raccoon1400
Member
From: Ontario, Canada
Registered: 2008-04-14
Posts: 853

Re: start gnome components automatically independant of gnome [SOLVED]

got it now, I had to say openbox-session in .xinitrc instead of just openbox.


Fustrated Windows users have two options.
1. Resort to the throwing of computers out of windows.
2. Resort to the throwing of windows out of computers.

Offline

#7 2009-04-10 08:48:49

moljac024
Member
From: Serbia
Registered: 2008-01-29
Posts: 2,676

Re: start gnome components automatically independant of gnome [SOLVED]

~/.config/openbox/autostart.sh  <-- that's where you should put it

EDIT: Ooops, replied to an older version of this smile

Last edited by moljac024 (2009-04-10 08:54:02)


The day Microsoft makes a product that doesn't suck, is the day they make a vacuum cleaner.
--------------------------------------------------------------------------------------------------------------
But if they tell you that I've lost my mind, maybe it's not gone just a little hard to find...

Offline

#8 2009-04-10 15:36:08

Raccoon1400
Member
From: Ontario, Canada
Registered: 2008-04-14
Posts: 853

Re: start gnome components automatically independant of gnome [SOLVED]

solved, but this idea didn't really gain much speed, if any.


Fustrated Windows users have two options.
1. Resort to the throwing of computers out of windows.
2. Resort to the throwing of windows out of computers.

Offline

Board footer

Powered by FluxBB