thekvs / radiotray-lite

Online radio streaming player with minimum interface that runs on a Linux system tray
Other
50 stars 6 forks source link

Error when launch radiotray from terminal on Fedora 28 #19

Closed viktormadarasz closed 6 years ago

viktormadarasz commented 6 years ago

Hi

I have two Fedora 28 systems and on one of them i get this error after successfully building the RPM package and installing it

$ radiotray Traceback (most recent call last): File "/usr/bin/radiotray", line 12, in os.chdir(workdir) OSError: [Errno 2] No such file or directory: '/usr/bin/src'

thekvs commented 6 years ago

I looks like a python error, but radiotray-lite is written in C++. Maybe you are using original radiotray (which is written in python) ?

viktormadarasz commented 6 years ago

yep was my fault.. was launching radiotray instead of radiotray-lite sorry