HD Install :: Getting rid of enhanced desktop



Hi guys!

Thanks for all help. Now I can get a nice plain desktop.

Have fun Y'all out there,
meo

Quote (mikshaw @ April 28 2005,12:44)
I think so.  The menu item for "full enhanced" is the enhance script.
"icons only" runs xtdesk, and "no icons" kills xtdesk.
I've been thinking that "icons only" would be more aptly named if it killed the pager and dockapps.  Maybe a little modification of the enhance script is in order...


I changed my Icons only menu to point to this script and it got rid of everything in the slit (although the slit was still there).

Code Sample
#!/bin/bash
xtdesk &
killall -9 fluxter
killall -9 wmcpuload
killall -9 wmnet
killall -9 mount.app
killall -9 asmem
killall -9 wmix


Then no icons takes only the icons away (someone might want the slit but no the icons, and fully enhanced desktop brings everything back.

This is a good idea.

Why?

Because while each dockapp doesn't take up that much memory, all of them combined can quickly chew up a user who wants to free up some RAM to load a big optional extension.

Havining a menu item is alot easier than opening up an xterminal and typing in each killall command like I am doing today.

If you want no icons and want to save a little ram space, I have
Code Sample
rm -f /home/dsl/.xtdesktop/*
in my bootlocal.sh to wipe out the icons entirely. It leaves the dockapps, which I like personally.

Chris

Yes, but does it stop the xtdesk process from running?

The xtdesk process will use a few hundred K or more of RAM if it is running.

Same is true for each dockapp.

Next Page...
original here.