awesomewm 标签无限重复

我刚刚升级到 awesome 4.3,然后当我打开几个应用程序后,我的标签开始无限重复。我使用了字母字符而不是数字或名称,我可以通过单个按键快捷方式获得 26 个标签,但代码基本相同,并且已经工作了一年多。升级后,由于某种原因,这种情况开始出现,请参阅以下信息:Chrome 不会影响它,但是如果我打开几个 Thunar 或基于 Java 的 IDE(Integrated Development Environment),就会开始出现。在几秒钟内,每个屏幕连续添加另一个标签副本,将无限制地继续下去。它一旦开始,还会锁定屏幕。非常感谢你的帮助和想法,我只能使用默认配置工作,因此速度降低了很多。谢谢

local keyNames = { "A", "B", "C", "D", "E", "F", "G", "H", "I", "J", "K", "L", "M", "N", "O", "P", "Q", "R", "S", "T", "U", "V", "W", "X", "Y", "Z" }

在此处添加标签的部分

awful.tag(keyNames, s, awful.layout.layouts[layoutIndex])

以下是我启动 awmtt 时的输出,当出现问题时,代码的这一部分也会在控制台中重复显示。

~/.config/awesome >>> awmtt start -S 2048x1280                                                                                                                                                                                                                                                                                                                            ±[●●][master]
/usr/bin/gnome-keyring-daemon
1936
2059
/usr/bin/start-pulseaudio-x11
3108
/usr/lib/mate-polkit/polkit-mate-authentication-agent-1
36875
/usr/bin/xfce4-power-manager
36881
/usr/bin/system-config-printer-applet
5409
/usr/bin/xfsettingsd
36891
/usr/bin/light-locker
2020-08-18 01:09:10 W: awesome: a_glib_poll:437: 最后一个主循环迭代用时 0.110275 秒!将此警告的上限增加到该值。
36888
/usr/bin/compton
/usr/bin/thunar
[ 202081801:09:10.094 open_config_file_at WARN ] This compositor has been renamed to "picom", the old config file paths is deprecated. Please replace the "compton"s in the path with "picom"
[ 202081801:09:10.094 parse_config_libconfig WARN ] Option `no-dock-shadow` is deprecated, and will be removed. Please use the wintype option `shadow` of `dock` instead.
[ 202081801:09:10.094 parse_config_libconfig WARN ] Option `no-dnd-shadow` is deprecated, and will be removed. Please use the wintype option `shadow` of `dnd` instead.
[ 202081801:09:10.094 parse_config_libconfig WARN ] Option `menu-opacity` is deprecated, and will be removed.Please use the wintype option `opacity` of `popup_menu` and `dropdown_menu` instead.
[ 202081801:09:10.094 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
[ 202081801:09:10.094 parse_config_libconfig WARN ] glx-swap-method has been deprecated since v6, your setting "undefined" should be replaced by `use-damage = true`.
[ 202081801:09:10.094 parse_config_libconfig WARN ] "clear-shadow" is removed as an option, and is always enabled now. Consider removing it from your config file
[ 202081801:09:10.094 parse_config_libconfig ERROR ] "paint-on-overlay" has been removed as an option, and the feature is enabled whenever possible
[ 202081801:09:10.094 main FATAL ERROR ] Failed to create new session.
点赞
用户1792817
用户1792817

嗯,我发现在升级过程中,我的某些配置被复制了两遍。我使用了之前的备份,尽可能地重建了当前的配置,问题就解决了。谢谢。

2020-08-18 17:20:53