Dvlv / BoxBuddyRS

A Graphical Interface for Distrobox
MIT License
210 stars 21 forks source link

Add blackbox-terminal support #99

Closed askpng closed 1 month ago

askpng commented 1 month ago

Describe your feature request below

Hi! I'd like to request support for Black Box terminal, the Fedora repo provides as well as AUR for example both provide it for native installation.

Thank you!

Dvlv commented 1 month ago

Hello, from some testing with the Fedora package, it doesn't look like Blackbox will integrate properly with BoxBuddy.

Most terminals want to be launched with commands using separate args, e.g.

gnome-terminal -- distrobox enter OpenSUSE

However, this does not work for Blackbox, it instead wants the command as one argument

blackkbox-terminal -c 'distrobox enter OpenSUSE'

Unless there's another flag to use, or the maintainer wants to change the argument passing logic, this won't work with BoxBuddy.

askpng commented 1 month ago

Got it. Thanks for the quick response and for looking into it, have a great day!