Fildem icon indicating copy to clipboard operation
Fildem copied to clipboard

How to remove this package?

Open iarmankhan opened this issue 2 years ago • 3 comments

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

Information

  • Operating System: Ubuntu 20 lts
  • Gnome Shell Version:
  • Xorg/Wayland?: xorg
  • Apps tested:
  • Fildem version: latest

iarmankhan avatar Oct 16 '21 10:10 iarmankhan

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/[email protected] 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.

iEscapedVim avatar Oct 18 '21 12:10 iEscapedVim

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.

quwepiro avatar May 26 '22 20:05 quwepiro

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

ikeofkc avatar Jul 12 '22 02:07 ikeofkc