diff --git a/app-menu/qubes-run-terminal b/app-menu/qubes-run-terminal index d9defb79..2460ef95 100755 --- a/app-menu/qubes-run-terminal +++ b/app-menu/qubes-run-terminal @@ -15,6 +15,10 @@ if is_command gnome-terminal; then exec qubes-run-gnome-terminal fi +if is_command ptyxis; then + exec ptyxis +fi + if is_command kgx; then exec qubes-run-gnome-console fi