hi, ive noticed i cant type with Ukrainian keyboard layout (Any, legacy will not help), ive also tried to switch full screen ↔ window modes, same here, eng layout works perfectly. if it can be solved somehow, i can provide logs whatever.
Linux 6.11.0-19-generic (Ubuntu 24.04.2 LTS x86_64)
Locale: en_US.UTF-8
I have a spanish keyboard and i also keep both ENG and ESP installed for games that rely on the english layout.
Windows has a shortcut to swap between languages, i imagine Linux must have one too or some way to set it up like that.
i mean i can swap layouts, but ukranian lang just not typing in any field in the game (for exception is launcher)
maybe the dish here is some sort of Cyrillic Laguages problem
Hi! I had the same issue. The problem is with the glfx library. I managed to fix it this way:
Install the new version of the library:
sudo apt-get install libglfw3-dev
Copy it to the ss14 /bin/loader/ directory, remove the old file, and create a symlink:
cp /usr/lib/x86_64-linux-gnu/libglfw.so.3.3 /path to game/SS14.Launcher_Linux/bin/loader
cd /path to game/SS14.Launcher_Linux/bin/loader
rm libglfw.so.3
ln -s libglfw.so.3.3 libglfw.so.3