Open elboletaire opened 10 years ago
Should be fixed now.
It seems there are more errors now...
~ ❯❯❯ sudo update-manager -d
[sudo] password for elboletaire:
(update-manager:13599): Gtk-WARNING **: Theme parsing error: switch.css:36:5: '/*' in comment block
(update-manager:13599): Gtk-WARNING **: Theme parsing error: switch.css:49:5: '/*' in comment block
(update-manager:13599): Gtk-WARNING **: Theme parsing error: switch.css:62:5: '/*' in comment block
(update-manager:13599): Gtk-WARNING **: Theme parsing error: combobox.css:58:27: Not using units is deprecated. Assuming 'px'.
(update-manager:13599): Gtk-WARNING **: Theme parsing error: combobox.css:59:19: Not using units is deprecated. Assuming 'px'.
(update-manager:13599): Gtk-WARNING **: Theme parsing error: combobox.css:60:16: Not using units is deprecated. Assuming 'px'.
(update-manager:13599): Gtk-WARNING **: Theme parsing error: combobox.css:61:17: Not using units is deprecated. Assuming 'px'.
(update-manager:13599): Gtk-WARNING **: Theme parsing error: combobox.css:65:38: Not using units is deprecated. Assuming 'px'.
(update-manager:13599): Gtk-WARNING **: Theme parsing error: combobox.css:65:40: Not using units is deprecated. Assuming 'px'.
(update-manager:13599): Gtk-WARNING **: Theme parsing error: popover.css:18:38: Not using units is deprecated. Assuming 'px'.
(update-manager:13599): Gtk-WARNING **: Theme parsing error: popover.css:18:40: Not using units is deprecated. Assuming 'px'.
Running
sudo update-manager -d
I found an error on buttons.css:taking a look at
buttons.css
we can see this:which is not valid. A transition should be defined using a time unit, like
s
orms
. If that "100px" is to specify a width, it should be specified astransition: width linear
and set thewidth: 100px
in the desired element.More information: http://www.w3schools.com/css/css3_transitions.asp