gonzaarcr / Fildem

Fildem global menu
GNU General Public License v3.0
802 stars 86 forks source link

How to remove this package? #110

Open iarmankhan opened 2 years ago

iarmankhan commented 2 years ago

Pretty much what title said, I installed it but can't find a way to remove it from system.

Information

iEscapedVim commented 2 years ago

see if the package is available in the Gnome Software you can remove it from there if not then try.

sudo apt remove appmenu-gtk2-module appmenu-gtk3-module unity-gtk-module-common rm -r ~/.local/share/gnome-shell/extensions/fildemGMenu@gonza.com sudo rm -r /usr/local/bin/{fildem,fildem-hud} sudo rm /usr/local/lib/python3.9/dist-packages/fildem-0.6.6-py3.9.egg rm ~/.config/autostart/fildem.desktop

Let's also remove appmenu-gtk-module from ~/.gtkrc-2.0 and ~/.config/gtk-3.0/settings.ini by opening these files:

gedit ~/.gtkrc-2.0
gedit ~/.config/gtk-3.0/settings.ini

You'll now need to removegtk-modules="appmenu-gtk-module"from these 2 files.

quwepiro commented 2 years ago

I'm on Ubuntu 22.04 and the gnome extension isn't already updated to Gnome 42. So unfortunately I had to remove it to get back my menus and on my Ubuntu the package name was python3-fildem. So for your Ubuntu 20.04 @iarmankhan the command is maybe sudo apt remove python3-fildem.

ikeofkc commented 2 years ago

My qt apps seem to have no menu, is there a file to tell qt not to export menus?