numixproject / elegance-colors

A highly customizable chameleon theme for Gnome Shell
117 stars 7 forks source link

Colors don't adjusted automatically #7

Closed erykpiast closed 11 years ago

erykpiast commented 11 years ago

A few days ago, probably after updating some gnome packages, theme colors stoped adjust to wallpaper. If I try manualy apply changes, it ends with error.

$: elegance-colors apply 
[INFO 10:23:39] Wallpaper found at '/usr/share/backgrounds/Tie_My_Boat_by_Ray_García.jpg'
[ERR  10:23:40] Invalid color ''
[INFO 10:23:40] Making the theme
[INFO 10:23:40] Replacing @selected_bg1 with rgba(152,172,154,1)
[INFO 10:23:40] Replacing @selected_bg2 with rgba(122,142,124,1)
[INFO 10:23:40] Replacing @selected_fg with #fff
[INFO 10:23:40] Replacing @font_family with Ubuntu
[INFO 10:23:40] Replacing @font_size with 11pt
[INFO 10:23:40] Replacing @roundness with 2px
[INFO 10:23:40] Replacing @transition with 100
[INFO 10:23:40] Replacing \/\*newbutton_true with \/\*\*\/
[INFO 10:23:40] Replacing newbutton_true\*\/ with \/\*\*\/
[INFO 10:23:40] Replacing \/\*entry_true with \/\*\*\/
[INFO 10:23:40] Replacing entry_true\*\/ with \/\*\*\/
[INFO 10:23:40] Replacing @panel_bg1 with rgba(30,35,31,1.0)
[INFO 10:23:40] Replacing @panel_bg2 with rgba(30,35,31,1.0)
[INFO 10:23:40] Replacing @panel_fg with rgb(255,255,255)
[WARN 10:23:40] The value of @panel_border variable is not set
[INFO 10:23:40] Replacing @panel_corner with 0px
[INFO 10:23:41] Replacing \/\*panelicon_false with \/\*\*\/
[INFO 10:23:41] Replacing panelicon_false\*\/ with \/\*\*\/
[INFO 10:23:41] Replacing \/\*panelshadow_false with \/\*\*\/
[INFO 10:23:41] Replacing panelshadow_false\*\/ with \/\*\*\/
[INFO 10:23:41] Replacing @dash_fg with rgb(255,255,255)
[INFO 10:23:41] Replacing @dash_bg1 with rgba(30,35,31,1.0)
[INFO 10:23:41] Replacing @dash_bg2 with rgba(30,35,31,1.0)
[WARN 10:23:41] The value of @dash_border variable is not set
[INFO 10:23:41] Replacing @dash_iconsize with 84px
[INFO 10:23:41] Replacing @dash_itemsize with 118px
[INFO 10:23:41] Replacing @dash_iconspacing with 36px
[INFO 10:23:41] Replacing @message_bg with rgba(30,35,31,0.1)
[INFO 10:23:41] Replacing @message_border with rgba(30,35,31,0.1)
[INFO 10:23:41] Replacing \/\*dashshadow_false with \/\*\*\/
[INFO 10:23:41] Replacing dashshadow_false\*\/ with \/\*\*\/
[INFO 10:23:41] Replacing \/\*dashpanel_false with \/\*\*\/
[INFO 10:23:41] Replacing dashpanel_false\*\/ with \/\*\*\/
[INFO 10:23:41] Replacing @menu_bg1 with rgba(0,0,0,1.0)
[INFO 10:23:41] Replacing @menu_bg2 with rgba(0,0,0,1.0)
[INFO 10:23:41] Replacing @menu_fg with rgb(255,255,255)
[WARN 10:23:41] The value of @menu_border variable is not set
[INFO 10:23:41] Replacing \/\*arrow_true with \/\*\*\/
[INFO 10:23:41] Replacing arrow_true\*\/ with \/\*\*\/
[INFO 10:23:41] Replacing \/\*menushadow_false with \/\*\*\/
[INFO 10:23:41] Replacing menushadow_false\*\/ with \/\*\*\/
[INFO 10:23:41] Replacing @dialog_bg1 with rgba(0,0,0,1.0)
[INFO 10:23:41] Replacing @dialog_bg2 with rgba(0,0,0,1.0)
[INFO 10:23:41] Replacing @dialog_fg with rgb(255,255,255)
[INFO 10:23:41] Replacing @dialog_heading with rgb(255,255,255)
[WARN 10:23:41] The value of @dialog_border variable is not set
[INFO 10:23:41] Replacing \/\*dialogshadow_false with \/\*\*\/
[INFO 10:23:41] Replacing dialogshadow_false\*\/ with \/\*\*\/
[ERR  10:23:41] Failed to make the theme, could not replace variables
    -arrow-border-color: @menu_border;
    border: 1px solid @dash_border;
    border: 1px solid @dialog_border;
    border: 1px solid @menu_border;
    border: 1px solid @panel_border;
    border-color: @dash_border;
    border-color: @menu_border;
    border-color: @panel_border;

GNOME Shell 3.6.2 (3.6.2-0ubuntu0.2)

satya164 commented 11 years ago

Is ImageMagick installed?

erykpiast commented 11 years ago

Yep, version 8:6.7.7.10-2ubuntu4.

On 03/18/2013 10:39 AM, Satyajit Sahoo wrote:

Is ImageMagick installed?

— Reply to this email directly or view it on GitHub https://github.com/satya164/elegance-colors/issues/7#issuecomment-15045832.

satya164 commented 11 years ago

Can you try deleting the configuration file ~/.config/elegance-colors

erykpiast commented 11 years ago

After that everything works correctly... But I didn't change anything since the first configuration after installation. Anyway, thanks for help and sorry about confusion!

On 03/18/2013 10:49 AM, Satyajit Sahoo wrote:

Can you try deleting the configuration file ~/.config/elegance-colors

— Reply to this email directly or view it on GitHub https://github.com/satya164/elegance-colors/issues/7#issuecomment-15046233.

satya164 commented 11 years ago

No problem :D