Stunkymonkey / nautilus-open-any-terminal

GNU General Public License v3.0
555 stars 55 forks source link

Uninstalling fails to remove context menu entry #49

Closed mj-crabtree closed 2 years ago

mj-crabtree commented 2 years ago

Per the title! Not sure if I'm missing something but here's the steps I took when installing & subsequently uninstalling. Hope you can help!

Steps to reproduce:

  1. pip install nautilus-open-any-terminal
  2. nautilus -q
  3. glib-compile-schemas /usr/share/glib-2.0/schemas
  4. sudo tools/update-extension-user.sh uninstall

Expected behaviour: Nautilus' context menu entry for 'Open Gnome-Terminal here' is removed

Actual Behaviour:

Thanks!

Stunkymonkey commented 2 years ago

have you tried glib-compile-schemas ~/.local/share/glib-2.0/schemas/?

Stunkymonkey commented 2 years ago

and are you sure you restarted nautilus with nautilus -q?

mj-crabtree commented 2 years ago

have you tried glib-compile-schemas ~/.local/share/glib-2.0/schemas/?

affirmative.

No schema files found: doing nothing

and are you sure you restarted nautilus with nautilus -q?

affirmative. no joy.

Stunkymonkey commented 2 years ago

I see you used the pip install method to install it system-wide. But uninstalled it user-wide: Please use sudo tools/update-extension-system.sh uninstall then glib-compile-schemas /usr/share/glib-2.0/schemas and at last restart nautilus -q

mj-crabtree commented 2 years ago

well spotted. went through those steps, no joy.

realised i hadn't attempted to remove the plugin using pip, did that, issue resolved!

image