Search Members Help

» Welcome Guest
[ Log In :: Register ]

Mini-ITX Boards Sale, Fanless BareBones Mini-ITX, Bootable 1G DSL USBs, 533MHz Fanless PC <-- SALE $200 each!
Get The Official Damn Small Linux Book. DSL Market , Great VPS hosting provided by Tektonic
Pages: (2) </ [1] 2 >/

[ Track this topic :: Email this topic :: Print this topic ]

reply to topic new topic new poll
Topic: Enhance after startup, How to automatically enhance on startup?< Next Oldest | Next Newest >
Angela Offline





Group: Members
Posts: 2
Joined: April 2004
Posted: April 05 2004,06:03 QUOTE

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 ;)
Back to top
Profile PM 
simmi
Unregistered






Posted: April 05 2004,11:00 QUOTE

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
Back to top
BillH Offline





Group: Members
Posts: 34
Joined: April 2004
Posted: April 05 2004,13:11 QUOTE

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!


--------------
Keep it simple.
Back to top
Profile PM AOL 
Angela Offline





Group: Members
Posts: 2
Joined: April 2004
Posted: April 05 2004,15:55 QUOTE

Thanks for your quick reply guys, it works! :)

Angela
Back to top
Profile PM 
Tomo Offline





Group: Members
Posts: 35
Joined: Mar. 2004
Posted: April 13 2004,12:46 QUOTE

where abouts does the .xinitrc live ?
Back to top
Profile PM 
6 replies since April 05 2004,06:03 < Next Oldest | Next Newest >

[ Track this topic :: Email this topic :: Print this topic ]

Pages: (2) </ [1] 2 >/
reply to topic new topic new poll
Quick Reply: Enhance after startup

Do you wish to enable your signature for this post?
Do you wish to enable emoticons for this post?
Track this topic
View All Emoticons
View iB Code