The new Version introduced a breaking change to the MenuProvider interface. This change keeps compatibility with the lower version. See: <https://gnome.pages.gitlab.gnome.org/nautilus-python/nautilus-python-migrating-to-4.html>
kitty-nautilus
Simple nautilus-python extension for kitty integration (like gnome-terminal-nautilus or gnome-console-nautilus).
Dependencies
Your distribution most likely has a nautilus-python package.
Install
Use make install to install the extension globally. To uninstall run make remove. You may place the extension in any of the directories from which
nautilus-python accepts extensions:
$XDG_DATA_HOME/nautilus-python/extensions/$XDG_DATA_DIRS/nautilus-python/extensions/
See https://gitlab.gnome.org/GNOME/nautilus-python/#nautilus-python for additional information.
After installing or uninstalling, you must quit and restart nautilus for the
change to take effect (nautilus -q).
Development
Exit nautilus with nautilus --quit and run nautilus with additional debugging
output with nautilus --no-desktop.
Description
Languages
Python
82.4%
Makefile
17.6%