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: (5) </ 1 [2] 3 4 5 >/

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

reply to topic new topic new poll
Topic: starting fluxbox without icons on desktop, how to achieve that?< Next Oldest | Next Newest >
liran Offline





Group: Members
Posts: 28
Joined: May 2005
Posted: May 29 2005,10:02 QUOTE

that doesnt work, sorry...
any other ideas?

(just to make it clear - i want the wharfs/tool-bar to the right but no icons on the desktop)

thanks so far
Back to top
Profile PM 
adssse Offline





Group: Members
Posts: 505
Joined: Mar. 2005
Posted: May 29 2005,14:08 QUOTE

Use this for your .xinitrc (comment out the stuff already in there using '#'). I just tried this on my pc and it loaded just with the slit, no icons.

wmix &>/dev/null &
fluxter -w &>/dev/null &
wmcpuload &>/dev/null &
wmnet -w &>/dev/null &
mount.app &>/dev/null &
asmem -withdrawn -bg black -fg white &>/dev/null &
fluxbox 2>/dev/null

(Thanks to clacker who explained most of this to me)
Back to top
Profile PM 
liran Offline





Group: Members
Posts: 28
Joined: May 2005
Posted: May 29 2005,14:13 QUOTE

im at work right now.
thanks alot for the reply, ill check it when i get back and report if this was
sucessful or not.

laters
Back to top
Profile PM 
ke4nt1 Offline





Group: Members
Posts: 2329
Joined: Oct. 2003
Posted: May 29 2005,15:41 QUOTE

Here's another option..

If your filesystem is writable ..
Edit /usr/bin/enhance like this..
Quote

#!/usr/bin/perl -w
# Author John Andrews
`killall -9 fluxter &>/dev/null`;
system("fluxter -w &");
my $vars = `ps ax &`;
unless ( $vars =~/xtdesk/) {
system("xtdesk &>/dev/null &");
}
`killall -9 xtdesk &>/dev/null`;    <-- add this one line which kills the command
unless ( $vars =~/wmcpuload/) {
system("wmcpuload &>/dev/null &" )
}
unless ( $vars =~/wmnet/) {
system("wmnet -w &>/dev/null &" )
}
unless ( $vars =~/mount.app/) {
system("mount.app &>/dev/null &" )
}
unless ( $vars =~/asmem/) {
system("asmem -withdrawn -bg black -fg white &>/dev/null &" )
}
unless ( $vars =~/wmix/) {
system("wmix &>/dev/null &" )
}
exit;


73
ke4nt
Back to top
Profile PM 
mikshaw Offline





Group: Members
Posts: 4856
Joined: July 2004
Posted: May 29 2005,16:00 QUOTE

Seems strange to start xtdesk just to shut it down. :D
How about removing this part instead:
unless ( $vars =~/xtdesk/) {
system("xtdesk &>/dev/null &");
}


--------------
http://www.tldp.org/LDP/intro-linux/html/index.html
Back to top
Profile PM WEB 
22 replies since May 28 2005,15:56 < Next Oldest | Next Newest >

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

Pages: (5) </ 1 [2] 3 4 5 >/
reply to topic new topic new poll
Quick Reply: starting fluxbox without icons on desktop

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