-
Notifications
You must be signed in to change notification settings - Fork 49
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
wpgtk only sets some themes the first run, then none #198
Comments
Are you using the |
Does it only work with |
Yeah, for now it only works with FlatColor, that might change in the
future, but you do need to modify a theme in order to change it's colors,
so for now
only FlatColor is supported, you might want to look at jasperro's
wpgtk-templates repo for an alternative that's a bit more "modern"
…-- Fernando Vásquez
On Tue, 16 Jun 2020 at 11:22, Connor Dooley ***@***.***> wrote:
Does it only work with FlatColor?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#198 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACVCGSPNJB2G4O5SZLUT7LDRW6S57ANCNFSM4N42ZHUQ>
.
|
Alright, it worked with FlatColor except it didn't properly set the background. In the desktop settings it shows the background image as set, but on the desktop I just see a flat color. |
what did you previously used to set your wallpaper? |
Just the normal Budgie Desktop Settings. It even shows the new wallpaper in the Budgie Desktop Settings, but not on the actual desktop. |
ok, you might want to open this issue in util.disown(["gsettings", "set",
"org.gnome.desktop.background",
"picture-uri", "file://" + urllib.parse.quote(img)]) |
Alright, thanks! |
I have a similar problem here. I use Ubuntu 20.04 LTS and when I use wpg (GUI) to set the wallpapers, Windows and terminal are set to color scheme but when i exit the windows and re-enter them again everything is back to default ubuntu theme. It seems that wpg doesn't save the settings. I use flat color in application setting in Tweaks and I also tried turning auto-reload GTK feature off |
Try with the new |
Hi, I think I have the same problem. Edit : Work great with the pull request =) |
I'm using Ubuntu Budgie 20.04, and when I run wpg and set my wallpaper the first time it sets the terminal and panel themes properly but not the windows. If I try to set the wallpaper again, or set a new wallpaper, everything gets set to the default theme (though I believe some of the terminal colors are set correctly). No errors are being shown.
I'm on version 6.1.3
The text was updated successfully, but these errors were encountered: