-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No longer compiles with GNOME 3.28 gweather library #13
Comments
ok - removing that obsolete param allows the compilation to complete. It installs correctly. However, changing the location is very odd. For gweather, I can select a location and hit the update button and the weather updates. If immediately then change the location again and hit update the weather doesn't change. But if I then restart the panel the weather is correctly found from the new location. Any ideas why this occurs? |
Removing that param means axing support for older versions, so we should bump the version number for meson too; budgie-weather-applet/meson.build Line 39 in 210d3c3
Location problem need some debugging. Some gsetting stuff i wrote might have been at fault. |
GTK has been bumped due to removing deprecated properties ilgarmehmetali#14 GWeather has been bumped due to API changing in GNOME 3.28 ilgarmehmetali#13
ubuntu budgie 18.04
https://launchpadlibrarian.net/360636309/buildlog_ubuntu-bionic-i386.budgie-weather-applet_0.1-0ubuntu2~bionic+build3_BUILDING.txt.gz
the relevant part is
This is built against libgweather-3-15
According to this https://lazka.github.io/pgi-docs/#GWeather-3.0/classes/Info.html#GWeather.Info.new the forecasttype parameter is deprecated and ignored so looks like it can safely be removed in the code.
The text was updated successfully, but these errors were encountered: