thekvs / radiotray-lite

Online radio streaming player with minimum interface that runs on a Linux system tray

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error when launch radiotray from terminal on Fedora 28

viktormadarasz opened this issue · comments

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'

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

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