m0sia / pyParrotZik

Python Parrot Zik API and tools
73 stars 30 forks source link

sh: bluez-test-device: command not found #7

Closed Fogelholk closed 6 years ago

Fogelholk commented 10 years ago

Hi!

I'm current running OpenSUSE (Tumbleweed) with KDE but I am unable to start this nifty little tool. I've installed most packages needed for it to start, including python-pybluez and python-appindicator (from the MATE repository!) but I've finally hit a stop being unable to find which package is missing that would fit the needs to start this program with the message:

sh: bluez-test-device: command not found

I'm not a Python programmer, so any help would be awesome!

m0sia commented 10 years ago

Hi,

It seems you have to install "bluez-test" rpm package.

Fogelholk commented 10 years ago

I m0sia,

I have now installed the bluez-test package but I still got the same error message. That said I jumped into 'BluetoothPairedDevices.py' and changed line 11 from 'bluez-test-device' to '/usr/lib64/bluez/test/test-device', seems like the program/path is called something else on OpenSUSE. I hope I didn't break anything for myself by changing above! :)

Tried starting the application and now it seems to get information from the Zik and keep it updated in the tray-menu. The tray-icon for the application seems to be missing/broken though, even tried copying them into my local /usr/share/icons/zik/.

m0sia commented 8 years ago

Can you try the latest version?