Enhance after startupForum: X and Fluxbox Topic: Enhance after startup started by: Angela Posted by Angela on April 05 2004,06:03
Hi folks!How can I configure DSL to enhance fluxbox directly after startup (Given a DSL install on a USB memory stick)? I guess the enhance command launches a script which brings up the icons, but the icons aren't mentioned in the fluxbox docu, so I'm not so sure if this is even part of fluxbox... Please point me in the right direction, I'd appreciate any hint [Edit] I know about the possibility to boot DSL with "knoppix enhance", but I'd like to have it completely automatically because the memory stick will be in use by another person... [/Edit] Angela P.S. Sorry for my poor english ;) Posted by simmi on April 05 2004,11:00
you have to customize your .xinitrc.After reading your posting i tried this .xinitrc(nano .xinitrc) gives me #Be sure bla bla enhance &>/dev/null & fluxbox Then store your new .xinitrc done Posted by BillH on April 05 2004,13:11
Hi Angela,in .xinitrc I changed grep enhance /proc/cmdline >/dev/null if [ $? == 0 ]; then enhance &>/dev/null & fi to grep plain /proc/cmdline >/dev/null if [ $? == 1 ]; then enhance &>/dev/null & fi Now I always get "enhance", EXCEPT if I type "knoppix plain". Plain gives me fluxbox without enhance. Good luck! Posted by Angela on April 05 2004,15:55
Thanks for your quick reply guys, it works! Angela Posted by Tomo on April 13 2004,12:46
where abouts does the .xinitrc live ?
Posted by roberts on April 13 2004,18:11
It lives in your home directory. If you don't have it, then you must have an old version. It has been available for awhile.
Posted by Tomo on April 14 2004,09:34
Sorted thanks
|