Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[solved] command in .xinitrc stops others from executing
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo
View previous topic :: View next topic  
Author Message
tuxamd
Apprentice
Apprentice


Joined: 28 Jan 2005
Posts: 281

PostPosted: Tue Feb 15, 2005 12:46 am    Post subject: [solved] command in .xinitrc stops others from executing Reply with quote

This may be a bit of a stupid question but basically want I'm trying to do is:

Code:
/usr/lib/xscreensaver/glmatrix -root

Which sets the glmatrix screen saver as my background. However since having that command run it doesn't end until you kill it. So it runs and prevents the rest of the xinitrc file from executing. Is there a way it can be executed and run in the background or something so that it just sort of finishes and lets the other commands run?

Thank you in advance.


Last edited by tuxamd on Tue Feb 15, 2005 12:52 am; edited 2 times in total
Back to top
View user's profile Send private message
allucid
Veteran
Veteran


Joined: 02 Nov 2002
Posts: 1314
Location: atlanta

PostPosted: Tue Feb 15, 2005 12:48 am    Post subject: Reply with quote

Code:
/usr/lib/xscreensaver/glmatrix -root &

put and '&' symbol after the command to background it.
Back to top
View user's profile Send private message
exklusve
Apprentice
Apprentice


Joined: 23 Aug 2002
Posts: 270
Location: currently ~/

PostPosted: Tue Feb 15, 2005 12:49 am    Post subject: Reply with quote

I think you could add a "&" to the end of that command to have it fork off to another process.


Code:
/usr/lib/xscreensaver/glmatrix -root &


Maybe?
hope that helps!
_________________
eXklusve

You do know that no one gives a shit about your system spec's right?
Back to top
View user's profile Send private message
tuxamd
Apprentice
Apprentice


Joined: 28 Jan 2005
Posts: 281

PostPosted: Tue Feb 15, 2005 12:51 am    Post subject: Reply with quote

Even simpler than I thought :) Thanks for the super fast help!

I love the glmatrix screensaver background.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum