v3.0alpha1 #161
Replies: 13 comments 9 replies
-
|
Please report minor bugs here, unless they're show-stoppers (like it not working at all)... |
Beta Was this translation helpful? Give feedback.
-
|
I committed a few tweaks and bugfixes today. Still TODO before Beta release:
|
Beta Was this translation helpful? Give feedback.
-
|
Few more bugfixes. Moving places up & down in the config did not get saved / applied. |
Beta Was this translation helpful? Give feedback.
-
|
how can I install this version to test it? thank you! |
Beta Was this translation helpful? Give feedback.
-
|
Temperatures are displayed in dark text with Breeze Dark Theme and Breeze light colors. |
Beta Was this translation helpful? Give feedback.
-
|
hello I'm seeing lots of
in the log. |
Beta Was this translation helpful? Give feedback.
-
|
Hi,
If no rain is forecast during a specific time period, the Openweather data
feed omits the XML "precipitation" key altogether (rather than using Null
or Zero values), which the Qt XML parser doesn't like and flags as an error.
Due to changes in the way the XML engine works in Qt6, I can't access the
raw XML data any more - so there's no way to error trap this.
The only fix is to rewrite the Openweather provider to use Json instead of
XML - but that would be a major rewrite which would have delayed the
release of the widget even more, so I decided to release it with those
"errors".
For what it's worth, the XML feed has been deprecated by Openweather and I
have already added an issue to port it to Json once the Plasma 6 teething
troubles have been ironed out.
…On Fri, 8 Mar 2024, 03:50 Dexter, ***@***.***> wrote:
hello I'm seeing lots of
file:///home/dexter/.local/share/plasma/plasmoids/org.kde.weatherWidget-3/contents/ui/providers/OpenWeatherMap.qml:622:9:
QML XmlListModelRole: Query error: "Attribute value not found"
in the log.
Fedora 40
3.0.0b1.plasmoid OWM
—
Reply to this email directly, view it on GitHub
<#161 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AT725TJA6C4XUNZQSP2U62TYXEYRVAVCNFSM6AAAAABCHR7S3SVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4DOMJVGE2TO>
.
You are receiving this because you authored the thread.Message ID:
<blackadderkate/weather-widget-2/repo-discussions/161/comments/8715157@
github.com>
|
Beta Was this translation helpful? Give feedback.
-
|
First of all, thank you for your work on the widget and for keeping the project alive. I tried the installation your recommended way but failed in both cases. When I use the command line, after a while I get the message
In the widget panel the installation seems to work. I can see the application, but when I drag and drop it to the desktop I get the following message Regardless of whether the installation is done via the command line or the widget panel, the folder under If I create my own installation package (even though this is not recommended), it works ;) Files are then saved in a system-wide folder and not in the local user folder. And... once I create an instance of the widget on the desktop, remove it and uninstall the package, then the installation via the widget panel also works; then after a few minutes the files will be copied to the local user folder. I also tried with another widget from the store to check if it is possible to install from the widget panel and there is no error in the current Plasma version and it works. I'm unsure if I've done something wrong or if your plasmoid archive is having problems, I'm just reporting my observations. You may have the same experience if you reinstall it in a new/clean environment. For now it's fine for me to use my install package. System-Information: |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
|
I've been testing out scaling/hidpi behavior a bit. It looks like on both X11 and wayland the scaling is currently broken, but can be fixed by removing the |
Beta Was this translation helpful? Give feedback.
-
Cool, thanks for letting me know. |
Beta Was this translation helpful? Give feedback.
-
|
This week I have been working on getting the widget working when compiled, and installed for all users - and as a System Tray applet. I spent literally two days trying to figure out why clicking the widget didn't bring up the "Full Representation" when in the System Tray, but it did as an ordinary widget in the panel... Todo:
Hoping to release another beta this weekend - assuming items 3 and 4 don't give me any grief! |
Beta Was this translation helpful? Give feedback.
-
|
I"m using the Weather Widget 3 (3.0.4) for quite some time now. |
Beta Was this translation helpful? Give feedback.





Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
A Beta version of the Weather Widget for KDE Plasma 6.
QT6 is MASSIVELY different to QT5. This required a substantial rewrite of this widget - in addition to the major issues below, there will be a lot of bugs to squash and polishing required...
Major Bugs/Features/Issues to be sorted
Configuration Settings might not display or apply correctly.
Locale-specific translations may be missing/incorrect.
Some of the text doesn't appear to clip/elide correctly in the tables in the Configuration Pages.
The Meteogram or Long-Range 6-hourly forecasts below might display using the wrong times, or display the wrong day/night icon, on certain combinations of system timezone and widget settings.
This discussion was created from the release v3.0b1.
Beta Was this translation helpful? Give feedback.
All reactions