LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   autostart karamba stuff (https://www.linuxquestions.org/questions/linux-software-2/autostart-karamba-stuff-130756/)

CamelofCamelot 01-02-2004 02:27 AM

autostart karamba stuff
 
I have superkaramba menu that I'd like to autostart when kde starts, and I've read some of the other posts on it, so, following the advice of some other posts on LQ, I wrote a shell script ( which I saved to /root/.kde/menus/menu.sh), and then made a symlink to /root/.kde/Autostart like this:

contents of /root/.kde/menu.sh:
superkaramba ./kroller-v9.4/kroller.theme

Typed into terminal:
#> cd ./.kde/menus
#> ls (it's there)
#> chmod +x ./menu.sh
#> ls (it's green)
#> ln -s ./menu.sh /root/.kde/Autostart

It still won't autostart, though.


I know it's dumb to be root all the time, but typing su is annoying.

johnallen 01-02-2004 02:41 AM

Have you tried adding the line to your rc.local file? I have no idea if it will work. I'm just kind of throwing ideas out.


All times are GMT -5. The time now is 09:32 AM.