Tiny Core Linux

Tiny Core Base => TCB Q&A Forum => Topic started by: wonderfulll on May 27, 2010, 07:45:14 AM

Title: Disable TC menu
Post by: wonderfulll on May 27, 2010, 07:45:14 AM
Is there any way to disable TC menu from right mouse click or disable it completely?
Title: Re: Disable TC menu
Post by: ^thehatsrule^ on May 27, 2010, 10:21:01 AM
For the default flwm(topside)?  If there's no option, editing the source and recompiling might be the only way.
Title: Re: Disable TC menu
Post by: wonderfulll on May 27, 2010, 10:44:04 AM
Yes for default flwm.
And that about deleting all entries from menu or leaving just one with fake link? Is it possible?
Title: Re: Disable TC menu
Post by: sandras on May 27, 2010, 02:00:43 PM
I don't think that's possible on FLWM. But I think it's possible on JWM. JWM is a tiny bit bigger and a bit different. Take a look at this to find out how to make it menu-less. http://joewing.net/programs/jwm/config.shtml
Title: Re: Disable TC menu
Post by: wonderfulll on May 28, 2010, 01:23:26 AM
Thanks, everything works perfectly with JWM.
Title: Re: Disable TC menu
Post by: maro on May 28, 2010, 05:22:07 PM
Hmm, I'm not quite sure if the following is what the OP had in mind for FLWM, but rm -rf ~/.wmx is a "most brutal" way to "get rid" of pretty much all FLWM menu entries.

Now to re-establish the "SystemTools" one could use flwm_topside_initmenu and to get the menu entries of all installed extensions back I'd try my luck with: ls /usr/local/tce.installed | xargs -n 1 flwm_topside_makemenu