ciphrix
08-14-2002, 10:41 PM
Alright, first of all, I know this has been discussed quite a few times before and I did a search (here and at the fluxbox forums) but I'm not having any luck so maybe someone can help me...
I'm trying to launch gkrellm once I've logged into fluxbox. I have read about editing the .xinitrc file in your home directory and all but that's not working. I tried creating the .xinitrc file in my home directory (because it didn't exist) with the following command:
#!/bin/sh
exec gkrellm -w &
and then I chmod 777 .xinitrc (I'm not sure what the number is to make a file only executable to the owner so I just did 777 so I knew it'd be executable... I know this isn't the safest thing to do with files :-)
Anyway, I've tried editing various other files too but I can't get it to execute upon logging in.
Any help?
I'm trying to launch gkrellm once I've logged into fluxbox. I have read about editing the .xinitrc file in your home directory and all but that's not working. I tried creating the .xinitrc file in my home directory (because it didn't exist) with the following command:
#!/bin/sh
exec gkrellm -w &
and then I chmod 777 .xinitrc (I'm not sure what the number is to make a file only executable to the owner so I just did 777 so I knew it'd be executable... I know this isn't the safest thing to do with files :-)
Anyway, I've tried editing various other files too but I can't get it to execute upon logging in.
Any help?