When launching the game under Wayland with KDE Plasma, the game doesn't respect the cursor theme set in the "System Settings" app (under "Colors & Themes" > "Cursors", which sets the user cursor theme) and instead defaults to the global system cursor theme, which usually means a fallback to the adwaita cursor theme. As far as I can tell this issue is specific to KDE Plasma (wayland) in full-screen mode.
Workaround:
Factorio seems to respect the system cursor theme however, so setting "Inherits=" in /usr/share/icons/default/index.theme to the folder name of a cursor theme in /usr/share/icons will fix the issue. This is not the expected way to set cursor themes in KDE Plasma however, and requires root access.
Misc. Info:
- Distro: Arch Linux
- DE: KDE Plasma 6.1.3
- Factorio version: 1.1.109 (build 62320, linux64, steam)
- KDE frameworks version: 6.4.0
- Qt version: 6.7.2
- Kernel version: 6.10.1-zen1-1
- Launch flags (Steam):
Code: Select all
SDL_VIDEODRIVER=wayland %command%
Let me know if I should provide any additional details!