首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >无法让康普顿/皮科姆运行i3 manjaro (社区版)

无法让康普顿/皮科姆运行i3 manjaro (社区版)
EN

Unix & Linux用户
提问于 2020-01-03 15:56:57
回答 1查看 5.2K关注 0票数 0

下面是我在执行“picom”时得到的结果:

代码语言:javascript
复制
[ 03/01/20 15:24:08.887 parse_config_libconfig WARN ] Option `no-dock-shadow` is deprecated, and will be removed. Please use the wintype option `shadow` of `dock` instead.
    [ 03/01/20 15:24:08.887 parse_config_libconfig WARN ] vsync option will take a boolean from now on. "none" is interpreted as "false" for compatibility, but this will stop working soon
    [ 03/01/20 15:24:08.887 parse_config_libconfig WARN ] glx-swap-method has been deprecated since v6, your setting "undefined" should be removed.
    [ 03/01/20 15:24:08.887 parse_config_libconfig WARN ] "clear-shadow" is removed as an option, and is always enabled now. Consider removing it from your config file
    [ 03/01/20 15:24:08.887 parse_config_libconfig WARN ] "paint-on-overlay" has been removed as an option, and is enabled whenever possible

“康普顿”:

代码语言:javascript
复制
[ 03/01/20 15:42:33.943 parse_config_libconfig WARN ] Option `no-dock-shadow` is deprecated, and will be removed. Please use the wintype option `shadow` of `dock` instead.
[ 03/01/20 15:42:33.944 parse_config_libconfig WARN ] vsync option will take a boolean from now on. "none" is interpreted as "false" for compatibility, but this will stop working soon
[ 03/01/20 15:42:33.944 parse_config_libconfig WARN ] glx-swap-method has been deprecated since v6, your setting "undefined" should be removed.
[ 03/01/20 15:42:33.944 parse_config_libconfig WARN ] "clear-shadow" is removed as an option, and is always enabled now. Consider removing it from your config file
[ 03/01/20 15:42:33.944 parse_config_libconfig WARN ] "paint-on-overlay" has been removed as an option, and is enabled whenever possible
[ 03/01/20 15:42:33.944 session_init WARN ] This compositor has been renamed to "picom", the "compton" binary will not be installed in the future.

这个检查复合管理器正在运行的命令没有显示输出:

代码语言:javascript
复制
inxi -Gxx | grep compositor

我的i3配置文件中还有这一行:

代码语言:javascript
复制
# picom
exec_always --no-startup-id picom --config ~/.config/picom/picom.conf

我不知道他们在这里要求我做什么,因为康普顿命令提到' compton‘没有被重命名为'picom',所以我想我只需要更改.conf文件名等等,但这是行不通的。

EN

回答 1

Unix & Linux用户

发布于 2020-08-30 02:22:17

这是添加到i3配置文件中的路径=

代码语言:javascript
复制
# picom
exec_always --no-startup-id picom --config ~/.config/picom/picom.conf

就我的情况而言,路径只有一个PICOM,所以我的路径是= picom --config ~/.config/picom.conf

为我工作,希望它能帮助你!

票数 2
EN
页面原文内容由Unix & Linux提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://unix.stackexchange.com/questions/560165

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档