Re: .xsession problem
From: Bob Proulx (bob_at_proulx.com)
Date: 09/10/05
- Previous message: Andrew Schulman: "Re: announcing the beginning of security support for testing"
- In reply to: Jim Seymour: ".xsession problem"
- Next in thread: Andras Lorincz: "Re: .xsession problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- application/pgp-signature attachment: Digital signature
- Previous message: Andrew Schulman: "Re: announcing the beginning of security support for testing"
- In reply to: Jim Seymour: ".xsession problem"
- Next in thread: Andras Lorincz: "Re: .xsession problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|