我安装了一本 GUI 词典-goldendict。
它可以从终端打开
me@me~$ goldendict
QFileSystemWatcher::removePaths: list is empty
QFileSystemWatcher::removePaths: list is empty
或者可以通过按 Super Key 在搜索中打开
从搜索快捷方式打开软件时发生了什么?
它是否运行子 shell 来打开像 goldendict 这样的软件
me@me:~$ (goldendict 2&>/dev/null &)
它是否调用了这样的命令?