Re: How do I get lineakd to run at startup? Den Wed, 15 Dec 2004 12:08:35 +0000. skrev fred:
> I've finally got lineakd to work but I want it to load automatically at
> boot up. Somehow I need to execute this line
>
> lineakd -f /home/fred/.lineak/lineakd.conf
>
> I assume I need to create a script and make it executable but I don't know
> how to. If I put this script into
>
> /home/fred/.kde3.3/Autostart
>
> will it run automatically in the background when I log in to KDE as that
> is what I require.
> Also has anyone experienced stability problems with lineakconfig? I gave
> up and edited my keyboard config file manually because it kept freezing up
> when I used it.
I am using KDE-autostart to initiate lineakd. To put it quite simple:
cd ~/.kde/Autostart
ln -sf /usr/bin/lineakd .
Or you can create a small script instead... |