Comment 17 for bug 1168281

Revision history for this message
Jens Reimann (ctron) wrote :

I just saw that after the upgrade gtk application complained that the "Null/null.png" could not be found anymore. The new file in Linux Mint 17 seems to be:

file = "images/other/null.png"

It still works, even with the wrong image. However after the upgrade (which is not officially supported by Mint) I also had to re-apply the changes.

I was also annoyed by the dark background of the list boxes. However also this can be changed easily by changing the line (in the top of the same file):

FROM:
    gtk_color_scheme = "bg_color:#d6d6d6\nselected_bg_color:#9ab87c\nbase_color:#F7F7F7" # Background, base.

TO:
   gtk_color_scheme = "bg_color:#d6d6d6\nselected_bg_color:#9ab87c\nbase_color:#FFFFFF"