The issue has been closed
Request: Add blackbox terminal
https://gitlab.gnome.org/raggesilver/blackbox
Not to be confused with gnome terminal - this is actually a different app!
BlackBox is writting in Vala, GTK4. And is a popular modern 3rd party alternative to the official gnome terminal (which is C++, much older program).
Kind Regards,
blackbox-terminal -- echo yolo
does not do what it should. Can you run a command in the terminal?
posted by ManuelSchneid3r over 1 year agocouple of things:
- it turns out my copy of this program was installed as a flatpak. so it would not see the program, unless via flatpak search and flatpak run
anyhow is installed via apt too now
- maybe that would not be a supported syntax for this terminal? the options....
$ blackbox-terminal --help
Usage:
blackbox-terminal [OPTION…] [-- COMMAND ...]
Options:
-v, --version Show app version
-w, --working-directory Set current working directory
-c, --command Execute command in a terminal
-h, --help Show help
(if any help) thanks for considering this
posted by dreamcat4 over 1 year agoWell the term needs some xterm -e compatibility. The synopsis shows COMMAND. Therefore I assume I can pass this
posted by ManuelSchneid3r over 1 year agoyou were right that... --
is not working (which i missed)
but the -c "command"
works
there seems no -e
option. although i am not sure how is different to -c
as not familiar with those option
posted by dreamcat4 over 1 year agoposted by ManuelSchneid3r over 1 year ago posted by ManuelSchneid3r over 1 year ago posted by dreamcat4 over 1 year ago