在使用plasmoidviewer进行测试时,如果您编辑您的svg,则图像在编辑后第二次运行时不会更新。
PlasmaCore.FrameSvgItem {
imagePath: plasmoid.file("", "images/dragarea.svg")
}发布于 2017-05-04 11:16:15
您需要像这样删除缓存,然后才能运行plasmoidviewer。
rm ~/.cache/plasma-svgelements-*
plasmoidviewer -a package -l topedge -f horizontal -x 0 -y 0https://stackoverflow.com/questions/43773269
复制相似问题