You can first compile the translations with this command:
[dglent@localhost meteo-qt-0.8.3]$ python3 setup.py --build
and then run the program:
[dglent@localhost meteo-qt-0.8.3]$ python3 meteo_qt/meteo_qt.py
The best is to make a package, for a rpm distribution i use this:
https://github.com/dglent/meteo-qt/blob/master/meteo-qt.spec
Ratings & Comments
8 Comments
hello, how to install meteo-qt on LMDE 3?
Hello! There's a problem in my widget. The maximum and minimun temperature values of every day are the same. How do I solve this? Thanks!
Hello, This happened since the last update, i will fix it Thanks for report it!
Hello, fixed in git: https://github.com/dglent/meteo-qt/commit/83245a949e6e5426633689f96fa4c13b7b345858
How do I use/start/compile?
You can first compile the translations with this command: [dglent@localhost meteo-qt-0.8.3]$ python3 setup.py --build and then run the program: [dglent@localhost meteo-qt-0.8.3]$ python3 meteo_qt/meteo_qt.py The best is to make a package, for a rpm distribution i use this: https://github.com/dglent/meteo-qt/blob/master/meteo-qt.spec
Is this compatible with Plasma 5?
Yes it is Plasma 5 compatible. It needs: Qt 5.4.2 KDE Frameworks 5.7 See here: https://github.com/dglent/meteo-qt/issues/34