Câu trả lời:
Trong Debian , bạn chỉ có thể gọi x-terminal-emulator -e /some/command
, vì điều này trỏ đến trình giả lập thiết bị đầu cuối được cấu hình theo cơ chế " thay thế " của Debian . Nó được cấu hình thông qua
# update-alternatives --config x-terminal-emulator
cho phép bạn chọn trình giả lập thiết bị đầu cuối X11 nào được cài đặt để sử dụng làm trình mặc định, nghĩa là x-terminal-emulator
. Cuối cùng, đó là một cấu trúc liên kết tượng trưng, ví dụ gnome-terminal
:
$ which x-terminal-emulator
/usr/bin/x-terminal-emulator
$ ls -al /usr/bin/x-terminal-emulator
lrwxrwxrwx 1 root root 37 Apr 26 2010 /usr/bin/x-terminal-emulator -> /etc/alternatives/x-terminal-emulator
$ ls -al /etc/alternatives/x-terminal-emulator
lrwxrwxrwx 1 root root 31 Apr 26 2010 /etc/alternatives/x-terminal-emulator -> /usr/bin/gnome-terminal.wrapper
$ file /usr/bin/gnome-terminal.wrapper
/usr/bin/gnome-terminal.wrapper: Perl script, ASCII text executable
Một số nhận xét,
xdg-terminal
, nhưng dường như không có trong Debian .