一個 git-gui 因為「pad value 不好」而死掉

一個 git-gui 因為「pad value 不好」而死掉

從今天開始,我開始明白

bgerror failed to handle background error.
    Original error: bad pad value "3m": must be positive screen distance
    Error in bgerror: bad pad value "3m": must be positive screen distance

git gui。它不依賴存儲庫並且經常發生。錯誤發生後,視窗實際上就死了。

我想,它是在最近的更新中出現的。

任何想法?


git-gui version 0.20.0
Linux ... 4.4.0-127-generic #153-Ubuntu SMP Sat May 19 10:58:46 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux

答案1

我發現答案:原因是假DPI,使用

xrandr --dpi 96

修復。

相關內容