Stunkymonkey/nautilus-open-any-terminal

Open Black Box Here not working

Closed this issue · 15 comments

image

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".

image

Close nautilus with nautilus -q and open it through a terminal. If there are any errors, send them here.

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.

image

image

What's your distro? Do you know what is the name of the blackbox binary on your system?

I'm on Ultramarine (Fedora)

image
This is how blackbox should be started when not installed as a flatpak

What's the output of cat /etc/os-release?

This happens because we check for fedora based only on the ID field, ignoring ID_LIKE. Soon I'll submit a PR that fixes this.

This happens because we check for fedora based only on the ID field, ignoring ID_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

Yes. The only question is if it should be a minor or major release.

@Retch the fix has been merged onto master. You can install from git to fix your issue immediately or wait until we release a new release.
@Stunkymonkey should it be a major or minor release?

@lvxnull Thank you very much

@lvxnull only minor or bugfix. no breaking changes happened.