Nikita

Results 20 comments of Nikita

In this case yes, but elsewhere it would be like raping little children. Sometimes when you make neutral form in Czech, it's like speaking with robot.

Well, declension is in every slavic language, but there may be more exceptions in other languages I will finish my translation and tell you how big this problem is.

@clintbellanger I agree changing pickup text will solve plural number problem (I have same problem as Pavel). But what to do with male/female?

+1 Started happening to me after using fb-messenger-cli without any problems for two months

To clarify, I workarounded around this by manually copying /lib64/libgio-2.0.so.0 to appdir usr/lib directory before running linuxdeployqt but obviously I want to have a cleaner solution.

Beats me, I guess the library is trying to be loaded separately by other dependencies. The point is, libproj.x.y is linked dynamically and included correctly, but the generic symlinks are...

When run with strace, binary works just fine. It loads libQt5OpenGL from inside the appimage $ sudo strace -f ./Map.AppImage 2>&1 | grep libQt5OpenGL [pid 14021] openat(AT_FDCWD, "/tmp/.mount_MapTiluHzs5E/lib/libQt5OpenGL.so.5", O_RDONLY|O_CLOEXEC I've...

So, I've created a minimal working example. It still has all the library dependencies (which is what causes this bug in the first place). You can access it at https://drive.google.com/file/d/1F-x2TOvzW227coySI5zBlaA9UyHcXsJ8/view?usp=sharing...

I've had an idea that maybe my non-standard flat directory structure may be causing this. So I've changed the structure to follow usr/bin directories. Unfortunately this didn't do anything. Then...