You are not logged in.
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
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
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
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
What is interesting, that sometimes I have duplicate enties, sometimes I haven't and sometimes it is not the same application
Offline
bugs, bugs , bugs!!!!
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!
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
I filed a bug on bugzilla: https://bugzilla.gnome.org/show_bug.cgi?id=650164
Offline
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
Offline
@mirandir Thanks.
Offline