-
Notifications
You must be signed in to change notification settings - Fork 51
bug: FlatpakGSettings
does not contain the function set_string
#858
Comments
Welcome on Gradience. 🥳 We really appreciate your contribution. The core team will review your issue as soon as possible. You can also join the Matrix room: https://matrix.to/#/#Gradience-space:envs.net or the Discord server: https://discord.com/invite/4njFDtfGEZ |
I'm also getting yapsy errors:
which is probably causing the firefox theming to not work. This is what I get when I press the firefox toggle:
|
I am seeing the same error. (lots of them actually) Platform: Arch Linux, |
Likewise. I have the same error on arch using gradience-git. It would be nice to have firefox matching. It's the most commonly used app on my desktop. |
You just need to remove the _string from set_string in preset.py |
Yeah, given what I've reported, I also thing the same. But, I'm not familiar with the project, so, I don't know if its 100% correct. Also, I can't get the project to build in the Gnome Builder flatpak, so, can't really experiment with it. |
You can modify the existing file at /var/lib/flatpak/app/com.github.GradienceTeam.Gradience.Devel/current/active/files/lib/python3.11/site-packages/gradience/backend/theming/ |
https://github.com/lavafroth/Gradience/blob/fix-set-gtk3-theme/gradience/backend/theming/preset.py download this version of the file |
Is there an existing issue for this?
What happened?
While trying to apply gtk-3 themes via adw-gtk3 I get the error:
The
FlatpakGSettings
definition doesn't actually contain this function but does containset
:Gradience/gradience/backend/utils/gsettings.py
Line 247 in 29fa687
To Reproduce
Expected behavior
No response
Screenshots
No response
OS
EndeavourOs
DE/WM version
GNOME 45
Version
0.8.0-beta2-cdc6692
Installation method
Flatpak from Github Actions
Enabled system extensions (GNOME specific)
No response
Additional context
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: