我尝试安装 fslint
:~# apt install fslint
Run Code Online (Sandbox Code Playgroud)
我收到了
Package fslint is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'fslint' has no installation candidate
Run Code Online (Sandbox Code Playgroud)
嗯,fslint在 Ubuntu 19.10 中可用。
在fslint网站http://www.pixelbeat.org/fslint/ 中显示它可用于 Ubuntu。
发生了什么?
它是否从 20.04 存储库中删除?
或者他们替换了另一个包或名称?
我有一个英特尔板载 GPU 和 NVIDIA GPU。我正在运行 Ubuntu 18.04。
如何配置双 GPU 设置,以便英特尔板载 iGPU 驱动显示器,而让 NVIDIA GPU 专门用于机器学习 CUDA 工作?
出于某种原因,Restore manually saved session在Desktop Session Login and Logout设置中启用并Save Session从应用程序菜单中点击时 - 所有打开的应用程序窗口在登录到 KDE 会话时都会被保存和恢复,除了google chrome.
我找到了会话文件~/.config/ksmserverrc,确实有 Firefox 和许多其他应用程序:
$ grep firefox ~/.config/ksmserverrc
program11=firefox
restartCommand11=/usr/bin/firefox,--sm-client-id,10686f70[...]
$ grep gkrellm ~/.config/ksmserverrc
program12=/usr/bin/gkrellm
restartCommand12=/usr/bin/gkrellm,--sm-client-id,10686f70[...]
$ grep chrome ~/.config/ksmserverrc
Run Code Online (Sandbox Code Playgroud)
如您所见,chrome 不在那里。
并且没有应用程序被配置为排除:
$ grep excludeApps ~/.config/ksmserverrc
excludeApps=
Run Code Online (Sandbox Code Playgroud)
与其他应用程序相比,chrome 唯一不寻常的地方可能是它在ps(1).
我将它安装为:
$ sudo apt-get install google-chrome-stable
google-chrome-stable is already the newest version (69.0.3497.100-1)
Run Code Online (Sandbox Code Playgroud)
我的设置:Kubuntu 18.04、Plasma 5.12.6、KDE Frameworks 5.44