Tiny Core Linux

Tiny Core Base => TCB Q&A Forum => Topic started by: bigpcman on May 22, 2009, 10:39:16 PM

Title: How to add "desktop toolbox" menu entries?
Post by: bigpcman on May 22, 2009, 10:39:16 PM
Is there an explanation somewhere of how to manually add menu entries to the "desktop toolbox"? I tried adding a file Test to the .wmx/Tools folder with the contents of the "Top" tool as a test. I made it executable and it shows up in the menu but doesn't execute.

Title: Re: How to add "desktop toolbox" menu entries?
Post by: roberts on May 23, 2009, 01:57:18 AM
The menu structure f flwm is either links to scripts/programs or direct scripts.
I have several examples of each in the /home/tc/.wmx directory.
Post more details of what you are trying to achieve.
Title: Re: How to add "desktop toolbox" menu entries?
Post by: bigpcman on May 23, 2009, 08:01:16 AM
I'm trying to add a Remote Desktop button that runs my remote desktop script.
Title: Re: How to add "desktop toolbox" menu entries?
Post by: mikshaw on May 23, 2009, 08:09:21 AM
what does your Test file look like?
Title: Re: How to add "desktop toolbox" menu entries?
Post by: bigpcman on May 23, 2009, 08:18:33 AM
OK looks like I found the problem. My Test file did not have a Shabang header. Once I added that it worked fine.