lucaschess icon indicating copy to clipboard operation
lucaschess copied to clipboard

icons missing

Open queisall opened this issue 6 years ago • 5 comments

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.

queisall avatar Jan 07 '19 23:01 queisall

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.

lukasmonk avatar Jan 08 '19 21:01 lukasmonk

"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...

queisall avatar Jan 09 '19 00:01 queisall

I think I do not understand, what does it mean that "icons are missing in the default user profile"?

lukasmonk avatar Jan 09 '19 18:01 lukasmonk

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

queisall avatar Jan 09 '19 18:01 queisall

Perhaps it is a problem of the folder used as base when ./Lucas.py is executed

lukasmonk avatar Jan 09 '19 22:01 lukasmonk