Skip to content

Commit 9c4d5ce

Browse files
committed
Support ptyxis in qubes-run-terminal
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.
1 parent 74d07bb commit 9c4d5ce

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

app-menu/qubes-run-terminal

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ if is_command gnome-terminal; then
1515
exec qubes-run-gnome-terminal
1616
fi
1717

18+
if is_command ptyxis; then
19+
exec ptyxis
20+
fi
21+
1822
if is_command kgx; then
1923
exec qubes-run-gnome-console
2024
fi

0 commit comments

Comments
 (0)