
#150420

echo '[Desktop Entry]
Version=1.0
Name=Inkscape vector editor
GenericName=Inkscape
Comment=Create and edit Scalable Vector Graphics images
Type=Application
Categories=X-Graphic-draw
Exec=inkscape
Terminal=false
StartupNotify=true
Icon=inkscape.png' > usr/share/applications/inkscape.desktop

mkdir -p usr/share/pixmaps
ln -s ../icons/hicolor/16x16/apps/inkscape.png usr/share/pixmaps/inkscape.png

#200514 keep quirky support
if [ "$WOOF_VARIANT" == "quirky" ];then
 sed -i -e 's%/home%/file%' root/.config/inkscape/preferences.xml
fi
