mastodon.zunda.ninja is one of the many independent Mastodon servers you can use to participate in the fediverse.
Zundon is a single user instance as home of @zundan as well as a test bed for changes of the code.

Administered by:

Server stats:

1
active users

お仕事デスクトップはGnomeなんだけどいいや

$ sudo apt install xfce4-terminal
:
The following additional packages will be installed:
exo-utils libexo-2-0 libexo-common libxfce4ui-2-0 libxfce4ui-common
libxfce4util-bin libxfce4util-common libxfce4util7 libxfconf-0-3 xfconf
:

デフォルトを変えたい

$ gsettings get org.gnome.desktop.default-applications.terminal exec
'x-terminal-emulator'
$ ls -l `which x-terminal-emulator`
lrwxrwxrwx 1 root root 37 Dec 7 18:30 /usr/bin/x-terminal-emulator -> /etc/alternatives/x-terminal-emulator
$ sudo update-alternatives --config x-terminal-emulator
There are 2 choices for the alternative x-terminal-emulator (providing /usr/bin/x-terminal-emulator).

Selection Path Priority Status
------------------------------------------------------------
* 0 /usr/bin/gnome-terminal.wrapper 40 auto mode
1 /usr/bin/gnome-terminal.wrapper 40 manual mode
2 /usr/bin/xfce4-terminal.wrapper 40 manual mode

Press <enter> to keep the current choice[*], or type selection number: 2
update-alternatives: using /usr/bin/xfce4-terminal.wrapper to provide /usr/bin/x-terminal-emulator (x-terminal-emulator) in manual mode

ヨシ