
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
This applet controls killswitches and enables you to turn off or on radio devices. I designed that application to use the wireless toggle function key on my Lenovo laptop which has a single toggle function key for 3 devices (bluetooth, wifi and ultrawideband).
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
9 years ago
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
9 years ago
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
daedaluz
9 years ago
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.
Report
joeyli
10 years ago
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
Report
Val
10 years ago
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.
Report
denisq
10 years ago
Best regards.
Report
Val
10 years ago
Report
paddlaren
10 years ago
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
Report
denisq
10 years ago
Report