Tiny Core Linux

Tiny Core Base => TCB Talk => Topic started by: bmarkus on July 12, 2009, 11:42:37 AM

Title: How to start WM without WBAR?
Post by: bmarkus on July 12, 2009, 11:42:37 AM
How can I start a WM without starting WBAR? Tried to change /etc/sysconfig/icons from a script in /usr/local/tce.installed but it always keeps wbar, while in the same script I can change /etc/sysconfig/desktop to WM I want to get started.

Would like to avoid using the noicons boot parameter.

Please advice.
Title: Re: How to start WM without WBAR?
Post by: curaga on July 12, 2009, 11:45:25 AM
Would like to avoid using the noicons boot parameter.
Why?

You could replicate what the bootcode does manually.
Title: Re: How to start WM without WBAR?
Post by: mikshaw on July 14, 2009, 07:17:01 AM
either one of these should make the 'wbar' command do nothing

Code: [Select]
alias wbar='' #added to .ashrcor
Code: [Select]
touch $HOME/.local/bin/wbar
chmod +x $HOME/.local/bin/wbar

It won't work if wbar is called with its full path.
Title: Re: How to start WM without WBAR?
Post by: roberts on July 14, 2009, 09:26:03 AM
You could opt for microcore + core elements, no wbar there.