Hi,

On Mon, Sep 01, 2008 at 02:36:09PM +0200, Krzysztof Paliga wrote:

> In an users home directory I've created an .xsession file which looks  
> like this:

What's going on if you try with an .Xsession (caps "X") file ?

 
> #!/bin/bash
> /usr/bin/opera

Here, you should put an "&" after the command.

I've here the following .Xsession, which works fine under Debian
Lenny :


#!/bin/bash
#
# .Xsession file

# fichier de config du clavier :
test -r $HOME/.Xmodmap && xmodmap $HOME/.Xmodmap


# lance le screensaver :
xscreensaver -no-splash &


# fait disparaƮtre le pointeur :
unclutter &

# lance le WM
WINDOWMANAGER=openbox-session
exec $WINDOWMANAGER



-- 

JFS.

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_____________________________________________________________________
Ltsp-discuss mailing list.   To un-subscribe, or change prefs, goto:
      https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
For additional LTSP help,   try #ltsp channel on irc.freenode.net

Reply via email to