Skip to content

core: Swap gnome-terminal out in favor of console

Christopher Davis requested to merge wip/cdavis/kgx-as-core-terminal into master

Related to #457 (closed)

One big thing to consider: glib#338 (closed)

glib hardcodes GNOME Terminal. For terminal applications (e.g. the neovim desktop launcher) it will prioritize that, then a specific set of other terminals for fallbacks. Philip doesn't want to add any more new terminals to the list, so to use kgx for this case we need to figure out some sort of spec that will allow us to set a preferred default terminal.

Edited by Christopher Davis

Merge request reports