我正在使用 Exaile(带有声音菜单指示器插件),我希望“显示托盘图标”和“最小化到托盘”首选项保持为真,但每次我关闭并重新打开 Exaile 时,这些首选项都会恢复为默认设置(即为假)。我如何让这些首选项保持为真?
答案1
如果您正在使用此插件:
https://github.com/sunng87/Exaile-Soundmenu-Indicator
打开
~/.local/share/exaile/plugins/Exaile-Soundmenu-Indicator-master/__init__.py
在文本编辑器中注释掉(在开头添加#)第 66 行:
patch_tray_icon(exaile)
这应该可以解决问题。;)