You are not logged in.

#1 2011-05-05 13:20:46

gunjah292
Member
From: Hamburg
Registered: 2011-05-05
Posts: 186

Two menu entries for every application in Gnome-Shell?!

I have two menu entries for every application, which is kind of annoying, because the menu needs more time to load at startup!


KDE Plasma, ThinkPad X380 Yoga, Intel Core i7-8550U, Intel UHD Graphics 620, 512GB PCIe-NVMe SSD (OPAL 2.0), 16GB PC4-19200 (2400 MHz)

Offline

#2 2011-05-05 13:41:27

vinayv
Member
From: Bangalore, India
Registered: 2008-08-11
Posts: 89

Re: Two menu entries for every application in Gnome-Shell?!

The menu is shown from .desktop files from various locations like /usr/share/applications, /usr/local/share/applications, ~/.local/share/applications, etc.. Check in these locations if you have any duplicate entries (2 or more .desktop files for the same application, at different locations).

Offline

#3 2011-05-05 17:54:33

mirandir
Member
Registered: 2010-11-09
Posts: 55
Website

Re: Two menu entries for every application in Gnome-Shell?!

Hi,

I have a similar problem : applications are randomly duplicate in the gnome 3 menu. Sometimes it's only one, sometimes 15...

I have this bug since gnome-shell 3.0.1, with 3.0.0 it was ok.

And I haven't desktop files in /usr/local/share/applications or ~/.local/share/applications.

Frustrating.

Offline

#4 2011-05-05 18:05:17

triplesquarednine
Member
Registered: 2011-04-12
Posts: 630

Re: Two menu entries for every application in Gnome-Shell?!

I also had this issue,

and i do not have extra .desktop(s) in my file system. last time i checked was yesterday in gnome-shell.

But i am not really using Gnome-Shell, so it hasn't been a problem.

I just thought i would mention it, as i couldn't figure out what the problem was - and obviously other people are experiencing it too.

jordan

Offline

#5 2011-05-05 18:18:58

siriusb
Member
From: Hungary
Registered: 2010-01-01
Posts: 422

Re: Two menu entries for every application in Gnome-Shell?!

What is interesting, that sometimes I have duplicate enties, sometimes I haven't and sometimes it is not the same application big_smile

Offline

#6 2011-05-06 07:05:47

gunjah292
Member
From: Hamburg
Registered: 2011-05-05
Posts: 186

Re: Two menu entries for every application in Gnome-Shell?!

bugs, bugs , bugs!!!! big_smile

I got rid of that preoblem by going back to fallback mode, booting one time and then going back
to shell menu! Hope it works for you people as well!!

edit: no seems only to work sometimes, the icons change arbitrarily each time you reboot! sad

Last edited by gunjah292 (2011-05-06 07:08:16)


KDE Plasma, ThinkPad X380 Yoga, Intel Core i7-8550U, Intel UHD Graphics 620, 512GB PCIe-NVMe SSD (OPAL 2.0), 16GB PC4-19200 (2400 MHz)

Offline

#7 2011-05-14 07:36:06

siriusb
Member
From: Hungary
Registered: 2010-01-01
Posts: 422

Re: Two menu entries for every application in Gnome-Shell?!

Offline

#8 2011-05-14 14:26:50

mirandir
Member
Registered: 2010-11-09
Posts: 55
Website

Re: Two menu entries for every application in Gnome-Shell?!

According to your bug repport, the problem will be solved in the next version.

For now, you can use your favorite text editor : open /usr/share/gnome-shell/js/ui/appDisplay.js, go to line 129 and change

this._pendingAppIds.splice(0, i);

to

this._pendingAppIds.splice(0, i + 1);

It works smile

Offline

#9 2011-05-14 15:11:33

siriusb
Member
From: Hungary
Registered: 2010-01-01
Posts: 422

Re: Two menu entries for every application in Gnome-Shell?!

@mirandir Thanks.

Offline

Board footer

Powered by FluxBB