View previous topic :: View next topic |
Author |
Message |
meital Tux's lil' helper
Joined: 17 Feb 2004 Posts: 93
|
Posted: Mon Aug 09, 2004 3:52 pm Post subject: entrance and .xsession |
|
|
i'm trying to open some apps with X, but for some reason it doesn't work. this is my .xsession file: Code: | #!/bin/sh
/usr/libexec/gnome-settings-daemon &
exec gkrellm2
| I have the same file named .xinitrc and if i startx from the console it works. both files have execute permissions. does it have anything to do with entrance? |
|
Back to top |
|
|
Chewi Developer
Joined: 01 Sep 2003 Posts: 886 Location: Edinburgh, Scotland
|
Posted: Mon Aug 09, 2004 3:56 pm Post subject: |
|
|
Yes. I had a good dig through the Entrance source the other day so that I could add a new feature. Unfortunately a lot of the stuff is still hard-coded and development is a little on the slow side. I'm waiting for some modifications in CVS before finalising my new feature. Maybe I'll add that while I'm at it but I'm not promising anything. I'm still a relatively inexperienced coder.
In the meantime, you could add this stuff to the system-wide session file in /etc/X11/Sessions. Modify the file that goes with your WM. |
|
Back to top |
|
|
meital Tux's lil' helper
Joined: 17 Feb 2004 Posts: 93
|
Posted: Mon Aug 09, 2004 4:39 pm Post subject: |
|
|
thanks it worked..
btw, do you know how to disable the users box from the Nebulous theme? |
|
Back to top |
|
|
Chewi Developer
Joined: 01 Sep 2003 Posts: 886 Location: Edinburgh, Scotland
|
Posted: Mon Aug 09, 2004 5:22 pm Post subject: |
|
|
Nope I don't know anything about the themes and I use the Taillights theme. Sorry. |
|
Back to top |
|
|
|