Closed bagustris closed 3 years ago
Hello,
Can you start Nautilus from a terminal to see if it outputs some errors?
nautilus -q && nautilus
Yes, I see the following error. I tried to uninstall and install the nautilus-terminal again. It didn't help.
bagus@m049:~$ nautilus -q
bagus@m049:~$ nautilus
Traceback (most recent call last):
File "/home/bagus/.local/share/nautilus-python/extensions/nautilus_terminal_extension.py", line 22, in <module>
from nautilus_terminal.crowbar import Crowbar # noqa
ImportError: No module named nautilus_terminal.crowbar
Traceback (most recent call last):
File "/usr/share/nautilus-python/extensions/nautilus_terminal_extension.py", line 22, in <module>
from nautilus_terminal.crowbar import Crowbar # noqa
ImportError: No module named nautilus_terminal.crowbar
<IntrospectionModule 'Nautilus' from '/usr/lib/x86_64-linux-gnu/girepository-1.0/Nautilus-3.0.typelib'>
It seems that nautilus terminal cannot be imported by python-nautilus :thinking:
python3 -c "import nautilus_terminal.crowbar"
python3-nautilus
package?I fixed my issue by reinstalling python3-nautilus as you suggested in the second step.
In case you need that output of the first step, this is the output of the first command before reinstalling python3-nautilus
.
bagus@m049:~$ python3 -c "import nautilus_terminal.crowbar"
/usr/local/lib/python3.8/dist-packages/nautilus_terminal/crowbar.py:1: PyGIWarning: Gtk was imported without specifying a version first. Use gi.require_version('Gtk', '3.0') before import to ensure that the right version gets loaded.
from gi.repository import Gtk
Thanks a lot! I will close the issue.
Bug description
Terminal is not showing
What happened
Terminal is not showing when pressing F4
What was expected
Terminal is showing when pressing F4
Step to reproduce
Previously, I have nautilus-terminal worked on my PC (Ubuntu 20.04). But, after some system updates (maybe), it stops working. I already uninstalled and reinstalled it via pip, but it doesn't work.
Installation:
System information