awesomewm 标签无限重复
2020-8-28 20:8:7
收藏:0
阅读:128
评论:1
我刚刚升级到 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
[ 2020 年 8 月 18 日 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"
[ 2020 年 8 月 18 日 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.
[ 2020 年 8 月 18 日 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.
[ 2020 年 8 月 18 日 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.
[ 2020 年 8 月 18 日 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
[ 2020 年 8 月 18 日 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`.
[ 2020 年 8 月 18 日 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
[ 2020 年 8 月 18 日 01:09:10.094 parse_config_libconfig ERROR ] "paint-on-overlay" has been removed as an option, and the feature is enabled whenever possible
[ 2020 年 8 月 18 日 01:09:10.094 main FATAL ERROR ] Failed to create new session.
点赞
评论区的留言会收到邮件通知哦~
推荐文章
- Lua 虚拟机加密load(string.dump(function)) 后执行失败问题如何解决
- 我想创建一个 Nginx 规则,禁止访问
- 如何将两个不同的lua文件合成一个 东西有点长 大佬请耐心看完 我是小白研究几天了都没搞定
- 如何在roblox studio中1:1导入真实世界的地形?
- 求解,lua_resume的第二次调用继续执行协程问题。
- 【上海普陀区】内向猫网络招募【Skynet游戏框架Lua后端程序员】
- SF爱好求教:如何用lua实现游戏内调用数据库函数实现账号密码注册?
- Lua实现网站后台开发
- LUA错误显式返回,社区常见的规约是怎么样的
- lua5.3下载库失败
- 请问如何实现文本框内容和某个网页搜索框内容连接,并把网页输出来的结果反馈到另外一个文本框上
- lua lanes多线程使用
- 一个kv数据库
- openresty 有没有比较轻量的 docker 镜像
- 想问一下,有大佬用过luacurl吗
- 在Lua执行过程中使用Load函数出现问题
- 为什么 neovim 里没有显示一些特殊字符?
- Lua比较两个表的值(不考虑键的顺序)
- 有个lua简单的项目,外包,有意者加微信 liuheng600456详谈,最好在成都
- 如何在 Visual Studio 2022 中运行 Lua 代码?

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