View previous topic :: View next topic |
Author |
Message |
garyheinl n00b

Joined: 23 Nov 2005 Posts: 18
|
Posted: Wed Nov 23, 2005 5:11 pm Post subject: Gnome Can You Edit the Menus? |
|
|
The only thing I can do with new applications is create a laucher on the desktop. Is there a menu editor program? Gnome help says you can do it but I have no such menu choice when I righ click an existing menu item. |
|
Back to top |
|
 |
pjp Administrator


Joined: 16 Apr 2002 Posts: 20630
|
|
Back to top |
|
 |
chunderbunny Veteran


Joined: 31 May 2004 Posts: 1281 Location: 51°24'27" N, 0°57'15" W
|
Posted: Wed Nov 23, 2005 6:18 pm Post subject: |
|
|
If you right-click on the menu root (not the menu itself) then you can select the "Edit Menus" option which allows you to remove menu entries. You can't add any though. |
|
Back to top |
|
 |
crudh l33t


Joined: 12 May 2005 Posts: 696 Location: Sundbyberg, Sweden
|
Posted: Wed Nov 23, 2005 9:09 pm Post subject: |
|
|
Is that really in normal portage? I don't have it and I synced 30 mins ago. It's still called smeg for me.
* x11-misc/smeg
Latest version available: 0.7.5
Homepage: http://www.realistanew.com/projects/smeg/
Description: Simple Menu Editor for Gnome, written in Python |
|
Back to top |
|
 |
paul555 l33t


Joined: 22 Nov 2004 Posts: 612 Location: Greece
|
Posted: Wed Nov 23, 2005 11:16 pm Post subject: |
|
|
here is the ebuild _________________ "LINUX, MS-DOS, Windows : known as the Good, the Bad and the Ugly."
http://www.gnome.gr |
|
Back to top |
|
 |
simkin Apprentice


Joined: 25 Jun 2003 Posts: 164
|
Posted: Thu Nov 24, 2005 12:26 am Post subject: |
|
|
chunderbunny wrote: | If you right-click on the menu root (not the menu itself) then you can select the "Edit Menus" option which allows you to remove menu entries. You can't add any though. |
Ei, thanks chunderbunny, I didn't know that! It's nearly identical to smeg. |
|
Back to top |
|
 |
sargek Apprentice


Joined: 13 Mar 2005 Posts: 170 Location: Texas
|
Posted: Thu Nov 24, 2005 1:05 am Post subject: Menus |
|
|
chunderbunny wrote: | If you right-click on the menu root (not the menu itself) then you can select the "Edit Menus" option which allows you to remove menu entries. You can't add any though. |
You can add menus in Gnome 2.10, but not by right-clicking. Go to /usr/share/applications and add a .desktop file formatted as the rest of the .desktop files there, and a new menu item will appear. I can't speak for 2.12's capabilities. _________________ "Amongst all things, knowledge is truly the best thing: from it's not being liable ever to be stolen, from it's not being purchasable, and from it's being imperishable." |
|
Back to top |
|
 |
omp Retired Dev


Joined: 10 Sep 2005 Posts: 1018 Location: Glendale, California
|
Posted: Thu Nov 24, 2005 1:57 am Post subject: |
|
|
crudh wrote: |
Is that really in normal portage? I don't have it and I synced 30 mins ago. It's still called smeg for me.
* x11-misc/smeg
Latest version available: 0.7.5
Homepage: http://www.realistanew.com/projects/smeg/
Description: Simple Menu Editor for Gnome, written in Python | I'm guessing it has been renamed. _________________ meow. |
|
Back to top |
|
 |
omp Retired Dev


Joined: 10 Sep 2005 Posts: 1018 Location: Glendale, California
|
|
Back to top |
|
 |
Raftysworld Apprentice


Joined: 27 Feb 2005 Posts: 236 Location: Snohomish, WA
|
Posted: Thu Nov 24, 2005 2:08 am Post subject: |
|
|
Smeg works great except that it would be nice to be able to edit the Places and System menus... I guess places you can sort of edit already. I wonder why the Gnome team gutted the menu editor after 2.8?? _________________ emerge --info
Portage 2.1.4 (default-linux/x86/dev/2007.1, gcc-4.2.2, glibc-2.7-r1, 2.6.24-gentoo i686) |
|
Back to top |
|
 |
sargek Apprentice


Joined: 13 Mar 2005 Posts: 170 Location: Texas
|
Posted: Thu Nov 24, 2005 3:18 am Post subject: Menu standard |
|
|
Raftysworld wrote: | Smeg works great except that it would be nice to be able to edit the Places and System menus... I guess places you can sort of edit already. I wonder why the Gnome team gutted the menu editor after 2.8?? |
I believe 2.10 uses a different standard than 2.8 and they did not have time to write a menu editor for the new standard. _________________ "Amongst all things, knowledge is truly the best thing: from it's not being liable ever to be stolen, from it's not being purchasable, and from it's being imperishable." |
|
Back to top |
|
 |
paul555 l33t


Joined: 22 Nov 2004 Posts: 612 Location: Greece
|
Posted: Thu Nov 24, 2005 9:17 pm Post subject: |
|
|
I installed alacarte in gnome 2.12 it is great but the only problem i have is that for menu entries that doesn't have an icon i can't right click it and select the available options such as properties.Any suggestions? _________________ "LINUX, MS-DOS, Windows : known as the Good, the Bad and the Ugly."
http://www.gnome.gr
Last edited by paul555 on Thu Feb 02, 2006 11:10 am; edited 1 time in total |
|
Back to top |
|
 |
bluefox81 n00b

Joined: 01 Feb 2006 Posts: 7
|
Posted: Thu Feb 02, 2006 12:00 am Post subject: |
|
|
I've the same problem... starting alacarte from a console i get
Code: |
Traceback (most recent call last):
File "/usr/lib/python2.4/site-packages/Alacarte/GnomeFront.py", line 436, in on_editproperties_activate self.dialogs.editEntryDialog(item)
File "/usr/lib/python2.4/site-packages/Alacarte/GnomeDialogHandler.py", line 215, in editEntryDialog iconButton.set_pixmap_subdir(item.iconPath)
TypeError: GnomeIconEntry.set_pixmap_subdir() argument 1 must be string, not None
|
Then you can fix this simply with one line of code:
file "/usr/lib/python2.4/site-packages/Alacarte/GnomeDialogHandler.py"
line 215 --> insert this line
Code: | if item.iconPath == None : item.iconPath = '' |
be careful with the indentation, python use this now strange but smart trick to delimit block
if someone want make a temporary patch... (and who can insert alacarte in the portage-tree.... tnx) |
|
Back to top |
|
 |
paul555 l33t


Joined: 22 Nov 2004 Posts: 612 Location: Greece
|
Posted: Thu Feb 02, 2006 11:19 am Post subject: |
|
|
bluefox81 your fix worked many thanks .I will try to make a patch but i don't promise a lot.You should file a bug with your proposal.And again many thanks _________________ "LINUX, MS-DOS, Windows : known as the Good, the Bad and the Ugly."
http://www.gnome.gr |
|
Back to top |
|
 |
codedmart l33t

Joined: 18 Nov 2003 Posts: 647 Location: Not Quite Sure
|
Posted: Wed Feb 15, 2006 7:04 pm Post subject: |
|
|
When I try to start alacarte I get this error
Code: | Traceback (most recent call last):
File "/usr/bin/alacarte", line 20, in ?
from Alacarte.GnomeFront import GnomeFront
ImportError: No module named Alacarte.GnomeFront |
|
|
Back to top |
|
 |
zietbukuel l33t


Joined: 30 Dec 2005 Posts: 607
|
Posted: Wed Feb 15, 2006 7:26 pm Post subject: |
|
|
Can't find alacarte in portage  |
|
Back to top |
|
 |
Maedhros Bodhisattva


Joined: 14 Apr 2004 Posts: 5511 Location: Durham, UK
|
Posted: Wed Feb 15, 2006 7:43 pm Post subject: |
|
|
It's still smeg-0.7.5 in portage - I guess it just hasn't been updated for a while... _________________ No-one's more important than the earthworm. |
|
Back to top |
|
 |
|