Warning, /plasma/libplasma/src/tools/inkscape extensions/plasmarename.inx is written in an unsupported language. File is not indexed.
0001 <?xml version="1.0" encoding="UTF-8"?> 0002 <inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">> 0003 <_name>PlasmaRename</_name> 0004 <id>notmart.filter.plasmarename</id> 0005 <dependency type="executable" location="extensions">plasmarename.py</dependency> 0006 <param name="prefix" type="string" _gui-text="Svg elements prefix"></param> 0007 <effect> 0008 <object-type>all</object-type> 0009 <effects-menu> 0010 <submenu _name="Plasma"/> 0011 </effects-menu> 0012 </effect> 0013 <script> 0014 <command reldir="extensions" interpreter="python">plasmarename.py</command> 0015 </script> 0016 </inkscape-extension>