Closed aral closed 4 years ago
if you installed it systemwide can you run:
sudo glib-compile-schemas /usr/local/share/glib-2.0/schemas
Right, so I figured out a workaround. It seems that at least on my system, they settings schema is being installed into:
~/.local/share/glib-2.0/schemas/
Once I realised that, all I had to do was to run:
glib-compile-schemas ~/.local/share/glib-2.0/schemas/
And then restart Nautilus again (nautilus -q
).
And then I was able to include Kitty using the same line as in the issue:
gsettings set com.github.stunkymonkey.nautilus-open-any-terminal terminal kitty
Would you like a PR to the readme to mention this?
PS. Regarding your previous comment, @Stunkymonkey, even with a systemwide install, the schema is being copied into ~/.local/share/glib-2.0/schemas/
for me.
PPS. Thanks for making this ;)
I definitely have to dig deeper, why this is put into the home directory. The README would be a temporary solution.
I will have to adjust the setup.py
.
Thanks for reporting :wink:
Agree + cool, I’ll leave it in your capable hands then :) Thanks again!
since the glib-compile-schemas
should be done by package maintainers I would not like to include this in the setup.py. instead there is now an information displayed to do so by hand.
setup.py#33 I hope this will help in the future.
new release will come in the next days
Error:
I do see the Open Gnome-Terminal here and Open Tilix here options in the context menu in Nautilus.