clacker
Group: Members
Posts: 570
Joined: June 2004 |
|
Posted: April 04 2005,20:31 |
|
Cattrah, have you tried editing the /home/dsl/.fluxbox/menu file and removing the offending items? Then restart X windows to see your changes. Unless you removed that option from the menu. In that case type <crtl><alt><del> and then startx.
If you are remastering, remember to change /KNOPPIX/etc/skel/.fluxbox/menu or when you restart you won't see your changes. I'm assuming you are remastering or the little people restarting the computer would give them access to everything.
I liked your key idea of hiding things until you want them. .fluxbox/keys holds the key bindings. Again remastering requires you to change the /etc/skel/.fluxbox/keys file.
I think it might be possible to write a shell script like the folowing to load the old menu back when you type a certain key:
Code Sample | #!/bin/bash rm /home/dsl/.fluxbox/menu cp /home/dsl/.fluxbox/menu.old /home/dsl/.fluxbox/menu # something to restart fluxbox # I don't know how to do that but someone else might #.fluxbox/menu.old would need to be in the skel directory for remastering |
One word of advice: children are like mice. You never know how they get into things, but they do! They aren't evil, but they're dirty, they make other things dirty, and they cause damage. Get rid of the xterm icon and ANYTHING that lets them do anything but play.
|