[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: bash profile does not get loaded?



On Thursday 23 September 2004 17:58, Blake Swadling wrote:
> try calling it /etc/X11/Xsession.d/45xfree86-common_xim. It is very
> picky about the name format as i mentioned previously

Even this doesn't work. I have attached the file, maybe someone can take 
a look. :)

Cheers
Arne

-- 
Arne Götje (高盛華) <20030910antispam@gmx.net> 
(Spam catcher.  Address might change in future!)
PGP/GnuPG key: 1024D/685D1E8C
Fingerprint: 2056 F6B7 DEA8 B478 311F  1C34 6E9F D06E 685D 1E8C
Key available at wwwkeys.pgp.net.   Encrypted e-mail preferred.
SYSMODMAP="/etc/X11/Xmodmap"
USRMODMAP="$HOME/.Xmodmap"

if [ -x /usr/bin/X11/xmodmap ]; then
   if [ -f "$SYSMODMAP" ]; then
      xmodmap "$SYSMODMAP"
   fi
fi

if [ -x /usr/bin/X11/xmodmap ]; then
   if [ -f "$USRMODMAP" ]; then
      xmodmap "$USRMODMAP"
   fi
fi
export XMODIFIERS=@im=xcin
/usr/local/bin/xcin -x xcin &
/usr/bin/X11/kinput2 -canna &
/usr/bin/chinput &

Attachment: pgpuVz5xY7TSi.pgp
Description: PGP signature


Reply to: