! Please note that this is a snapshot of our old Bugzilla server, which is read only since May 29, 2020. Please go to gitlab.xfce.org for our new server !
Theme parsing error on xfce4 on arch linux with dusk theme. Found the solution!!
Status:
RESOLVED: DUPLICATE
Severity:
trivial
Product:
Gtk-xfce-engine
Component:
General

Comments

Description this.is.rolland 2014-10-19 21:56:09 CEST
Whenever I would run a gtk3 application, I would get an error message:

"
Gtk-WARNING **: Theme parsing error: gtk.css:72:18: Not using units is deprecated. Assuming 'px'.

Gtk-WARNING **: Theme parsing error: gtk.css:72:20: Not using units is deprecated. Assuming 'px'.
"

Upon tracking down gtk.css first to /usrshare/themes/Xfce-dusk/gtk-3.0 I found that changing line 72 from 
"text-shadow: 1 1 white;"
to
text-shadow: 1px 1px white;
fixed this incredibly annoying error message.

Cheers.
Comment 1 Peter de Ridder editbugs 2015-02-18 21:46:11 CET
A patch was attached and applied

*** This bug has been marked as a duplicate of bug 10950 ***

Bug #11241

Reported by:
this.is.rolland
Reported on: 2014-10-19
Last modified on: 2015-02-18

People

Assignee:
Olivier Fourdan
CC List:
1 user

Version

Version:
Unspecified

Attachments

Additional information