Page 3 of 3

Re: easy tray menu - consider adding it to MX-16

Posted: Mon Nov 14, 2016 10:48 am
by Jerry3904
I have no time ATM to spend with this, just wanted to take an initial look. Saved it, made it executable, ran into an error:

Code: Select all

jb@UTRA:~/MX $ ./yop_menu
rm: cannot remove ‘/home/jb/.pipe.tmp’: No such file or directory

Re: easy tray menu - consider adding it to MX-16

Posted: Mon Nov 14, 2016 10:55 am
by user755
Jerry3904 wrote:I have no time ATM to spend with this, just wanted to take an initial look. Saved it, made it executable, ran into an error:

Code: Select all

jb@UTRA:~/MX $ ./yop_menu
rm: cannot remove ‘/home/jb/.pipe.tmp’: No such file or directory
please keep the filename as:


/home/demo/traymenu


maybe I should make that more obvious. Thanks though! :puppy:

Re: easy tray menu - consider adding it to MX-16

Posted: Mon Nov 14, 2016 10:58 am
by user755
I refined the script a little, thanks!

Re: easy tray menu - consider adding it to MX-16

Posted: Mon Nov 14, 2016 11:07 am
by user755
please also note I made a note in the "long form" above, saying that

rm: cannot remove ‘/home/jb/.pipe.tmp’: No such file or directory

can be safely ignored, while there is no redirect to dev null of this err msg.


overall, netbook users like myself have a real handy tool at heir hands with this, else I would not waste my time on such stuff. improvements welcome! :cool:

Re: easy tray menu - consider adding it to MX-16

Posted: Mon Nov 14, 2016 11:15 am
by Jerry3904
I have no more time now, but should you replace "demo" with "$USER"?

Re: easy tray menu - consider adding it to MX-16

Posted: Mon Nov 14, 2016 11:19 am
by user755
worth checking out.

~ already failed with yad ... so ...

new version 2.4

Posted: Tue Nov 15, 2016 6:08 am
by user755
Jerry3904 wrote:I have no more time now, but should you replace "demo" with "$USER"?
OK, I updated to ver. 2.4 using $HOME

:turtle: advantages:
- just works auto-started, unlike other menues I could mention
- saves repeated entry of root password for call of thunar/dolphin etc.
- fast even on netbooks, everything is kept in ONE SINGLE FILE named /home/demo/traymenu
- works in 3 DTE : KDE, LXDE, XFCE plus probably others
- appfinder seems unlikely to ever find all relevant apps in most distros, so the only solution is a fully manual menu

Re: easy tray menu - consider adding it to MX-16

Posted: Tue Nov 15, 2016 7:42 am
by user755
possible traps:

- with openbox, sudo dolphin may not work, use plasma DT
- autostart in KDE: check "symlink" else a file copy will used, which is usually not desirable