-
Notifications
You must be signed in to change notification settings - Fork 12
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
Set some settings in GSettings as well #2
base: master
Are you sure you want to change the base?
Conversation
@LStranger: This should be good to go now. |
Upvote, because |
@@ -2125,24 +2125,12 @@ | |||
<column type="gchararray"/> | |||
</columns> | |||
<data> | |||
<row> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you mean those extra choices should not be used or cannot be used?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should not in the old config file, can not in the new GSettings.
Any updates on this? |
|
As for my other PRs that break GTK 2 compilation according to you, I hope I have time this weekend to look into it. |
|
In some cases (e.g. on Wayland) GTK 3 reads some settings only from
GSettings
and not from its configuration file.Note that there are various versions of
gsettings-desktop-schemas
, so it's needed to check if a setting is actually available.I'm currently not settingonly small and large could be chosen fortoolbar-style
andtoolbar-icons-size
yet, because in some versions it's a string choice and in other versions it's an enum (so it's a bit more work to implement), plustoolbar-icons-size
while LXAppearance has more options than that.Edit: the underlying data type of enum is also string, so that actually doesn't matter.