<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
<body bgcolor="#FFFFFF" text="#000000">
Hello!<br>
<br>
I'm working on QML implementation of system tray for desktop. But I
don't know where the QML stuff (files *.qml & *.js) should be
placed to. I have found out that there are 3 places. Let
<prefix> be share directory for applications (usually it
/usr/share/apps ) and <name> be a name of
application/plasmoid, so the possible places, I found out, are: <br>
<ol>
<li><prefix>/<name></li>
<li><prefix>/plasma/plasmoids/<name> — as I know this
is only for QML pure plasmoids<br>
</li>
<li><prefix>/plasma/packages/<name></li>
</ol>
So, where should the QML stuff be placed to in case of:<br>
<ol>
<li>C++ applet with QML interface like system tray from
kde-workspace (it consists of *.so library and QML stuff)</li>
<li>Simple pure QML applet (only *.qml & *.js files) <br>
</li>
<li>C++ applet with QML interface but from playground or isn't a
part of KDE at all</li>
</ol>
Thank you!<br>
</body>
</html>