Re: .xsession problem

From: Bob Proulx (bob_at_proulx.com)
Date: 09/10/05

  • Next message: Kent West: "Re: Help!"
    Date: Sat, 10 Sep 2005 08:50:30 -0600
    To: debian-user@lists.debian.org
    
    
    

    Jim Seymour wrote:
    > Running Debian Etch on an AMD Athalon box with all the current updates.
    > I have tried to no avail to get a .xsession file to launch pland (Plan
    > Daemon) when I log into my box. The file is executable and
    > allow-user-xsession is set in /etc/X11/Xsession.options. The contents of
    > the .xsession are:
    >
    > exec pland (I have tried it with and without exec)

    The exec will overlay and replace the currently running shell with the
    listed command. Usually that would be a window manager. Is pland a
    window manager?

    If you want to start additional programs you should put them in the
    background.

      pland &

    The .xsession file is used by xdm/kdm/gdm. I am hoping that you also
    included a #!/bin/bash --login line and also a line that starts your
    window manager.

      #!/bin/bash --login
      pland &
      exec x-session-manager
      #exec fvwm2
      #exec startkde
      #exec gnome-session

    If you are using 'startx' or simply 'xinit' then you would use the
    ~/.xinitrc file with different contents instead.

    Bob

    
    

    -- 
    To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org 
    with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
    


  • Next message: Kent West: "Re: Help!"

    Relevant Pages

    • Re: problem with X
      ... > errors I got in my XFree86 log. ... > and white screen with a lot of dots on it and a black x for the mouse ... Make sure you have KDE or Gnome or whatever window manager installed and then ... # exec gnome-session ...
      (Debian-User)
    • Re: Start only one program at login
      ... |> The duration of the .xsession script is the duration of your login. ... |> manager - quitting the window manager logs you out. ... You don't need two exec lines. ... Normally the called program is a child of the shell. ...
      (Fedora)
    • Re: I quit
      ... Nothing leads to a window manager other than the ... if you have no .xinitrc the default system file ... #exec startkde ... though you can install whatever you want). ...
      (freebsd-questions)
    • Re: Start only one program at login
      ... |> manager - quitting the window manager logs you out. ... I'm not sure if I should have two exec ... Normally the called program is a child of the shell. ...
      (Fedora)
    • Re: getting siginfo from core file
      ... > user's interest to have functional window manager running. ... But, remembering that exec may fail, you could do something as ... Expressed in this posting are my opinions. ... to opinions held by my employer, Sun Microsystems. ...
      (comp.unix.solaris)