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

Re: GNOME 0.20



If you go digging through the v0.20 directions on the gnome website,
you'll  be shown to add the following statement's to your xwindow's
startup file.

Here's how I've modified my /etc/X11/Xsession:

# the following lines are added to startup GNOME:
background-properties --init &
keyboard-properties --init &
mouse-properties --init &
panel &

# the following is at the very end of Xsession - unmodified !
if [ -x $startup ] && grep -q
^allow-user-xsession /etc/X11/config; then
  exec $startup
else
  xterm -ls &
  if [ -e /etc/X11/window-managers ]; then
    for i in `sed 's/#.*//' /etc/X11/window-managers`; do
      if [ -x $i ]; then
        exec $i
      fi
    done
  fi
  exec twm
fi

On 02-Aug-98 Richard L. Alhama wrote:
> On Sun, 2 Aug 1998, Steve Lamb wrote:
> 
>> On Sun, 2 Aug 1998 23:34:06 +0800 (PHT), Richard L. Alhama wrote:
>> 
>> >How can I make GNOME 0.20 working?  I installed all the necessary
>> >packages.  Now what file do I need to edit?  /etc/X11/window-managers or
>> >my $HOME/.xinitrc?
>> 
>> >The apps are working fine (e.g. Eeyes, gnome-help-browser)
>> 
>>     Then it is working.  Gnome isn't a window manager or anything of the
>> sort.  Consider it more like a library that other things are built upon.  So
>> if you want Gnome features you need to get Gnome aware applications, window
>> managers, etc.
> 
> Yup I know that's window-manager independent.  But what I was trying to
> ask was I can't get the cute "taskbar" to appear on my desktop.  Is that a
> "taskbar"?  It's my 1st time running gnome.  
> 
> Please excuse me if I asked incorrectly.  I can't write english
> efficiently.
> 
> 
>                   /\  Richard L. Alhama, Technical Support
>       /vvvvvvvvvvvv \--------------------------------------,
>     .o`^^^^^^^^^^^^ /====================================="
>  ,,''             \/  Cyberspace Laoag,ISP
>   ``,,                http://www2.cyberspace.com.ph/~keyoz
> "Overuse of the smiley is a mark of loserhood!" --The Jargon File
>   *''
> 
> 
> 
> --  
> Unsubscribe?  mail -s unsubscribe debian-user-request@lists.debian.org <
> /dev/null

----------------------------------
E-Mail: Geoffrey L. Brimhall <brimhall@pobox.com>
Date: 03-Aug-98
Time: 21:47:53

This message was sent by XFMail
----------------------------------


--  
Unsubscribe?  mail -s unsubscribe debian-user-request@lists.debian.org < /dev/null


Reply to: