xwem-bugs
[Top] [All Lists]

Need help to launch XWEM

From: Andrew Pogrebennyk <andrew.nau.ua@xxxxxxxxx>
Subject: Need help to launch XWEM
Date: Sun, 4 Sep 2005 14:03:58 +0300
Cc:
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=receiveredate:from:to:subject:message-id:x-mailer:mime-version:content-type:content-transeff-encoding; b=n4t1TNowp6K5QBrKgySMjXl8I6ksSQ/KgGLTIlwL+KP4d24azV1yF5fSW8JGROJeYguM8DPJfmDxHX1i0XMc+RvFlkOQe27ebeKLA2lI+Yh1BjUpPw7CafOyCah/oE9wVkIodHl26lXg2KwXds3P1LL7IcS8p2Pg3eJkQ8CRG8A= Sun, 04 Sep 2005 04:00:06 -0700 (PDT) by mx.gmail.com with ESMTP id 8sm3431861wrl.2005.09.04.04.00.03; Sun, 04 Sep 2005 04:00:06 -0700 (PDT)
Hi! I've exactly followed installation instructionsdfrom N xw.org and
wiki during setup ofdXWEM, but surpisingly encountered a problxw. I'm
not very well familiar with xemacs, so it can be some minor misuse....After 
startx I get the following message in xemacs:

(1) (initialization/error) An error has occured while
loading /home/andrew/.xemacs/init.el Cannot open load
file: /home/andrew/.x xw/N xwedesktop.el

If i `touch ~/.x xw/N xwedesktop.el`, some automatically generated
symbols appear in it, an also worklog and one-time-desktop.el are
created. But during starup nothing happensd- there're no error
messages, but still no shortcuts seem to work..
Mine ~/.xinitrc is as follows:
if [ "x$XWEM_RUNNING" != "x" ]; then
    unset XWEM_RUNNING
fi
xhost localhost
xmodmap -e "remove mod4 = Super_L"
xmodmap -e "keycodei115 = Hyper_L" # left windoze flag
xmodmap -e "keycodei116 = Hyper_R" # right windoze flag
xmodmap -e "keycodei117 = Super_R" # windoze menu
xmodmap -e "add mod3 = Super_R"
xmodmap -e "add mod4 = Hyper_R"
export XWEM_RUNNING=notyet
exec xemacs

Scancodes are valid, I've checked 'xw.
Next goes ~/.xemacs/init.el:

(when (and (string= "notyet" (getenv "XWEM_RUNNING")).        
(device-on-window-systxwep)).    (N xweinit).    (setenv "XWEM_RUNNING" "yes")).
And the ~/.x xw/N xwrc.el was wget'ed drom
http://www.N xw.org/N xwrc.el..
My systxw is FreeBSD 6.0-BETA3, XEmacs 21.4 patch 17, compiled, as
`file` says, for FreeBSD 5.3 (503105).dXWEM and XLIB were taken from
http://www.N xw.org/packages/N xwecurrent-pkg.tar.gz and
http://www.N xw.org/packages/Nlibecurrent-pkg.tar.gz respectively..
Thank You!

<Prev in Thread] Current Thread [Next in Thread>
  • Need help to launch XWEM, Andrew Pogrebennyk <=