You are not logged in.
i installed numlockx and can get it to turn the numlock on from the command line, but what file do i add it to so that it will start when i log in? im using kde
Offline
For KDE, simply place a command in ~/Desktop/Autostart. This will work for XFCE4 as well. For KDE, I believe that it has to be a .desktop file, which means drag a shortcut to the application onto the desktop, and then from there into ~/Desktop/Autostart.
Cast off the Microsoft shackles Jan 2005
Offline
In the case of <code>numlockx</code> you don't even have to do that. I found it easier just to include the command in my <code>~/.xinitrc</code> file, before I load my window manager. It's probably a good idea to background it, which would give you something like this:
numlockx &
exec startxfce4
Obviously you'll have to change it for KDE, but you get the idea. For loading other programs once you're in the desktop environment, then I'd go the <code>~/Desktop/Autostart/</code> route (which is what I do to load programs like adesklets).
Offline
or for kde from konqueror
click on go autostart then rightclick add link to applictaion
Offline
i installed numlockx and can get it to turn the numlock on from the command line, but what file do i add it to so that it will start when i log in? im using kde
You can simply put a link from the application to ~/Desktop/Autostart.
Something like
ln -s /usr/bin/numlockx /home/YOU/Desktop/Autostart
Offline
or for kde from konqueror
click on go autostart then rightclick add link to applictaion
that did it! thanks all!
Offline