lucaschess
lucaschess copied to clipboard
icons missing
icons are missing in user profile default. when i open app as sudo, icons are there. in configure section i tried all settings but situation not changed.
In Code/QT/Iconos.py, line 4:
f = open("./IntFiles/Iconos.bin","rb")
binIconos = f.read()
f.close()
"./IntFiles/Iconos.bin" must exist and to be readable.
"In Code/QT/Iconos.py, line 4:
f = open("./IntFiles/Iconos.bin","rb") binIconos = f.read() f.close()"
this lines actually in code. and "./IntFiles/Iconos.bin" too.
but nothing changes...
I think I do not understand, what does it mean that "icons are missing in the default user profile"?
when i open app from /usr/share/lucaschess/Linux/xlucas.sh via menu editor: all icons are missing. but when i open app as root icons are there. sorry for my english
Perhaps it is a problem of the folder used as base when ./Lucas.py is executed