albertlauncher / albert

A fast and flexible keyboard launcher
https://albertlauncher.github.io
Other
7.21k stars 303 forks source link

Black Box - Terminal missing #1202

Closed davidfrickert closed 1 year ago

davidfrickert commented 1 year ago

https://gitlab.gnome.org/raggesilver/blackbox

ManuelSchneid3r commented 1 year ago

Please provide the xterm -e compatible command like e.g.

static const vector<ExecutableTerminal> exec_terminals
{
        {"St", {"st", "-e"}},
        {"Alacritty", {"alacritty", "-e"}},
        {"Console", {"kgx", "-e"}},
        {"Cool Retro Term", {"cool-retro-term", "-e"}},
        {"Deepin Terminal", {"deepin-terminal", "-x"}},
        {"Elementary Terminal", {"io.elementary.terminal", "-x"}},
        {"Foot", {"foot"}},
        {"Gnome Terminal", {"gnome-terminal", "--"}},
        {"Kitty", {"kitty", "--"}},
        {"Konsole", {"konsole", "-e"}},
        {"LXTerminal", {"lxterminal", "-e"}},
        {"Mate-Terminal", {"mate-terminal", "-x"}},
        {"QTerminal", {"qterminal", "-e"}},
        {"RoxTerm", {"roxterm", "-x"}},
        {"Terminator", {"terminator", "-u", "-g", "/dev/null", "-x"}},  // TODO remove in future. See #1177 and https://github.com/gnome-terminator/terminator/issues/702
        {"Terminology", {"terminology", "-e"}},
        {"Termite", {"termite", "-e"}},
        {"Tilda", {"tilda", "-c"}},
        {"Tilix", {"tilix", "-e"}},
        {"UXTerm", {"uxterm", "-e"}},
        {"Urxvt", {"urxvt", "-e"}},
        {"WezTerm", {"wezterm", "cli", "spawn", "--"}},
        {"XFCE-Terminal", {"xfce4-terminal", "-x"}},
        {"XTerm", {"xterm", "-e"}}
};
davidfrickert commented 1 year ago

blackbox -c

  -v, --version               Show app version
  -w, --working-directory     Set current working directory
  -c, --command               Execute command in a terminal
  -h, --help                  Show help
ManuelSchneid3r commented 1 year ago

@davidfrickert which system are you running? on debian based systems it is blackbox-terminal.

dreamcat4 commented 1 year ago

ok i have raised bug to the blackbox terminal, to support missing / broken options

https://gitlab.gnome.org/raggesilver/blackbox/-/issues/276

(that can subscribe to it, if ever gets fixed)

ManuelSchneid3r commented 1 year ago

since there is blackbox the window manager which is older I assume blackbox terminal to be named blackbox-terminal on most systems. at least debian does it which is the base for most distros albert is used on.

see https://packages.ubuntu.com/search?suite=all&searchon=names&keywords=blackbox