Skip to content

Commit

Permalink
Support ptyxis in qubes-run-terminal
Browse files Browse the repository at this point in the history
Fedora 41 defaults to using ptyxis as its terminal instead of
gnome-terminal. It also works correctly in dispVMs without needing any
special --wait handling.
  • Loading branch information
legoktm committed Jan 14, 2025
1 parent 74d07bb commit 9c4d5ce
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app-menu/qubes-run-terminal
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9c4d5ce

Please sign in to comment.