Kez

Results 15 comments of Kez

若是还想要ctrl + enter换行的功能,就在楼上提到的文件中 加入 if (event.ctrlKey && event.keyCode === 13) { document.getElementById("content").value = document.getElementById("content").value + '\n'; } 即可

WINEPREFIX=~/.deepinwine/Deepin-WeChat deepin-wine6-stable winecfg

> 托盘图标问题属于高发问题区,我现在自己ubuntu 23.04甚至图标无法点击,一叉掉窗口就没。没办法,只能开一个workspace,把微信丢到另外一个workspace去,不占用日常的桌面空间。麻烦了点但也没好方法 我也是Ubuntu23.04,有着同样的问题,多次尝试也无解

对于我不是很有用,这个问题可以通过关闭Appindicator and KStatusNotifierItem Support 或者 Ubuntu AppIndicators 扩展中的Enable Legacy Tray Icons support暂时可以显示wine tray,丑了点但是可以点击起码能用。参考 https://github.com/ubuntu/gnome-shell-extension-appindicator/issues/481 这类的问题很多,应该是一个bug.

> 容器中的微信里使用输入法 fcitx 不能使用,这个是什么原因呢?启动命令如下: > > ```shell > docker run -d --name wechat --device /dev/snd --ipc="host"\ > -v /tmp/.X11-unix:/tmp/.X11-unix \ > -v $HOME/WeChatFiles:/WeChatFiles \ > -e DISPLAY=$DISPLAY \ > -e...

> > 容器中的微信里使用输入法 fcitx 不能使用,这个是什么原因呢?启动命令如下: > > ```shell > > docker run -d --name wechat --device /dev/snd --ipc="host"\ > > -v /tmp/.X11-unix:/tmp/.X11-unix \ > > -v $HOME/WeChatFiles:/WeChatFiles \ > >...

> > > > > 容器中的微信里使用输入法 fcitx 不能使用,这个是什么原因呢?启动命令如下: > > > > > ``` > > > > > docker run -d --name wechat --device /dev/snd --ipc="host"\ > > >...

It is an issue. Unclickable wine tray icons also cause some trouble.