[WIP] Add weather widget settings keys to org.cinnamon.screensaver.gschema.xml#246
Open
queenkjuul wants to merge 1 commit intolinuxmint:masterfrom
Open
[WIP] Add weather widget settings keys to org.cinnamon.screensaver.gschema.xml#246queenkjuul wants to merge 1 commit intolinuxmint:masterfrom
queenkjuul wants to merge 1 commit intolinuxmint:masterfrom
Conversation
|
mtwebster
reviewed
Nov 19, 2025
| <description>If automatic location is incorrect, specify a precise location in the format LAT,LON where LAT and LON are decimal numbers, for example: 41.85,-87.65</description> | ||
| </key> | ||
| <key name="weather-units" type="s"> | ||
| <default>""</default> |
Author
There was a problem hiding this comment.
default should be "metric"
fixed, thanks
4c3ebb0 to
ca20063
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
These changes are necessary to enable the Weather widget for cinnamon-screensaver as proposed here:
linuxmint/cinnamon-screensaver#464
Relevant changes to the Settings module are here:
linuxmint/cinnamon#12516