Closed Retch closed 9 months ago
Close nautilus with
nautilus -q
and open it through a terminal. If there are any errors, send them here.
Sorry, got now what you meant.
I'm on Ultramarine (Fedora)
This is how blackbox should be started when not installed as a flatpak
This happens because we check for fedora based only on the
ID
field, ignoringID_LIKE
. Soon I'll submit a PR that fixes this.
I understand, thank you :)
i guess the distro_id
string is not equal to "fedora"
here, but should be:
https://github.com/Stunkymonkey/nautilus-open-any-terminal/blob/master/nautilus_open_any_terminal/nautilus_open_any_terminal.py#L229
we should change it to something like: distro_id() in ["fedora", "ultramarine"]
? not sure about the exact value.
@lvxnull should we make a new release? some fixes are on master
@lvxnull Thank you very much
@lvxnull only minor or bugfix. no breaking changes happened.
Installed nautilus-open-any-terminal via pip --user. Blackbox is installed not as a flatpak and set via dconf editor.
Nothing happens when i click "Open Black Box here".