David Seikel wrote:
Thanks, but I did A) and no joy. I am not sure how Entrance detects sessions, does it lookOn Sat, 02 Sep 2006 12:02:20 +1200 Bernard Mentink <[EMAIL PROTECTED]> wrote: in /etc/X11/Sessions/ if so, I have an e17 file in there that has this as it's contents: -----------------------------------------------------------------/etc/X11/Sessions/e17--------------------------------- #!/bin/sh startup=$HOME/.xsession userresources=$HOME/.Xresources usermodmap=$HOME/.Xmodmap userxkbmap=$HOME/.Xkbmap sysresources=/etc/X11/Xresources sysmodmap=/etc/X11/Xmodmap sysxkbmap=/etc/X11/Xkbmap # merge in defaults if [ -f "$sysresources" ]; then xrdb -merge "$sysresources" fi if [ -f "$userresources" ]; then xrdb -merge "$userresources" fi # merge in keymaps if [ -f "$sysxkbmap" ]; then setxkbmap `< "$sysxkbmap"` XKB_IN_USE=yes fi if [ -f "$userxkbmap" ]; then setxkbmap `< "$userxkbmap"` XKB_IN_USE=yes fi # xkb and xmodmap don't play nice together if [ -z "$XKB_IN_USE" ]; then if [ -f "$sysmodmap" ]; then xmodmap "$sysmodmap" fi if [ -f "$usermodmap" ]; then xmodmap "$usermodmap" fi fi unset XKB_IN_USE if [ -x "$startup" ]; then exec "$startup" fi exec /usr/bin/enlightenment-0.17 ------------------------------------------------------------------------------- Any more suggestions? Thanks. |
------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________ enlightenment-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-users
