WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Remove SystemTools  (Read 1999 times)

Offline bmb

  • Newbie
  • *
  • Posts: 7
Remove SystemTools
« on: May 11, 2011, 03:06:35 AM »
Hello,

Is there a way to remove the "SystemTools" entry from the mouse menu?
  ???
« Last Edit: May 11, 2011, 03:23:07 AM by bmb »

Offline Guy

  • Hero Member
  • *****
  • Posts: 1089
Re: Remove SystemTools
« Reply #1 on: May 11, 2011, 09:38:58 AM »
The menu is in /home/tc/.wmx

One way to change the menu is:

Copy .wmx to another directory.

For example, lets use /home/tc/.mymenu.

So you have a copy of the menu in /home/tc/.mymenu/.wmx

In /home/tc/.mymenu/.wmx delete System Tools, or make any other changes.

Add the following to /opt/bootlocal.sh

Quote
mv /home/tc/.wmx /home/tc/.wmx_old
cp -r /home/tc/.mymenu/.wmx /home/tc/.wmx

When you start the computer, you should have the menu as you set it up in /home/tc/.mymenu/.wmx.

Keep in mind, if you install additional apps, or make changes to On Boot or On Demand, you need to set up the menu again.


To remove it properly, you can do a remaster.
« Last Edit: May 11, 2011, 11:29:41 AM by Guy »
Many people see what is. Some people see what can be, and make a difference.