Stunkymonkey / nautilus-open-any-terminal

GNU General Public License v3.0
555 stars 55 forks source link

KeyError: 'blackbox' #58

Closed ruizlenato closed 2 years ago

ruizlenato commented 2 years ago

OS: Arch Linux Gnome verson: 42.4 Nautilus version: 42.2 the blackbox was installed using the aur repositories

Log from terminal:

➜  ~ nautilus                                                                          
Traceback (most recent call last):
  File "/home/renato/.local/share/nautilus-python/extensions/open_any_terminal_extension.py", line 255, in <module>
    new_tab = bool(NEW_TAB_PARAMS[value] is not None)
KeyError: 'blackbox'
Initializing Nextcloud-client-nautilus extension
Stunkymonkey commented 2 years ago

how do you start blackbox via command line? what version of this plugin is installed?

kimlulz commented 2 years ago

Same error

BlackBox version 0.12.0
GNOME Shell 42.4
GNOME nautilus 42.2
Stunkymonkey commented 2 years ago

are you using the flatpack variant?

Stunkymonkey commented 2 years ago

and what version of this package are you using?

Stunkymonkey commented 2 years ago

I guess this is fixed by using flatpack in #60

kimlulz commented 1 year ago

Sry I was using blackbox from aur(arch user repo) that was flagged.. Change to flakpak and it works! Thanks!!