状态栏图标问题
GavinAndre opened this issue · 4 comments
GavinAndre commented
我这里环境是manjaro 17.1.10 gnome 3.28.2
状态栏上没有图标,但是功能都正常,libappindicator-gtk2 libappindicator-gtk3 都安装了,同样都是gnome 3.28版本难道还有什么依赖没有装吗
Deleted user commented
我用的Ubuntu 18.04默认桌面,状态栏有图标,可以正常使用
GavinAndre commented
appindicator support 这个扩展也开了
GavinAndre commented
解决了 在desktop文件里的Exec行添加 env XDG_CURRENT_DESKTOP=Unity
例:Exec=env XDG_CURRENT_DESKTOP=Unity /opt/electronic-wechat-linux-x64/electronic-wechat
GavinAndre commented
还需要装个依赖 libappindicator-gtk3 这个依赖缺了就没图标了