June Stepp
June Stepp
I should also mention that the problem is opposite in French. Numbers are only properly parsed if they have the hyphen, but similar to in the English people often don't...
https://www.androidpolice.com/2020/02/27/cheetah-mobile-apps-disappeared-play-store/
Hey! I'm finishing a fix right now. The plan is to release a pared-down version of 2.0 as soon as possible. These network issues have already long since been fixed...
Sorry for the wait. Pre-release is out now: https://github.com/JuneStepp/OneLauncher/releases/tag/v2.0.rc1
Heylo! Thanks for sending this in! The project does work through Wine, but given that you use Linux and have some technical experience, I'd recommend [running from source ](https://github.com/JuneStepp/OneLauncher#development-install). I've...
A pre-release of 2.0 is now out that should resolve these issues. https://github.com/JuneStepp/OneLauncher/releases/tag/v2.0.rc1
It's caused by the glibc version used for building OneLauncher being newer than the one on your system. You can either upgrade your glibc if your distro allows that, run...
A pre-release of 2.0 is out now that should resolve these issues. Linux builds are now compiled on Ubuntu 22.04 LTS, as per the minimum system requirements for Qt6. https://github.com/JuneStepp/OneLauncher/releases/tag/v2.0.rc1
This is now possible with the `abovelock` layer rule. For wvkbd, do `layerrule = abovelock true, wvkbd`. (You'll need the latest git version of wvkbd for that rule. Previously, wvkbd's...
This does work at runtime, because the package is installed in editable mode. This happens automatically with poetry. The pip equivalent is `pip install --editable .`. See https://setuptools.pypa.io/en/latest/userguide/development_mode.html. The files...