最近Firefox 升級到 108 之後發現
自訂的游標圖示會顯示錯誤,甚至有時後會直接消失
檢查Log發現是Firefox無法讀取到我的自訂游標
firefox-bin[2959]: Unable to load hand2 from the cursor theme
firefox-bin[2959]: Unable to load left_ptr from the cursor theme
firefox-bin[2959]: Unable to load xterm from the cursor theme
而且是放在~/.icons下的游標才會有這個問題
所以目前有一個Workaround方式就是將目前使用的游標放到
mv ~/.icons/* /usr/share/icons/
目前已經有人發了 Issue 給 Mozilla: https://bugzilla.mozilla.org/show_bug.cgi?id=1802877