Closed mbrunnen closed 6 years ago
the problematic code is in the .inx
files:
<page name="Colors" appearance="minimal" _gui-text="Colors">
<param name="desc1" type="description" appearance="header">Current annotation color</param>
<param name="currColor" type="optiongroup" appearance="minimal" _gui-text="Color:">
<_option value="#FF0000">default current color</_option>
<_option value="picker">use color picker</_option>
</param>
<param name="colorPickerCurrent" type="color"/>
<param name="desc1" type="description" appearance="header">Voltage annotation color</param>
<param name="voltColor" type="optiongroup" appearance="minimal" _gui-text="Color:">
<_option value="#217B21">default voltage color</_option>
<_option value="picker">use color picker</_option>
</param>
<param name="colorPickerVolt" type="color"/>
</page>
Outcommenting these lines "fixes" the problem.
It might be an issue with the color picker widget on inkscape v0.48
Try to comment only the followig lines and check whether the extension works or not.
<param name="colorPickerCurrent" type="color"/>
<param name="colorPickerVolt" type="color"/>
I use the inkscape package 0.48.4-3ubuntu2 and have it installed with inkscapeMadeEasy in
~/.config/inkscape/extensions
:inkscape crashes immediately and returns: