Merge lp:~jbicha/ubuntu-themes/fix-gtk322-warnings into lp:ubuntu-themes
| Status: | Merged |
|---|---|
| Approved by: | Marco Trevisan (Treviño) on 2016-11-09 |
| Approved revision: | 521 |
| Merged at revision: | 521 |
| Proposed branch: | lp:~jbicha/ubuntu-themes/fix-gtk322-warnings |
| Merge into: | lp:ubuntu-themes |
| Diff against target: |
99 lines (+13/-11) 4 files modified
Ambiance/gtk-3.20/apps/nautilus.css (+3/-3) Ambiance/gtk-3.20/gtk-widgets.css (+4/-3) Radiance/gtk-3.20/apps/nautilus.css (+2/-2) Radiance/gtk-3.20/gtk-widgets.css (+4/-3) |
| To merge this branch: | bzr merge lp:~jbicha/ubuntu-themes/fix-gtk322-warnings |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Marco Trevisan (Treviño) | Approve on 2016-11-09 | ||
| Robert Ancell | 2016-10-31 | Approve on 2016-11-09 | |
|
Review via email:
|
|||
Commit Message
Fix some deprecation warnings with GTK+ 3.22
Description of the Change
To test, switch your theme to something else then back, then run an app from the command line:
gsettings set org.gnome.
gsettings set org.gnome.
These are the warnings I got before this commit:
Gtk-WARNING **: Theme parsing error: gtk-widgets.
Gtk-WARNING **: Theme parsing error: gtk-widgets.
Gtk-WARNING **: Theme parsing error: gtk-widgets.
Gtk-WARNING **: Theme parsing error: gtk-widgets.
Gtk-WARNING **: Theme parsing error: gtk-widgets.
Gtk-WARNING **: Theme parsing error: gtk-widgets.
Gtk-WARNING **: Theme parsing error: nautilus.css:55:71: Using one color stop with linear-gradient() is deprecated.
Gtk-WARNING **: Theme parsing error: nautilus.css:56:71: Using one color stop with linear-gradient() is deprecated.

I saw the same warnings and came to the same conclusion..