After d-u, I got chromium in red. titlebar, tabs, bookmarkbar are shown red background.
This is related to the error messages during d-u like:
Code:
(gtk-update-icon-cache-3.0:9245): GdkPixbuf-WARNING **: Cannot open pixbuf loader module file '/usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders.cache': No such file or directory
I found information and solution here:
http://www.legendiary.at/2013/05/27/chr ... an-jessie/
This command fixed the error. (amd64)
Code:
# /usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/gdk-pixbuf-query-loaders > /usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders.cache
|