flozz / nautilus-terminal

A terminal embedded in Nautilus, the GNOME's file browser
GNU General Public License v3.0
323 stars 24 forks source link

Not able to lauch by F4 #42

Closed devprabal closed 4 years ago

devprabal commented 4 years ago

I installed using pip3 install --user nautilus_terminal It got installed in ~/.local/lib/python3.8/site-packages I also did the workaround sudo tools/update-extension-user.sh install by cloning the repo to ~ But I cannot activate the terminal by pressing Fn+F4

flozz commented 4 years ago

Hello, as you installed it using pip3 you have to install python3-nautilus:

sudo apt install python3-nautilus

Then restart nautilus:

nautilus -q && nautilus

I have to update the doc... for more information, please read the issue #41 :)

devprabal commented 4 years ago

Yes, this fixes the issue!! Thanks for such a nice feature in nautilus!