|
After uninstall gnome-console, apps desktop entries with Terminal=true
can't be opened with a terminal any more. In the past, those are opened
with gnome console. The reason is it hardcoded some terminals and
there's not alacritty, see [0]. This url [1] wrote that this commit [2]
now support using other terminals using xdg-terminal-exec wrapper. As
describe in the commit, this is only temporary solution, a proper
solution is xdg-default-apps specification see [3] which does not seem
to making any progress. The xdg-terminal-exec wrapper way works great
and enough for me tho.
[0] https://unix.stackexchange.com/a/642886
[1] https://unix.stackexchange.com/a/748350
[2] https://gitlab.gnome.org/GNOME/glib/-/commit/22e1b9bcc0ca7cd1ba2457ddf5b5545752f9c7ea
[3] https://gitlab.freedesktop.org/xdg/xdg-specs/-/issues/54
|