Here is another CSS error introduced by Debian css-fixups.patch, noticed after geany was rebuilt with GTK3:

(geany:18320): Gtk-WARNING **: Theme parsing error: gtk-widgets.css:1214:18: Not using units is deprecated. Assuming 'px'.

The fix is to add the "px" unit on gtk-3.0/gtk-widgets.css:1214:

--- /usr/share/themes/Clearlooks-Phenix/gtk-3.0/gtk-widgets.css.orig 2018-01-17 09:06:05.190952179 +1300 +++ /usr/share/themes/Clearlooks-Phenix/gtk-3.0/gtk-widgets.css 2018-01-17 09:06:52.149995454 +1300
@@ -1211,7 +1211,7 @@
 combobox > .linked > button.combo:disabled:last-child {
        border-image-width: 3px 3px 4px 0;
        border-radius: 0 3px 3px 0;
-       border-width: 0 1;
+       border-width: 0 1px;
 }
 combobox > .linked > entry.combo:only-child,
 combobox > .linked > button.combo:only-child,

Kind regards,

--
Ben Caradoc-Davies <b...@transient.nz>
Director
Transient Software Limited <https://transient.nz/>
New Zealand

Reply via email to