Where is applications list of Kickoff?

Applications list is saved at “/home/jrillet/.config/menus/applications-kmenuedit.menu”
This is an XML file.
This XML file is just a list. Only *.desktop file names are listed here.

The category (Internet, Graphics, Multimedia etc.) information files are under “/usr/share/desktop-directories/”.
The applications information files are under “/usr/share/applications/”
Note that KDE applications are under “/usr/share/applications/kde4″

Refferences:
How to edit Kickoff menu manually
KDE menu category associations – KDE Community Forums

Plasmoid Development

KDE 公式資料 を参考に、Plasmoid の開発の勉強を始めてみました。私の使える言語がサポートされていないので、一応一番簡単そうで見慣れている JavaScript で開発することにしました。

で、作ってみたもの。いや、作ったというのもおこがましいレベルのものですが。まぁ、一応「初級技術者向けの記事が多いです」って書いてあるし、許されますよね…。
一応 Public Domain …にしたところで使う人はいないと思いますが。

これを実行するには、ファイルを展開してから、


plasmoidviewer /(中略)/Practice

とコマンドを打ちます。

Practice ディレクトリの構造は

+ Practice
+- metadata.desktop
+- + contents
     +-+ code
         +- main.js

という感じ。
まぁ、コードは解説を加えなくてもおおよそ分かっていただけると思うので、今のところ割愛。(後で時間があれば加筆します。)