On 08/02/2014 07:54 PM, Jiří Holomek wrote:
Hello, my name is Jiri Holomek and as a part of my diploma thesis I should try to port kiosktool for KDE4.
Let me just say: Great news! KIOSK has been sorely needing some love in a while. > For example I would > like to forbid user to logout, but if I use key "action/logout=false" > it is not working so how can I find where is that actually bug? How > can I look for new keys? Code needs to check with the KAuthorized API. For example, if you have a look at plasma-desktop.git:applets/kicker/plugin/systemmodel.cpp you can see the Application Menu (aka Kicker) widget use KAuthorized to check for authorizeKAction("logout"). Unfortunately because kiosktool was never really ported, KIOSK has not seen much use in recent years, and a lot of places probably forget to add such checks.
Thank You, Jiri Holomek
Cheers, Eike
Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<