Closed thiagochaves closed 1 month ago
Confirmed, I'm so used to copy-paste that I didn't notice the issue. Thanks for the report :+1:
Actually, no. On Linux it works, are you using Windows?
It's the release builds it seems, my local build works fine. Probably something missing in Qt.
Linux Mint 21, using the "Friction-0.9.6.1-x86_64.AppImage".
https://github.com/user-attachments/assets/0ba63e41-e48e-4167-ada5-e6a7c14f3b86
Thanks.
I have identified the problem, it's with the included libxkbcommon library.
Workaround:
./Friction-0.9.6.1-x86_64.AppImage --appimage-extract
rm squashfs-root/usr/lib/libxkbcommon*
cd squashfs-root && ./AppRun
Fixed, snapshot available: https://sourceforge.net/projects/friction/files/snapshots/0.9.6.2-575020b2/
Excellent, thanks a lot!
I tried to add an accented letter to a text, but the text input ignores the accent. Accented letters in portuguese: á, é, í, ó, ú, â, ê, ô, ã. None of these can be input in the text field, although we can past these letters there.