Re-initialize KCM on device hotplug

2014-05-07 Thread Alexander Mezin
Hi Is there any way to invoke kcminit function again when some hardware is plugged in? I can implement this in KDED module or make udev rule, but isn't there any built-in solution (key in kcm's desktop file, etc)? >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<

Re: dbus interfaces

2014-04-23 Thread Alexander Mezin
2014-04-24 6:52 GMT+07:00 Lindsay Mathieson : > it works, but don't know if DBUS_INTERFACES_INSTALL_DIR is portable. AFAIK *_INSTALL_DIRs depend on CMAKE_INSTALL_PREFIX. I think KDE4_DBUS_INTERFACES_DIR is the right variable. >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubs

Re: X-KDE-PluginInfo-EnabledByDefault doesn't work?

2013-12-03 Thread Alexander Mezin
2013/12/3 Sebastian Kügler : > Enabled by default means it's not disabled, but it has nothing to do with the > systemtray. As far as I know, you can't "automatically" add it to the > systemtray, the user has to do that. But, for example, plasma-nm, networkmanagement, bluedevil appear there after in

X-KDE-PluginInfo-EnabledByDefault doesn't work?

2013-12-03 Thread Alexander Mezin
Hi. I have a problem: my plasmoid doesn't appear in notification area by default after installation. X-KDE-PluginInfo-EnabledByDefault is set to "true" in the desktop file. I'm not sure if I'm doing something wrong or it's a bug. .desktop file is attached touchpad-applet.desktop Description: a

GSoC project idea: Unlocking KWallet using PAM (I'm student)

2013-05-01 Thread Alexander Mezin
Hello. I think that fixing this bug: https://bugs.kde.org/show_bug.cgi?id=92845 could be a good GSoC project. It seems that KWallet can't be started from pam module (like gnome-keyring do), but some "unlock helper" can be started with pam_exec.so. Password (or hash) then can be passed to kwallet