我已经通过LXQt安装了lxqt-metapackage,虽然它看起来像是一个宏伟的桌面环境,但我似乎无法定制它。我在谷歌上搜索了定制主题的方法,并找到了此链接。这表明LXQt有一些配置中心,我似乎在Ubuntu上找不到。我已经尝试过搜索/usr/bin以寻找lxqt (使用ls /usr/bin | grep lxqt),我能找到的最接近配置中心的命令是lxqt-config-session,它没有主题选项。
我还运行了sudo apt-cache search lxqt | grep config并找到了我试图安装的lxqt-config包,但是这导致了这个错误:
E: Unable to correct problems, you have held broken packages.
No files to download.
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
lxqt-config : Depends: libkf5screen6 (>= 5.1.1) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.我也安装了Kubuntu,从我可以收集到的libkf5screen6冲突与我已经安装的libkf5screen7。
发布于 2016-10-19 22:37:08
是的,如果您已经安装了16.04,并且希望安装libkfscreen7,而这并不是在常规的ubuntu中,我想您可能已经为kde的最新版本提供了支持,因为我知道kubuntu团队会提供支持。是的,配置中心是lxqt包的一部分。这是在您的系统上安装PPA的一个危险,因为您可以使用来自新版本https://help.ubuntu.com/community/PPA的冲突的其他包。然而,yakkety中的lxqt是http://packages.ubuntu.com/xenial/lxqt-config中的依赖项,而http://packages.ubuntu.com/yakkety/lxqt-config显示了依赖项。如果您有其他依赖于libkf5screen7的包,那么您将不会在yakkety上遇到这个问题。我看不出有什么理由可以将libkf5screen7安装在xenial上,而不依赖于它,因为它是一个库,因此您可以适当地获取、删除libkfscreen7。虽然您可以看到,如果您使用任何依赖于它的apt-缓存,r依赖性libkf5screen7,如果您没有任何东西,您可以删除它。这是https://en.wikipedia.org/wiki/Dependency_地狱的一个例子。如果您删除了依赖于libkf5screen7的内容,那么就可以删除它,然后安装lxqt。然而,这种情况不会发生在yakkety上,但是yakkety并不是一个长期的支持版本。
https://askubuntu.com/questions/832681
复制相似问题