6 lines
199 B
Plaintext
6 lines
199 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
export PLASMA_CUSTOM_PREFIX_PATHS=platformcontents/application/generic/:platformcontents/application/tablet/:contents/
|
||
|
|
||
|
plasmoidviewer -graphicssystem raster org.kde.example.widgetgallery
|