public inbox for gentoo-amd64@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-amd64] Wine menus
@ 2009-10-29 15:25 Clemente Aguiar
  2009-10-29 18:47 ` [gentoo-amd64] " Nikos Chantziaras
  2009-10-30 17:03 ` [gentoo-amd64] " Daemon Xavier
  0 siblings, 2 replies; 7+ messages in thread
From: Clemente Aguiar @ 2009-10-29 15:25 UTC (permalink / raw
  To: gentoo-amd64

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





^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-amd64]  Re: Wine menus
  2009-10-29 15:25 [gentoo-amd64] Wine menus Clemente Aguiar
@ 2009-10-29 18:47 ` Nikos Chantziaras
  2009-10-29 19:09   ` Paul Hartman
  2009-10-30 17:03 ` [gentoo-amd64] " Daemon Xavier
  1 sibling, 1 reply; 7+ messages in thread
From: Nikos Chantziaras @ 2009-10-29 18:47 UTC (permalink / raw
  To: gentoo-amd64

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).




^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-amd64] Re: Wine menus
  2009-10-29 18:47 ` [gentoo-amd64] " Nikos Chantziaras
@ 2009-10-29 19:09   ` Paul Hartman
       [not found]     ` <1256896426.16725.11.camel@caguiar-gentoo.madeiratecnopolo.pt>
  0 siblings, 1 reply; 7+ messages in thread
From: Paul Hartman @ 2009-10-29 19:09 UTC (permalink / raw
  To: gentoo-amd64

On Thu, Oct 29, 2009 at 1:47 PM, Nikos Chantziaras <realnc@arcor.de> 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.



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-amd64] Re: Wine menus
       [not found]     ` <1256896426.16725.11.camel@caguiar-gentoo.madeiratecnopolo.pt>
@ 2009-10-30  9:55       ` Clemente Aguiar
  0 siblings, 0 replies; 7+ messages in thread
From: Clemente Aguiar @ 2009-10-30  9:55 UTC (permalink / raw
  To: gentoo-amd64


Qui, 2009-10-29 às 14:09 -0500, Paul Hartman escreveu:
> On Thu, Oct 29, 2009 at 1:47 PM, Nikos Chantziaras <realnc@arcor.de> 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




^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-amd64] Wine menus
  2009-10-29 15:25 [gentoo-amd64] Wine menus Clemente Aguiar
  2009-10-29 18:47 ` [gentoo-amd64] " Nikos Chantziaras
@ 2009-10-30 17:03 ` Daemon Xavier
  2009-10-30 18:18   ` [gentoo-amd64] " Duncan
  1 sibling, 1 reply; 7+ messages in thread
From: Daemon Xavier @ 2009-10-30 17:03 UTC (permalink / raw
  To: gentoo-amd64

UNSUBSCRIBE

On Thu, Oct 29, 2009 at 11:25 AM, Clemente Aguiar
<ca-lists@madeiratecnopolo.pt> 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
>
>
>
>



^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-amd64]  Re: Wine menus
  2009-10-30 17:03 ` [gentoo-amd64] " Daemon Xavier
@ 2009-10-30 18:18   ` Duncan
  2009-10-30 18:26     ` Daniel de Oliveira
  0 siblings, 1 reply; 7+ messages in thread
From: Duncan @ 2009-10-30 18:18 UTC (permalink / raw
  To: gentoo-amd64

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




^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-amd64] Re: Wine menus
  2009-10-30 18:18   ` [gentoo-amd64] " Duncan
@ 2009-10-30 18:26     ` Daniel de Oliveira
  0 siblings, 0 replies; 7+ messages in thread
From: Daniel de Oliveira @ 2009-10-30 18:26 UTC (permalink / raw
  To: gentoo-amd64

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

On Fri, Oct 30, 2009 at 16:18, Duncan <1i5t5.duncan@cox.net> 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



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2009-10-30 18:26 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-29 15:25 [gentoo-amd64] Wine menus Clemente Aguiar
2009-10-29 18:47 ` [gentoo-amd64] " Nikos Chantziaras
2009-10-29 19:09   ` Paul Hartman
     [not found]     ` <1256896426.16725.11.camel@caguiar-gentoo.madeiratecnopolo.pt>
2009-10-30  9:55       ` Clemente Aguiar
2009-10-30 17:03 ` [gentoo-amd64] " Daemon Xavier
2009-10-30 18:18   ` [gentoo-amd64] " Duncan
2009-10-30 18:26     ` Daniel de Oliveira

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox