awesomewm标签不断重复

问题描述

我刚刚升级到了出色的4.3版本,在打开几个应用程序后,我的标签开始不断重复。我使用字母字符而不是数字或名称,我可以通过一个按键快捷键获得26个标签,但是代码基本相同并且已经使用了一年多。更新后,由于某种原因它开始了,Chrome不会影响它,但是如果我打开几个Thunars或我的基于Java的IDE,它就会开始。在几秒钟之内,每个屏幕将依次添加标签的另一个副本,并且将不断进行下去。一旦开始,它也会锁定屏幕。任何帮助,想法将不胜感激,我只能关闭认配置,所以它使我慢了很多。谢谢

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: Last main loop iteration took 0.110275 seconds! Increasing limit for this warning to that value.
36888
/usr/bin/compton
/usr/bin/thunar
[ 08/18/2020 01: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"
[ 08/18/2020 01: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.
[ 08/18/2020 01: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.
[ 08/18/2020 01: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.
[ 08/18/2020 01: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
[ 08/18/2020 01: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`.
[ 08/18/2020 01: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
[ 08/18/2020 01:09:10.094 parse_config_libconfig ERROR ] "paint-on-overlay" has been removed as an option,and the feature is enabled whenever possible
[ 08/18/2020 01:09:10.094 main Fatal error ] Failed to create new session.

解决方法

好吧,我发现是在配置的升级过程中,谨慎的部分增加了一倍。我使用以前的备份来重建配置,使其尽可能接近当前版本,问题就消失了。谢谢