Re: Can't start gnome



On Tue, Jun 30, 1998 at 08:43:39AM -0400, lduperval@sprint.ca wrote:

> 
> # start some nice programs
> background-properties --init &
> keyboard-properties --init &                                             
> mouse-properties --init &
> panel &        
> fvwm2 &
> tkgoodstuff &
> 
> -------------------------

Your problem is that you have no "magic" program -- when that program shuts 
down, the Xserver will. This "magic" program is indicated by a lack of "&" at
 the end. Here's an example of having "gnome-session" be the magic program --

# Start some nice programs
fvwm2 &
tkgoodstuff &
gnome-session


PS -- gnome-session launches the panel and the *-properties stuff for you. 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]