-
Forgot to say that you then have to start the daemon after or within the desktop login process of the user and terminate it on logout by killing the pid in /tmp/fjkeyd.pid
on kde
ln -s /usr/bin/fjkeyd ~/.kde/Autostart/
mkdir ~/.kde/shutdown/
touch ~/.kde/shutdown/fjkeyd
vi ~/.kde/shutdown/fjkeyd
put something like this
!/bin/bash
if [ -f /tmp/fjkeyd.pid ]; then...
2007-10-13 22:24:21 UTC by deloptes
-
File Added: apanel.c.diff.
2007-10-13 21:31:57 UTC by deloptes
-
Time ago I posted that it is not wise to have the uid check in fjkeyd, because it then runs the applications as root
As it is user dependent it is wise to have this run as the logged user, then also the applications are started under the logged username.
2007-10-13 21:27:56 UTC by deloptes
-
I solved the problem by modifying the file apanel.c
see attached (unified) diff file
File Added: apanel.c.diff.
2007-10-13 21:14:50 UTC by deloptes
-
Hello,
I use fujitsu siemens 8020D, kernel 2.6.20 with Debian testing.
I tried to compile apanel but failed
make KERNEL_SOURCE=/lib/modules/`uname -r`/build
make -C /lib/modules/2.6.20.1eko1-spl1/build SUBDIRS=`pwd` modules
make[1]: Entering directory `/data/software/linux-2.6.20.1'
CC [M] /opt/software/apanel-linux-1.4.orig/linux/apanel.o...
2007-10-13 21:06:48 UTC by deloptes
-
c0ffee committed patchset 33 of module apanel to the Fujitsu Application Panel driver CVS repository, changing 1 files.
2006-10-01 12:01:32 UTC by c0ffee
-
c0ffee committed patchset 32 of module apanel to the Fujitsu Application Panel driver CVS repository, changing 2 files.
2006-04-05 17:30:28 UTC by c0ffee
-
c0ffee committed patchset 31 of module apanel to the Fujitsu Application Panel driver CVS repository, changing 1 files.
2005-12-10 20:49:24 UTC by c0ffee
-
c0ffee committed patchset 30 of module apanel to the Fujitsu Application Panel driver CVS repository, changing 2 files.
2005-10-31 07:50:22 UTC by c0ffee
-
c0ffee committed patchset 29 of module apanel to the Fujitsu Application Panel driver CVS repository, changing 1 files.
2005-02-18 20:53:55 UTC by c0ffee