Skip to content
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

Gtk 3: Theme uses deprecated style properties #73

Open
SuppenGeist opened this issue May 14, 2017 · 3 comments
Open

Gtk 3: Theme uses deprecated style properties #73

SuppenGeist opened this issue May 14, 2017 · 3 comments

Comments

@SuppenGeist
Copy link

SuppenGeist commented May 14, 2017

When starting an application I get the following warnings:

Gtk-WARNING **: Theme parsing error: gtk.css:68:35: The style property GtkButton:child-displacement-x is deprecated and shouldn't be used anymore. It will be removed in a future version

Gtk-WARNING **: Theme parsing error: gtk.css:68:35: The style property GtkButton:child-displacement-y is deprecated and shouldn't be used anymore. It will be removed in a future version

Gtk-WARNING **: Theme parsing error: gtk.css:70:34: The style property GtkCheckButton:indicator-size is deprecated and shouldn't be used anymore. It will be removed in a future version

Gtk-WARNING **: Theme parsing error: gtk.css:71:36: The style property GtkCheckMenuItem:indicator-size is deprecated and shouldn't be used anymore. It will be removed in a future version

 Gtk-WARNING **: Theme parsing error: gtk.css:73:46: The style property GtkScrolledWindow:scrollbars-within-bevel is deprecated and shouldn't be used anymore. It will be removed in a future version

Gtk-WARNING **: Theme parsing error: gtk.css:76:30: The style property GtkExpander:expander-size is deprecated and shouldn't be used anymore. It will be removed in a future version

Gtk-WARNING **: Theme parsing error: gtk.css:83:29: The style property GtkStatusbar:shadow-type is deprecated and shouldn't be used anymore. It will be removed in a future version

A temporary fix I applied on my machine:
Delete the lines in the gtk.css file that use these style properties. It doesn't make a difference anyways since they are ignored by Gtk.

@dimyme
Copy link

dimyme commented Mar 6, 2019

for example: sudoedit /usr/share/themes/Breath/gtk-3.0/gtk.css

and the one below ..../Breath-Dark/.....

@bluebrown
Copy link

Just spun up an electron app and I get this error on fedora 30 with xfce desktop. Seems like xfce is using these gtk styles for their native windows.

@int-ua
Copy link

int-ua commented Jul 4, 2019

The patch I'm using on Kubuntu 18.04 https://paste.ubuntu.com/p/tMNtXGj7QJ/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants