LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Help with X aplication.... (https://www.linuxquestions.org/questions/linux-software-2/help-with-x-aplication-74099/)

hulf_slo 07-19-2003 12:03 PM

Help with X aplication....
 
Hi,
I have a Logitech Ituch keyboard... and when I start X I have to load an X APLICATION to enable the extra buttons " xmodmap ". So my question is, has KDE something like " autorun " or an autorun script where I can run this?

Thnx.

fancypiper 07-19-2003 12:22 PM

If you use startx, you should be able to put it in your .xinitrc file. Put it before the DE/WM start up. Here is mine for an example:
Code:

# Duron 950 box "uilleann" user fancy .xinitrc file
# Start the stuff I want to run when I startx

# The artwiz-fonts sometimes conflict with your locale settings. To get
# them to work you may have to put the following at the beginning of your
# .xinitrc file
# export LC=C
# export LC_ALL=C
# exec gnome-session
# exec kde
# Esetroot ~/backgrounds/linux.png &
gkrellm -w &
# This will run a screensaver as your background
# /usr/X11R6/lib/xscreensaver/hopalong -root &
xscreensaver &
exec fluxbox



All times are GMT -5. The time now is 09:02 PM.