当我尝试通过 Thunar 中的下拉菜单在任何文件夹中打开控制台/终端时,konsole 在 /home/user 文件夹中打开。
如何配置“在此处打开终端”快捷方式以正确打开新的终端窗口?
更新:
当我尝试更新/升级我的系统 ( apt-get full-upgrade
) 时:
The following NEW packages will be installed:
linux-headers-4.4.0-85 linux-headers-4.4.0-85-generic linux-image-4.4.0-85-generic linux-image-extra-4.4.0-85-generic
Run Code Online (Sandbox Code Playgroud)
更新后,我得到了自己的 linux 内核版本:
$ uname -a
Linux xubuntu 4.4.0-81-generic #104-Ubuntu SMP Wed Jun 14 08:17:06 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
Run Code Online (Sandbox Code Playgroud)
但是 Canonical Livepatch 正在工作:
$ canonical-livepatch status --verbose
client-version: "7.21"
machine-id: xxx
machine-token: xxx
architecture: x86_64
cpu-model: Intel(R) Core(TM)2 Quad CPU Q9550 @ 2.83GHz
last-check: 2017-07-04T10:17:04.377940173+03:00
boot-time: 2017-06-27T12:14:24+03:00
uptime: 166h21m9s
status:
- kernel: 4.4.0-81.104-generic
running: true
livepatch:
checkState: checked
patchState: applied
version: …
Run Code Online (Sandbox Code Playgroud)