AlanIWBFT
AlanIWBFT
Nice! I was wondering why it was not very effective and this might be the culprit. Have you ever tested to see if it improves performance?
I'm expecting the community to do that by themselves.
I would suggest: 1. Following the super detailed official instructions on how to build a vanilla version of UE4 at https://github.com/EpicGames/UnrealEngine/. 2. Install the newest CUDA SDK locally and try...
Well, there is actually another problem. For some reason 'Apply Plasma Settings' doesn't want to put the mouse settings into /var/lib/sddm/.config/kcminputrc. The solution is to switch to another mouse theme,...
Yet I can confirm that once the cursor setting in kcminputrc is deleted, the cursor reverts to adwaita. I'm using sddm-wayland-plasma on f40. Your PR is about sddm on X11...
And unfortunately `XCURSOR_THEME` is set, but the mouse is still adwaita: but hold up, didn't you say `XCURSOR_THEME` is no longer respected? why would it work for wayland?
So, what's the consensus now? sddm under wayland has a bug that ignores `XCURSOR_THEME`?
I would like to add another thing here: press Enter to select and apply the first command, which is how the palette works in Fork.
> I think we should properly parse `@im=` value and select the IME module accordingly. That was my initial implementation (parse `@im` in `X11DBusImeHelper` and connect through D-Bus). Yet I...