
KDE HAL Device Manager
Source (link to git-repo or to original if based on someone elses unmodified work):
Needs PyQt, PyKDE, python dbus bindings and hal.
Just extract and run ./kde-hal-device-manager
URL changed slightly, sorry for the downtime due to server change, jr 2006-01-19
--
kde-hal-device-manager (0.3) kde; urgency=low
* Turn into a KDE Application
kde-hal-device-manager (0.2) kde; urgency=low
* Fix typos and remove unnecessary debugging
* Turn on wordwrap on all labels to stop jumping splitter
* Set column width and manual resizing on Advanced listview
kde-hal-device-manager (0.1) kde; urgency=low
* Initial release
Ratings & Comments
19 Comments
So, I made sure that all of the prerequisites are installed on my SuSE 11.0 machine, then unpacked and ran the startup script: $~/Documents/Downloads/Packages/kde-hal-device-manager-0.3$ ./setup.py install running install running build running checkpyqt Your Qt version is too old. Version 3.3.0 or higher is required, found 3.3.8b. How can 3.3.8b be too old if 3.3.0 is sufficient? How do I get past this?
I have both pykde and pyqt installed in Fedora 7, but I get this when I try to run kde hal device manager: [user@localhost .kde-hal-device-manager-0.3]$ ./kde-hal-device-manager Traceback (most recent call last): File "./kde-hal-device-manager", line 5, in <module> from DeviceManager import * File "/home/user/.kde-hal-device-manager-0.3/DeviceManager.py", line 1, in <module> from DeviceManagerWidgetUI import DeviceManagerWidgetUI ImportError: No module named DeviceManagerWidgetUI [user@localhost .kde-hal-device-manager-0.3]$
Short lived package?
PyKDE doesn't seem to support KDE3.5. anyone here who has experience with PyKDE?
I have succesfully installed PyKDE on KDE 3.5 using Gentoo's portage. But you don't need PyKDE for this software, only PyQt is needed. It was already working fine before I installed PyKDE :D
I have PyQt and pykde installed. If I decompress it and run ./kde-hal-device-manager I get the following error: chl@chl /mnt/D/Downloads/kde-hal-device-manager-0.3 $ ./kde-hal-device-manager Traceback (most recent call last): File "./kde-hal-device-manager", line 5, in ? from DeviceManager import * File "/mnt/D/Downloads/kde-hal-device-manager-0.3/DeviceManager.py", line 1, in ? from DeviceManagerWidgetUI import DeviceManagerWidgetUI ImportError: No module named DeviceManagerWidgetUI What did I wrong?
no, you need pykde. see the homepage. also the news says that it is a kde application. so, it obvoisly also need kde bindings for python. of course earlier versions didn't need pykde but the most recent kde-hal-manager needs. but that's great that i can run pykde against KDE3.5. thx for the news
PyKDE is not supporting kde3.5 in this way, that all changes from the kde3.5 api are in pykde. Anyways, it's compilable with kde3.5 without any problems.
well, as this project isn't there anymore, i will not bother with PyKDE
Hum? The project is alive and at good health. So, where did you get this rumour from, that pykde is not alive?
dpkg-checkbuilddeps: Unmet build dependencies: pykdeextensions (>= 0.4.0) pyqt-tools (>= 3.14.1) python-kde3-dev (>= 3.11.3) python-sip4-dev (>= 4.2.1) dpkg-buildpackage: Build dependencies/conflicts unsatisfied; aborting. but I can't get pykdeextensions installed: # apt-get install pykdeextensions pyqt-tools python-kde3-dev python-sip4-dev E: Couldn't find package pykdeextensions Is this ubuntu only?
Sorry for the noise, didn't look in the ubuntu archives. I found it at http://archive.ubuntu.com/ubuntu/pool/main/p/pykdeextensions/ (unfortunately the python requirements are >= 2.4 and debian/testing is still on 2.3.5-3).
You should add screenshots. Then people cloud see how it look before try.
Of course it works great on kubuntu :) Thanx Jonathan, you do a great work for Kde and Kubuntu ;)
Maybe you could contact authors of HAL to have it included in HAL tarball?
Works great with Fedora Core 4 / KDE 3.5.
It works on SuSE10/KDE3.5.0
Wont work with mandriva 2006 the version of dbus-python it needs is sitting in unstable and Im not swtiching the install to "unstable" for one tool.
Great! It "works for me". On Slackware 10.2. The only problem seems to be the separator between the tree view and the content view; its not working as it should. But maybe this is more about PyQt or something. Anyway, very good for a 0.1 release! Cant wait to see some more tuning. Thanks.