To remove duplicate icons from applications menu in activities of gnome 3 / 3.2 – fedora 15 / 16
First check gnome menu Categories from /etc/xdg/menus/applications-gnome.menu file by opening it using any text editor.
Next step is to note down icons that are repeating from application menu from gnome activities.
The menu icon information file for each application is located in the /usr/share/applications.
GNOME uses .desktop files to populate its Applications view. These text files are in /usr/share/applications. It is not possible to edit these files from a folder view ‒ Nautilus does not treat their icons as text files. Use a terminal to display or edit .desktop file entries.
Find the menu icon file from /usr/share/applications & Open the file from “terminal” using any text editor like nano, vi.
# ls /usr/share/applications # nano /usr/share/applications/example.desktop
Remove any repeating categories as mentioned in the /etc/xdg/menus/applications-gnome.menu.
Repeat it for the all the files that having repeating icons problem.
But this one is temp fix. Again this problem may repeat after each system update.
Leave a Reply Cancel reply
Search
Calender
Archives
Categories
Cloud
Posts
Top Posts & Pages
- Fedora 18 missing Video decoder audio decoder codec installing
- To rotate an image in libreoffice [90 /180]
- Connect/ mount Android mobile phone Internal Storage in Linux
- To activate Maildir in Thunderbird
- To install Libreoffice 4.0 in fedora 17 / fedora 18
- Automount ntfs (windows partition on boot / login ) - Fedora 15 / 16
- To enable touchpad tap-on-click / two finger scroll in linux for laptop users
- To enable Touchpad Click / Tap on Gdm3 - Fedora 16 Login Screen
- upgrade Mint Linux 11 to Mint linux 12 rc.
- New Disk Mangement Tool - Automount Windows ntfs drive in Fedora 17 / Fedora 18 on boot startup
You can use
$alacarte
to remove all menu Debian entries (for all Debian menus’ entries’s applications), and then
$sudo update-menus
That helped me, because my duplicates weren’t in my $HOME/.local/share/applications subdirectory
Thanks for the info. I had the same issue and running alacarte and update-menus did cleaned up the issue well.
apt-get remove –purge menu
It works for me. Thanks.
its even easier than that: just do:
sudo update-menus
it works.