<div dir="auto">Thanks, I'll check them out.<div dir="auto"><br></div><div dir="auto">Then the XDG env variable problem would be the next important one to take care.</div><div dir="auto"><br></div><div dir="auto"><br></div><div dir="auto">Great appreciated,</div><div dir="auto">Franklin<br><br><div data-smartmail="gmail_signature" dir="auto">-- <br>Sent from my phone</div></div></div><div class="gmail_extra"><br><div class="gmail_quote">2017年8月28日 23:36,"Marco Martin" <<a href="mailto:notmart@gmail.com">notmart@gmail.com</a>>寫道:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Mon, Aug 28, 2017 at 3:44 PM, Franklin Weng<br>
<<a href="mailto:franklin@goodhorse.idv.tw">franklin@goodhorse.idv.tw</a>> wrote:<br>
>  * lookandfeelexplorer now just allowed me to create a new theme or open an<br>
> old theme's folder.  And when I create a new theme it will be created<br>
> directly at ~/.local/share/plasma/look-<wbr>and-feel/ with all my current<br>
> settings (without a org.kde.*.desktop folder).  I suppose that's the default<br>
> and correct behavior, right?  In my live system I created<br>
<br>
yes<br>
<br>
> /usr/share/plasma/look-and-<wbr>feel/org.kde.ezgo.desktop and copied the contents<br>
> into it.  It worked.  I'm wondering if one would create more different<br>
> look-n-feel themes (stored in his own home) to select, how can he do?<br>
<br>
sure! look and feel packages can either be installed locally under<br>
~/.local/share/plasma/look-<wbr>and-feel (and that's the only place<br>
lookandfeelexplorer can put them without requiring root access) or<br>
installed globally in /usr/share/plasma/look-and-<wbr>feel/ which is where<br>
a distribution should put them, and you can preinstall as many as you<br>
want, they would show up in systemsettings->look&feel and then the<br>
user can select them<br>
<br>
><br>
> * BTW, in the new theme there's a org.kde.plasma.desktop-layout.<wbr>js file<br>
> which contains desktop and panel settings.  One question for the "desktops"<br>
> part:  I'd like to set the desktop to the "folderview" mode by default.<br>
> What should I put in the js file?  Also, if I want to create more<br>
> activities, how to do that?<br>
<br>
folderview is the new default from 5.10, so once you use it, you<br>
should get it for free, if you can't use that yet, then you can have<br>
in the defaults file in the look and feel package:<br>
<br>
[Desktop][org.kde.plasma.<wbr>desktop]<br>
Containment=org.kde.plasma.<wbr>folder<br>
<br>
to have activities created by default, you can try to do in the layout.js file<br>
createActivity("ActivityName") to create the extra one, i would<br>
suggest the following code:<br>
<br>
if (activities().length < 2) {<br>
    createActivity("Whatever");<br>
}<br>
<br>
<br>
<br>
<br>
--<br>
Marco Martin<br>
</blockquote></div></div>