* [gentoo-user] Gnome "Edit Menus"
@ 2009-10-12 14:13 dhk
2009-10-12 14:45 ` Anton Bobov
0 siblings, 1 reply; 6+ messages in thread
From: dhk @ 2009-10-12 14:13 UTC (permalink / raw
To: gentoo-user
After the last update when I got Gnome 2.26 Most everything the the main
application menu was gone. I right clicked on the main app panel and
selected "Edit Menus" and after making a few changes I pressed "Revert"
and now "Edit Menus" doesn't work at all. The window doesn't even come up.
How can I fix this? Does anyone know the command line for "Edit Menus"?
Thanks,
dhk
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] Gnome "Edit Menus"
2009-10-12 14:13 [gentoo-user] Gnome "Edit Menus" dhk
@ 2009-10-12 14:45 ` Anton Bobov
2009-10-12 14:53 ` dhk
0 siblings, 1 reply; 6+ messages in thread
From: Anton Bobov @ 2009-10-12 14:45 UTC (permalink / raw
To: gentoo-user
On Mon, Oct 12, 2009 at 10:13:04 -0400, dhk wrote:
> After the last update when I got Gnome 2.26 Most everything the the main
> application menu was gone. I right clicked on the main app panel and
> selected "Edit Menus" and after making a few changes I pressed "Revert"
> and now "Edit Menus" doesn't work at all. The window doesn't even come up.
>
> How can I fix this? Does anyone know the command line for "Edit Menus"?
To run Gnome menu editor try
$ alacarte
Also see in ~/.config/menus for menu backups. You can replace current
menu (applications.menu) with older file (applications.menu.undo-*).
And read Gnome 2.26 Upgrade Guide section about menu file-collision:
http://gnome.gentoo.org/howtos/gnome-2.26-upgrade.xml
--
Anton
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] Gnome "Edit Menus"
2009-10-12 14:45 ` Anton Bobov
@ 2009-10-12 14:53 ` dhk
2009-10-13 10:58 ` dhk
0 siblings, 1 reply; 6+ messages in thread
From: dhk @ 2009-10-12 14:53 UTC (permalink / raw
To: gentoo-user
Anton Bobov wrote:
> On Mon, Oct 12, 2009 at 10:13:04 -0400, dhk wrote:
>> After the last update when I got Gnome 2.26 Most everything the the main
>> application menu was gone. I right clicked on the main app panel and
>> selected "Edit Menus" and after making a few changes I pressed "Revert"
>> and now "Edit Menus" doesn't work at all. The window doesn't even come up.
>>
>> How can I fix this? Does anyone know the command line for "Edit Menus"?
>
> To run Gnome menu editor try
>
> $ alacarte
>
> Also see in ~/.config/menus for menu backups. You can replace current
> menu (applications.menu) with older file (applications.menu.undo-*).
>
> And read Gnome 2.26 Upgrade Guide section about menu file-collision:
>
> http://gnome.gentoo.org/howtos/gnome-2.26-upgrade.xml
>
Great Thanks
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] Gnome "Edit Menus"
2009-10-12 14:53 ` dhk
@ 2009-10-13 10:58 ` dhk
2009-10-13 12:05 ` Anton Bobov
0 siblings, 1 reply; 6+ messages in thread
From: dhk @ 2009-10-13 10:58 UTC (permalink / raw
To: gentoo-user
dhk wrote:
> Anton Bobov wrote:
>> On Mon, Oct 12, 2009 at 10:13:04 -0400, dhk wrote:
>>> After the last update when I got Gnome 2.26 Most everything the the main
>>> application menu was gone. I right clicked on the main app panel and
>>> selected "Edit Menus" and after making a few changes I pressed "Revert"
>>> and now "Edit Menus" doesn't work at all. The window doesn't even come up.
>>>
>>> How can I fix this? Does anyone know the command line for "Edit Menus"?
>> To run Gnome menu editor try
>>
>> $ alacarte
>>
>> Also see in ~/.config/menus for menu backups. You can replace current
>> menu (applications.menu) with older file (applications.menu.undo-*).
>>
>> And read Gnome 2.26 Upgrade Guide section about menu file-collision:
>>
>> http://gnome.gentoo.org/howtos/gnome-2.26-upgrade.xml
>>
>
> Great Thanks
>
>
When I run alacarte I get the following error.
$ alacarte
Traceback (most recent call last):
File "/usr/bin/alacarte", line 36, in <module>
main()
File "/usr/bin/alacarte", line 32, in main
app = MainWindow(datadir, version, sys.argv)
File "/usr/lib64/python2.6/site-packages/Alacarte/MainWindow.py", line
48, in __init__
self.editor = MenuEditor()
File "/usr/lib64/python2.6/site-packages/Alacarte/MenuEditor.py", line
36, in __init__
self.__loadMenus()
File "/usr/lib64/python2.6/site-packages/Alacarte/MenuEditor.py", line
42, in __loadMenus
self.applications.path = os.path.join(util.getUserMenuPath(),
self.applications.tree.get_menu_file())
File "/usr/lib64/python2.6/posixpath.py", line 65, in join
if b.startswith('/'):
AttributeError: 'NoneType' object has no attribute 'startswith'
I've run python-updater and there's no change.
Is this a corrupt program?
Thanks,
dhk
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] Gnome "Edit Menus"
2009-10-13 10:58 ` dhk
@ 2009-10-13 12:05 ` Anton Bobov
2009-10-13 12:22 ` dhk
0 siblings, 1 reply; 6+ messages in thread
From: Anton Bobov @ 2009-10-13 12:05 UTC (permalink / raw
To: gentoo-user
On Tue, Oct 13, 2009 at 06:58:56 -0400, dhk wrote:
> When I run alacarte I get the following error.
>
> $ alacarte
> Traceback (most recent call last):
> File "/usr/bin/alacarte", line 36, in <module>
> main()
> File "/usr/bin/alacarte", line 32, in main
> app = MainWindow(datadir, version, sys.argv)
> File "/usr/lib64/python2.6/site-packages/Alacarte/MainWindow.py", line
> 48, in __init__
> self.editor = MenuEditor()
> File "/usr/lib64/python2.6/site-packages/Alacarte/MenuEditor.py", line
> 36, in __init__
> self.__loadMenus()
> File "/usr/lib64/python2.6/site-packages/Alacarte/MenuEditor.py", line
> 42, in __loadMenus
> self.applications.path = os.path.join(util.getUserMenuPath(),
> self.applications.tree.get_menu_file())
> File "/usr/lib64/python2.6/posixpath.py", line 65, in join
> if b.startswith('/'):
> AttributeError: 'NoneType' object has no attribute 'startswith'
>
> I've run python-updater and there's no change.
>
> Is this a corrupt program?
Which version of x11-misc/alacarte you use? See bug 282337:
http://bugs.gentoo.org/show_bug.cgi?id=282337
--
Anton
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] Gnome "Edit Menus"
2009-10-13 12:05 ` Anton Bobov
@ 2009-10-13 12:22 ` dhk
0 siblings, 0 replies; 6+ messages in thread
From: dhk @ 2009-10-13 12:22 UTC (permalink / raw
To: gentoo-user
Anton Bobov wrote:
> On Tue, Oct 13, 2009 at 06:58:56 -0400, dhk wrote:
>> When I run alacarte I get the following error.
>>
>> $ alacarte
>> Traceback (most recent call last):
>> File "/usr/bin/alacarte", line 36, in <module>
>> main()
>> File "/usr/bin/alacarte", line 32, in main
>> app = MainWindow(datadir, version, sys.argv)
>> File "/usr/lib64/python2.6/site-packages/Alacarte/MainWindow.py", line
>> 48, in __init__
>> self.editor = MenuEditor()
>> File "/usr/lib64/python2.6/site-packages/Alacarte/MenuEditor.py", line
>> 36, in __init__
>> self.__loadMenus()
>> File "/usr/lib64/python2.6/site-packages/Alacarte/MenuEditor.py", line
>> 42, in __loadMenus
>> self.applications.path = os.path.join(util.getUserMenuPath(),
>> self.applications.tree.get_menu_file())
>> File "/usr/lib64/python2.6/posixpath.py", line 65, in join
>> if b.startswith('/'):
>> AttributeError: 'NoneType' object has no attribute 'startswith'
>>
>> I've run python-updater and there's no change.
>>
>> Is this a corrupt program?
>
> Which version of x11-misc/alacarte you use? See bug 282337:
>
> http://bugs.gentoo.org/show_bug.cgi?id=282337
>
I'm using alacarte 0.12.1, and that looks like the bug. Now to fix it.
Thanks.
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2009-10-13 12:23 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-12 14:13 [gentoo-user] Gnome "Edit Menus" dhk
2009-10-12 14:45 ` Anton Bobov
2009-10-12 14:53 ` dhk
2009-10-13 10:58 ` dhk
2009-10-13 12:05 ` Anton Bobov
2009-10-13 12:22 ` dhk
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox