Pmenu - Puppy Menu Editor

Window managers, icon programs, widgets, etc.
Message
Author
User avatar
zigbert
Posts: 6621
Joined: Wed 29 Mar 2006, 18:13
Location: Valåmoen, Norway
Contact:

#31 Post by zigbert »

Trapster
Your Pmenu is better as a standalone app. The one in Stardust is a configuration tool depending on jwm. Sorry for using the same name. - I wasn't aware of your work.


Sigmund

User avatar
jemimah
Posts: 4307
Joined: Wed 26 Aug 2009, 19:56
Location: Tampa, FL
Contact:

#32 Post by jemimah »

I modified it so that the GUI doesn't need to reload when you click on something. I'm also thinking it would be easy to integrate this with LxShortcut for modifying to desktop files.
Attachments
Pmenu.0.1.pet
(1.67 KiB) Downloaded 1275 times

don922
Posts: 433
Joined: Sat 19 Jan 2008, 07:58
Location: Nong Yai Buah

pmenu not installing

#33 Post by don922 »

I have a frugal install of Puppy 4.12 I downloaded Pmenu-0.1.pet and attempted to install it but I keep getting the following error message. I don't think the download is corrupt because I downloaded it several times and from 2 different sources and have tried to install it a couple of times. Always the same error message.

There is no entry in >Menu>Utility for Pmenu.

There is no entry for Pmenu in the PETget package manager.

How do I fix whatever is wrong?
Attachments
pmenu.jpg
(37.63 KiB) Downloaded 1397 times
Last edited by don922 on Wed 26 May 2010, 11:50, edited 1 time in total.
[color=green][i]Don -- Thailand[/i][/color]
[url=http://www.puppylinux.com][img]http://tinypic.com/4e0tojl.jpg[/img][/url]

User avatar
trapster
Posts: 2117
Joined: Mon 28 Nov 2005, 23:14
Location: Maine, USA
Contact:

#34 Post by trapster »

@ don922.

You say you downloaded pmenu-0.1 but the error message shows pmenu.0.1. I'm not sure which one you downloaded and tried but it seems like it might be jemimah's version.
Have you tried pmenu-0.1 from page 1 ?
trapster
Maine, USA

Asus eeepc 1005HA PU1X-BK
Frugal install: Slacko
Currently using full install: DebianDog

don922
Posts: 433
Joined: Sat 19 Jan 2008, 07:58
Location: Nong Yai Buah

#35 Post by don922 »

@trapster:

I downloaded the Pmenu-0.1.pet from page 1 of this thread. When I downloaded Pmenu-0.1.pet and attempted to install it I kept getting the "error message".

I then deleted that .pet and downloaded pmenu.0.1.pet from Dingo's site listed on page 1 of this thread and got the same error message.
[color=green][i]Don -- Thailand[/i][/color]
[url=http://www.puppylinux.com][img]http://tinypic.com/4e0tojl.jpg[/img][/url]

hatchiebird
Posts: 7
Joined: Tue 02 Jun 2009, 02:51
Location: Tennessee, USA

Menu Editor For 5.0

#36 Post by hatchiebird »

I would love to see this tool for puppy 5.0. Need an easy way to delete programs and menu items that are no longer wanted or needed.

User avatar
paulhomebus
Posts: 120
Joined: Thu 21 Jan 2010, 23:23
Location: New Zealand
Contact:

IT WORKS....

#37 Post by paulhomebus »

Downloading the pet package from the top of the page does work for me in Puppy Linux Lucid - based on woof Puppy 5.

Now when you guys get that .desktop file editor goin to edit the menu, and an easy way to change categories or create your own.... we'll really be in business....

BTW - I've tried plenty of distros.... but I LOVE puppy Linux - thanks to the great community... let's make this distro better than windows, ubuntu & Mac !!!! :wink:

nancy reagan
Posts: 544
Joined: Thu 22 Jan 2009, 14:20

Can't I really -edit- the menu, strange names like pudd

#38 Post by nancy reagan »

Is this utility only for adding/removing ?

Would like to be able to really edit in order to make it a bit user friendlier ffor those who were never on linux let alone puppy.

Would like to edit something like Wordprocessor - abiword Spreadsheet - Gnumeric etc.

Very confusing for Windowers.



etc.

User avatar
paulhomebus
Posts: 120
Joined: Thu 21 Jan 2010, 23:23
Location: New Zealand
Contact:

#39 Post by paulhomebus »

Once you figure out how to edit the files under /etc/xdg
you can then change the format of the menu's

Just editing the .desktop files will help you put applications in the right places.

big_bass
Posts: 1740
Joined: Mon 13 Aug 2007, 12:21

#40 Post by big_bass »

Hey trapster

a great app !
and your coding is logical to follow
I did some minor tweaks to make the JWM auto update the menu
to reflect instant changes you make in the GUI
I added jemimah's fix also --- thanks jemimah

*using TXZ packages I can permanently remove the apps from the OS
but your program is useful to hide the apps from users that may be confused by so many apps in the menu

thanks

I am posting the TXZ package for anyone that is using TXZ-pup
since a slack-desc file is also required


http://www.puppy2.org/slaxer/Pmenu-1-i486-3_SLXR.txz



# HOW TO EDIT THIS FILE:
# The "handy ruler" below makes it easier to edit a package description. Line
# up the first '|' above the ':' following the base package name, and the '|' on
# the right side marks the last column you can put a character in. You must make
# exactly 11 lines for the formatting to be correct. It's also customary to
# leave one space after the ':'.

|-----handy-ruler------------------------------------------------------|
Pmenu: Pmenu (trapster)
Pmenu:
Pmenu: http://www.murga-linux.com
Pmenu: /puppy/viewtopic.php?t=40277&search_id=809322187
Pmenu: hide clutter from menu
Pmenu: with fix by Jemimah to not require GUI reloads april 2010
Pmenu: with auto refresh JWM menu big_bass sept 3 2010
Pmenu:
Pmenu: Package created for TXZ_pup
Pmenu:
Pmenu:





here is diff against the fix by Jemimah
so you can see what changed between them

Code: Select all

--- /root/Downloads/Pmenu.0.1/usr/local/pmenu/pmenu	2010-04-14 23:36:52.000000000 +0800
+++ /root/Pmenu-1/usr/local/pmenu/pmenu	2010-09-03 10:08:28.000000000 +0800
@@ -2,6 +2,9 @@
 #created trapster March 2009 for Puppy 4.00, GPL
 #fix by Jemimah to not require GUI reloads april 2010
 
+# sept 3 2010
+#fix by big_bass to auto update JWM and fixmenus to reflect changes instantly in the menu
+
 #finds all items currently listed in the menu...
 /usr/local/pmenu/current_list.sh #writes to /usr/local/pmenu/current_list.txt
 
@@ -13,13 +16,14 @@ export PMENU="<window title=\"Pmenu edit
 
 <vbox>
  <hbox>
-  <text use-markup=\"true\"><label>\"<b>PUPPY MENU EDITOR                                  
+  <text use-markup=\"true\"><label>\"<b>JWM MENU EDITOR                                  
   </b>\"</label></text>
   </hbox>
   <hbox>
   <vbox>
 <frame Choose an Item Below to Have it Removed From the Menu Only        >
 <table>
+
 <label>Current Menu Item</label>
 <height>200</height>
     <variable>TREE1</variable>
@@ -27,11 +31,16 @@ export PMENU="<window title=\"Pmenu edit
     <action>/usr/local/pmenu/remove_item.sh \$TREE1</action>
     <action>/usr/local/pmenu/current_list.sh</action>
     <action>/usr/local/pmenu/removed_list.sh</action>
+    <action>fixmenus</action>
+    <action>jwm -restart</action>
     <action>Clear:TREE1</action>
     <action>Refresh:TREE1</action>
     <action>Clear:TREE2</action>
     <action>Refresh:TREE2</action>
+   
 </table>
+
+
 </frame>
   </vbox>
  </hbox>
@@ -45,13 +54,15 @@ export PMENU="<window title=\"Pmenu edit
     <action>/usr/local/pmenu/add_item.sh \$TREE2</action>
     <action>/usr/local/pmenu/removed_list.sh</action>
     <action>/usr/local/pmenu/current_list.sh</action>
+    <action>fixmenus</action>
+    <action>jwm -restart</action>
     <action>Clear:TREE2</action>
     <action>Refresh:TREE2</action>
     <action>Clear:TREE1</action>
     <action>Refresh:TREE1</action>
+    
 </table>
     
-<button><label>Refresh Menu</label><action>fixmenus</action></button>
 <button><label>Close</label><action>/usr/local/pmenu/close.sh</action></button>
  </frame>
 </hbox>

User avatar
jemimah
Posts: 4307
Joined: Wed 26 Aug 2009, 19:56
Location: Tampa, FL
Contact:

#41 Post by jemimah »

Big_bass, check out afishe2000's improvements as well!

http://murga-linux.com/puppy/viewtopic.php?t=57805

its-me-again
Posts: 109
Joined: Thu 29 Apr 2010, 05:23

#42 Post by its-me-again »

zigbert wrote:Trapster
Your Pmenu is better as a standalone app. The one in Stardust is a configuration tool depending on jwm. Sorry for using the same name. - I wasn't aware of your work.


Sigmund
hi where can we get your version of pmenu. you mention. is it this http://www.murga-linux.com/puppy/viewtopic.php?t=40277

User avatar
trapster
Posts: 2117
Joined: Mon 28 Nov 2005, 23:14
Location: Maine, USA
Contact:

#43 Post by trapster »

trapster
Maine, USA

Asus eeepc 1005HA PU1X-BK
Frugal install: Slacko
Currently using full install: DebianDog

Post Reply