Hi Erich,
> From: "E. Hoffmann" <erichhoffm...@gmx.de>
> When I start vimb from the command-line and shut it down,
> I get this error message:
> 
> (vimb:4210): Gtk-WARNING **: Theme parsing error: <data>:1:62: 'caret-color' 
> is not a valid property name
> 
> Now I tried to insert the config file from 
> 
> https://fanglingsu.github.io/vimb/howto.html
> 
> which, by the way, is very instructive.

This message cames from gtk, so it's not related to the
$XDG_COINFIG_HOME/vimb/style.css file. I assume your gtk
version is older than mine and does not support setting
'caret-color'.
To fix this you should remove this style definition from
the GUI_STYLE_CSS_BASE in the src/config.h file 
(https://github.com/fanglingsu/vimb/blob/4f1fce384aadc00caf04a562e9914ddc1baee4d7/src/config.def.h#L45).
Remove 'caret-color:@color;' and recompile vimb.

daniel


_______________________________________________
vimb-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vimb-users

Reply via email to