Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Gentoo: AMD64

Wine menus

 

 

Gentoo amd64 RSS feed   Index | Next | Previous | View Threaded


ca-lists at madeiratecnopolo

Oct 29, 2009, 8:25 AM

Post #1 of 7 (1087 views)
Permalink
Wine menus

Ever since the upgrade of Gnome to 2.2.6 I have had a problem with the
Wine menus.

Actually the Wine menus are gone and the individual icons for the
windoze apps, such as Winamp, are now scatter under the menu "Others".

One interesting bit, is that if I delete the
$HOME/.config/menus/gnome-applications.menu file, I get the correct Wine
menu structure, but the moment I open the Menu Editor (alacarte), it
creates a new $HOME/.config/menus/gnome-applications.menu and the Wine
menu structure disappears and the icons all end up in the "Others"
category.

Does anybody else have this problem? Can anybody help me?

Clemente


paul.hartman+gentoo at gmail

Oct 29, 2009, 12:09 PM

Post #2 of 7 (1044 views)
Permalink
Re: Re: Wine menus [In reply to]

On Thu, Oct 29, 2009 at 1:47 PM, Nikos Chantziaras <realnc [at] arcor> wrote:
> On 10/29/2009 05:25 PM, Clemente Aguiar wrote:
>>
>> Ever since the upgrade of Gnome to 2.2.6 I have had a problem with the
>> Wine menus.
>>
>> Actually the Wine menus are gone and the individual icons for the
>> windoze apps, such as Winamp, are now scatter under the menu "Others".
>>
>> One interesting bit, is that if I delete the
>> $HOME/.config/menus/gnome-applications.menu file, I get the correct Wine
>> menu structure, but the moment I open the Menu Editor (alacarte), it
>> creates a new $HOME/.config/menus/gnome-applications.menu and the Wine
>> menu structure disappears and the icons all end up in the "Others"
>> category.
>>
>> Does anybody else have this problem? Can anybody help me?
>
> That is quite peculiar since the same happens with KDE4 (where it was
> working OK in KDE3).

I haven't tried it, but this looks like it may contain a solution/workaround:

http://wiki.archlinux.org/index.php/Wine#KDE_4_Menu_Fix.5B1.5D

(quoting that page from here on)

KDE 4 Menu Fix[1]

The Wine menu items may appear in "Lost & Found" instead of the Wine
menu for KDE 4. This is because kde-applications.menu is missing the
MergeDir option.

Edit /etc/xdg/menus/kde-applications.menu

At the end of the file add <MergeDir>applications-merged</MergeDir>
after <DefaultMergeDirs/>, it should look like this:

<Include>
<And>
<Category>KDE</Category>
<Category>Core</Category>
</And>
</Include>
<DefaultMergeDirs/>
<MergeDir>applications-merged</MergeDir>
<MergeFile>applications-kmenuedit.menu</MergeFile>
</Menu>

Alternatively you can create a symlink to a folder that KDE does see:

ln -s ~/.config/menus/applications-merged
~/.config/menus/kde-applications-merged

This has the added bonus that an update to KDE won't change it, but is
per user instead of system wide.


realnc at arcor

Oct 29, 2009, 12:20 PM

Post #3 of 7 (1044 views)
Permalink
Re: Wine menus [In reply to]

On 10/29/2009 05:25 PM, Clemente Aguiar wrote:
> Ever since the upgrade of Gnome to 2.2.6 I have had a problem with the
> Wine menus.
>
> Actually the Wine menus are gone and the individual icons for the
> windoze apps, such as Winamp, are now scatter under the menu "Others".
>
> One interesting bit, is that if I delete the
> $HOME/.config/menus/gnome-applications.menu file, I get the correct Wine
> menu structure, but the moment I open the Menu Editor (alacarte), it
> creates a new $HOME/.config/menus/gnome-applications.menu and the Wine
> menu structure disappears and the icons all end up in the "Others"
> category.
>
> Does anybody else have this problem? Can anybody help me?

That is quite peculiar since the same happens with KDE4 (where it was
working OK in KDE3).


ca-lists at madeiratecnopolo

Oct 30, 2009, 2:55 AM

Post #4 of 7 (1050 views)
Permalink
Re: Re: Wine menus [In reply to]

Qui, 2009-10-29 às 14:09 -0500, Paul Hartman escreveu:
> On Thu, Oct 29, 2009 at 1:47 PM, Nikos Chantziaras <realnc [at] arcor> wrote:
> > On 10/29/2009 05:25 PM, Clemente Aguiar wrote:
> >>
> >> Ever since the upgrade of Gnome to 2.2.6 I have had a problem with the
> >> Wine menus.
> >>
> >> Actually the Wine menus are gone and the individual icons for the
> >> windoze apps, such as Winamp, are now scatter under the menu "Others".
> >>
> >> One interesting bit, is that if I delete the
> >> $HOME/.config/menus/gnome-applications.menu file, I get the correct Wine
> >> menu structure, but the moment I open the Menu Editor (alacarte), it
> >> creates a new $HOME/.config/menus/gnome-applications.menu and the Wine
> >> menu structure disappears and the icons all end up in the "Others"
> >> category.
> >>
> >> Does anybody else have this problem? Can anybody help me?
> >
> > That is quite peculiar since the same happens with KDE4 (where it was
> > working OK in KDE3).
>
> I haven't tried it, but this looks like it may contain a solution/workaround:
>
> http://wiki.archlinux.org/index.php/Wine#KDE_4_Menu_Fix.5B1.5D
>
> (quoting that page from here on)
>
> KDE 4 Menu Fix[1]
>
> The Wine menu items may appear in "Lost & Found" instead of the Wine
> menu for KDE 4. This is because kde-applications.menu is missing the
> MergeDir option.
>
> Edit /etc/xdg/menus/kde-applications.menu
>
> At the end of the file add <MergeDir>applications-merged</MergeDir>
> after <DefaultMergeDirs/>, it should look like this:
>
> <Include>
> <And>
> <Category>KDE</Category>
> <Category>Core</Category>
> </And>
> </Include>
> <DefaultMergeDirs/>
> <MergeDir>applications-merged</MergeDir>
> <MergeFile>applications-kmenuedit.menu</MergeFile>
> </Menu>
>
> Alternatively you can create a symlink to a folder that KDE does see:
>
> ln -s ~/.config/menus/applications-merged
> ~/.config/menus/kde-applications-merged
>
> This has the added bonus that an update to KDE won't change it, but is
> per user instead of system wide.
>

Unfortunately none of the two options seem to work with gnome.
But it did give me some ideas and I did try something that does solve
the problem.

Adding either

<DefaultMergeDirs/>

or

<MergeDir>applications-merged</MergeDir>

to

$HOME/.config/menus/gnome-applications.menu

I think this is a workaround for a bug, so I am going to report it.

Clemente


daemon.xavier at gmail

Oct 30, 2009, 10:03 AM

Post #5 of 7 (1033 views)
Permalink
Re: Wine menus [In reply to]

UNSUBSCRIBE

On Thu, Oct 29, 2009 at 11:25 AM, Clemente Aguiar
<ca-lists [at] madeiratecnopolo> wrote:
> Ever since the upgrade of Gnome to 2.2.6 I have had a problem with the
> Wine menus.
>
> Actually the Wine menus are gone and the individual icons for the
> windoze apps, such as Winamp, are now scatter under the menu "Others".
>
> One interesting bit, is that if I delete the
> $HOME/.config/menus/gnome-applications.menu file, I get the correct Wine
> menu structure, but the moment I open the Menu Editor (alacarte), it
> creates a new $HOME/.config/menus/gnome-applications.menu and the Wine
> menu structure disappears and the icons all end up in the "Others"
> category.
>
> Does anybody else have this problem? Can anybody help me?
>
> Clemente
>
>
>
>


1i5t5.duncan at cox

Oct 30, 2009, 11:18 AM

Post #6 of 7 (1040 views)
Permalink
Re: Wine menus [In reply to]

Daemon Xavier posted on Fri, 30 Oct 2009 13:03:46 -0400 as excerpted:

> UNSUBSCRIBE

Take a look at the LIST-UNSUBSRIBE header for instructions, or go to the
website and do it from there.

Or... follow the unsubscribe kit instructions that I'm sure someone will
be along to post shortly... =:^)

--
Duncan - List replies preferred. No HTML msgs.
"Every nonfree program has a lord, a master --
and if you use the program, he is your master." Richard Stallman


akulatraxas at gmail

Oct 30, 2009, 11:26 AM

Post #7 of 7 (1045 views)
Permalink
Re: Re: Wine menus [In reply to]

http://www.gentoo.org/main/en/lists.xml

On Fri, Oct 30, 2009 at 16:18, Duncan <1i5t5.duncan [at] cox> wrote:
> Daemon Xavier posted on Fri, 30 Oct 2009 13:03:46 -0400 as excerpted:
>
>> UNSUBSCRIBE
>
> Take a look at the LIST-UNSUBSRIBE header for instructions, or go to the
> website and do it from there.
>
> Or... follow the unsubscribe kit instructions that I'm sure someone will
> be along to post shortly... =:^)
>
> --
> Duncan - List replies preferred.   No HTML msgs.
> "Every nonfree program has a lord, a master --
> and if you use the program, he is your master."  Richard Stallman
>
>
>



--
Daniel de Oliveira
----
Network and System Analyst
Security Specialist
IBM RISC Specialist
IBM Storage Specialist
Linux/Unix Specialist
Linux User #: 405334

Gentoo amd64 RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.