Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ubuntu 22.04 no effect after install #45

Closed
ARehmanMahi opened this issue May 8, 2022 · 1 comment
Closed

Ubuntu 22.04 no effect after install #45

ARehmanMahi opened this issue May 8, 2022 · 1 comment

Comments

@ARehmanMahi
Copy link

ARehmanMahi commented May 8, 2022

Hi, need some help please. I ran the following commands as it is, from readme, yet there is no open terminal option in context menu. Even after reboot

Without sudo:
$ pip install --user nautilus-open-any-terminal
Requirement already satisfied: nautilus-open-any-terminal in ./.local/lib/python3.10/site-packages (0.2.16)

$ nautilus -q

Nothing!

With sudo;
$ sudo tools/update-extension-user.sh install

'nautilus_open_any_terminal/open_any_terminal_extension.py' -> '/root/.local/share/nautilus-python/extensions/open_any_terminal_extension.py'
'nautilus_open_any_terminal/schemas/com.github.stunkymonkey.nautilus-open-any-terminal.gschema.xml' -> '/root/.local/share/glib-2.0/schemas/'
cp: cannot create regular file '/root/.local/share/glib-2.0/schemas/': No such file or directory
Error opening directory “/root/.local/share/glib-2.0/schemas/”: No such file or directory

Without sudo:
$ tools/update-extension-user.sh install

'nautilus_open_any_terminal/open_any_terminal_extension.py' -> '/home/arehman/.local/share/nautilus-python/extensions/open_any_terminal_extension.py'
'nautilus_open_any_terminal/schemas/com.github.stunkymonkey.nautilus-open-any-terminal.gschema.xml' -> '/home/arehman/.local/share/glib-2.0/schemas/com.github.stunkymonkey.nautilus-open-any-terminal.gschema.xml'

Without sudo
$ glib-compile-schemas ~/.local/share/glib-2.0/schemas/

Screenshot from 2022-05-09 02-36-43

@ARehmanMahi
Copy link
Author

Ahh sorry, I was missing the required extension.

sudo apt install python3-nautilus
Fixed it. Thanks for this awesome tool

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant