IceWM does not obey startup script
Posted: 19 Jul 2013, 23:38
Hello again,
I've written up a startup script in ~/.icewm, and it wasn't being obeyed. The script:
When I found it not obeying that, I did some reading up, and found that if it doesn't obey the startup script, then one should add some things to ~/.xinitrc. Well, I didn't have an ~/.xinitrc, so wrote one up. The problem I was thinking on that is that it seems most WMs don't obey ~/.xinitrc any more, and it seems I was right. It goes like this though:
I was right, it's not obeying that, either...
So, any clue what else there is to try? Mageia 3, IceWM.
Thanks.
I've written up a startup script in ~/.icewm, and it wasn't being obeyed. The script:
Code: Select all
#!/bin/bash
# IceWM startup
#desc Startup programs for IceWM
sleep 1; qasmixer &
sleep 1; qlipper
sleep 1; xscreensaver -no-splash &
sleep 25; /usr/bin/startguake.shWhen I found it not obeying that, I did some reading up, and found that if it doesn't obey the startup script, then one should add some things to ~/.xinitrc. Well, I didn't have an ~/.xinitrc, so wrote one up. The problem I was thinking on that is that it seems most WMs don't obey ~/.xinitrc any more, and it seems I was right. It goes like this though:
Code: Select all
. #!/bin/sh
#
# ~/.xinitrc
#
# Executed by startx (run your window manager from here)
#
# exec wmaker
# exec startkde
# numlockx on &
/home/dedanna/.icewm/startup &
icewm
# exec blackbox
# exec fluxbox
# exec gnomeI was right, it's not obeying that, either...
So, any clue what else there is to try? Mageia 3, IceWM.
Thanks.