Open NicolasIriarte opened 1 year ago
Happy to accept a PR fixing it! I don't touch this code often but it would be great to keep it building :)
Under further attempts I found out the program crashed a lot because of third party directory. Installing KF5 manually on my system and not running the setup.py
script increased greatly the application stability.
I could remove that dependency from Linux if you want to (It didn't even compile with the provided KF5) .
I don't know about Mac or Windows dependency, I don't have any computer with those OS.
Edit 1: Also, great work! It's a really nice piece of software! 🎉
Hi hello! Maybe I'm missing something but the current source code doesn't copile: It throw:
That error I could fix it but there are another one on
thememanager.cpp
(I disable the theme manager on my build).Once installed the user interface works, but it is extremely buggy, throwing segmentation faults on simple actions.
I have some questions:
KSelectAction::textTriggered
-> I'm missing something here?On any case, I can make a PR fixing that compile error.
Thanks for this amazing project!