Awesome, thanks! I'll check it out soon and report back. And I promise at least a blog post will be written to record all these.
Franklin
--
Sent from my phone
Sent from my phone
2017年8月31日 03:51,"Marco Martin" <notmart@xxxxxxxxx>寫道:
On mercoledì 30 agosto 2017 15:07:26 CEST Franklin Weng wrote:
>
> *looking at Eike with shining eyes*
> Could you please tell me in more detail about "ship an applet config
> initialization script in look-n-feel package"? In the package
documentation-wise i fear all there is is:
https://userbase.kde.org/KDE_System_Administration/
PlasmaDesktopScripting#Look_and_Feel_dependent_default_ setup_for_applets
but says oretty much all there is to know
you would have in your look and feel a file called
contents/plasmoidsetupscripts/org.kde.plasma.kickoff.js
in that script you can access to a global variable called "applet"
to which you can access and write its configuration like the normal layout.js
script
, you would have something like:
applet.currentConfigGroup = ["General"]
applet.writeConfig("icon", "file:///usr/share/whatever/my/icon/path")
applet.reloadConfig();
--
Marco Martin