Dimitrios Glentadakis

Results 31 comments of Dimitrios Glentadakis

I saw this in iceWM but not in LXQt Which DE do you use ? I'm afraid that is DE depended, but i try to workaround the (deactivate) rich html...

The notifications are shown by [QSystemTrayIcon](https://doc.qt.io/qtforpython-5/PySide2/QtWidgets/QSystemTrayIcon.html?highlight=systemtray#PySide2.QtWidgets.PySide2.QtWidgets.QSystemTrayIcon.showMessage) After i suppose that QT communicate the message to the system's notifier. I don't define if it will be in plain or rich text...

So it means that in order to use rich text everywhere it needs the usage of a widget which will be shown at the area of the tray icon. This...

I found this: https://code.woboq.org/qt5/qtbase/src/widgets/util/qsystemtrayicon.cpp.html#513 I understand that It depends in the config of qt and maybe in lxqt is configured differently (to support plain text), i 'll try to find...

Hello Check if you have the latest version and try then to create à personal openweathermap key from the settings dialogue

I don't know which version of the meteo-qt Ubuntu offerts. Check with right click > About But in any case it is better to have à personal key...

Latest version is 3.2 I don't remember if there was à specific fix for this error message since the version 1.5 However you cannot contact openweathermap to search for the...

Check the changelog from version 1.5 to 3.2 here: https://github.com/dglent/meteo-qt/releases You can also download the latest version from here, unzip and then run python meteo_qt.py or install with python setup.py...

This is impossible. You need a key first in order to add a city And if the key is invalid you will have the 401 Unauthorized error. Try to open...

I think is same with #126