Mirei124

Results 6 comments of Mirei124

This is duplicate of #1471. Wayfire will not crash when I quit fcitx5 before opening idea.

It can be fixed with the following steps. ```sh # set env unset LD_PRELOAD export PATH=$PREFIX/glibc/bin:$PATH # edit the locale.gen file, uncomment the line 'zh_CN.GBK GBK' and 'zh_CN.UTF-8 UTF-8' #...

把27232改成41342就行 https://github.com/shih-liang/YesPlayMusicOSD/blob/9ae65c68f9a968a7e00abf29c1a6a3460b3b193c/src/background.js#L293

electron 的bug [cant-succeed-in-making-transparent-window-in-electron-javascript](https://stackoverflow.com/questions/53538215/cant-succeed-in-making-transparent-window-in-electron-javascript) 我用的arch+kde这样修改可以正常显示 ``` diff --git a/src/background.js b/src/background.js index 00bff0e..a6aca10 100644 --- a/src/background.js +++ b/src/background.js @@ -126,6 +126,11 @@ class Background { 'HardwareMediaKeyHandling,MediaSessionService' ); } + + // display...

This might help, [termux-monet#deactivation-instructions-adb](https://github.com/KitsunedFox/termux-monet#deactivation-instructions-adb)

Maybe modifying the frontend is a better solution. ```diff From 5962f04a543a2cddd9a25dbe59f55191b4506420 Mon Sep 17 00:00:00 2001 From: Mirei124 Date: Tue, 23 Jul 2024 17:23:39 +0800 Subject: [PATCH] Fix Chinese garbled...