
Killswitch-Manager
Source (link to git-repo or to original if based on someone elses unmodified work):
For installation instructions, please refer to the wiki:
https://gitorious.org/killswitch-manager/pages/Home#How+to+install
If you want, you can contribute as described in the wiki: https://gitorious.org/killswitch-manager/pages/Home#How+to+contribute
HELP:
-------
I am currently not succeeding in building RPM packages for Fedora and Mandriva. I don't use those distributions and it will take me quite a while to figure out how to fix my issue. If anyone could help me on the make install and the file locations for the plasmoid, I would be delighted to update my packages.
For build errors, check the logs of failed builds: https://build.opensuse.org/package/show?package=killswitch-manager&project=home%3Aqueden
0.3:
- added support for udev via the urfkill daemon (thanks to Max Yu-Chen Lin for the implementation)
- added QSingleApplication that allows only one instance of the applet to be launched
- the project is now hosted at Gitorious.org, allowing better support for contributors
0.2:
- added plasma widget
- added device name
- added icon for mobile broadband
- added translations for labels and device types
- added install targets
- added get device name to the killswitch class
- changed checkbox styles and removed the label 'On/Off'
- packages now maintained for openSUSE, Fedora and Mandriva
- thanks to Valentine Sinitsyn for the Arch packages
0.1:
- initial release
Ratings & Comments
7 Comments
Very handy app! The package provided in openSUSE 11.4 repo doesn't seem to demand hal as a dependency, but doesn't work properly if hal is removed from system.
Hi denisq, For HAL will be removed, we developed a urfkill daemon to provide DBus method to userland applications: http://freedesktop.org/wiki/Software/urfkill#preview Do you mind we send patches to you for Killswitch-Manager can also support urfkill daemon? I will base on your source code tarball 0.2 version, or you can share your git repo to us if you are ok. Thank's a lot! Joey Lee
Hi, I've made an Arch Linux package for your program. You can find it at http://aur.archlinux.org/packages.php?ID=37575 .desktop file and the icon are probably useful for general distribution, too.
Thank you very much for both your package and the icon! Best regards.
You are welcome. Actually, the icon is not mine (I've taken it from OpenClipart.org), but it is in public domain.
Hi! You might whant to examine the command "xmodmap". Whith this you can bind a special key to a "normal key". Check the manpage: http://www.xfree86.org/4.0/xmodmap.1.html
Thanks! However I knew about xmodmap but my function key is not recognized by xev and seems to be beyond the scope of X11. That's where Hal comes to manage those key events.