Martino Fontana
Martino Fontana
@DerKoun I think you forgot to merge this (unless it was intentional).
I use Just Perfection to move the bar to the bottom and I have no problem. 
To be fair, it would be just two commands. ``` mkdir -p $XDG_DATA_HOME/OpenGOAL/jak1 && mv $XDG_CONFIG_HOME/OpenGOAL/jak1/saves/ $XDG_DATA_HOME/OpenGOAL/jak1/ ``` (Though, now that I think about it, the `settings` and `saves` folders...
The complete migration script would be (assuming that `settings` and `saves` would be removed for redundancy): ``` #!/bin/sh config="${XDG_CONFIG_HOME:-${HOME}/.config}"/OpenGOAL/jak1 data="${XDG_DATA_HOME:-${HOME}/.local/share}"/OpenGOAL/jak1 mkdir -p $data mv "${config}"/saves/* $data mv "${config}"/settings/* $config rmdir...
Should this be reopened since it isn't fixed? (Though there is progress about it: https://github.com/Lariaa/GameLauncherResearch/wiki/GoG-Galaxy---Syncing-savegames-via-the-gog-cloud)
You are perfectly right with your paraphrase.
Steam however shows this is a GUI option, close to the one to enable the controller support in the first place. SDL's option is far less discoverable. And while Steam...
Also happens with code blocks ` ``` `.
It seems that the gaps on the edge of the working can appear when resizing the windows. Also, gaps on the bottom and top edges of the screen can only...
I reproduce the bug in Firefox Wayland too. Maybe you are running it in XWayland? (You can check in `about:support`.) To be more precise, I experience it in every Wayland...