-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
unsupported number of color planes #24
Comments
find my tested+working fix at: alexmyczko@5a91c9b |
Could you submit it as a pull request and I'll merge it in on here. |
I will try |
Seems like the pull request only deletes "prefs_cycle.png". There is no rename, or inclusion of a new png file. |
Ah answered at the wrong place. Probably easier if you just add mine from my fork? |
Ok but I don't know when I'll have time... I can merge pull requests from my phone. |
I can't figure out how to use the github web interface to replace a binary file. I am not allowed to delete it first, to add the good one. Can you delete files from your phone? |
No. I would prepare the fix on my laptop using the git command. Hence the need for me to have some time to actually do it. |
Sounds good, I'm not in a hurry. I do have it in the debian package already, and can get rid of the patch with your new version later any time: https://packages.debian.org/hivelytracker |
meanwhile i can use github without phone or browser. achivement git cli guru. pr following |
when running the sdl2 version on linux, i'm getting this error message
Skins/Vintage/prefs_cycle.png': unsupported number of color planes
when changing the theme to Vintage
$ file */*cycle.png
SIDMonster-Light/prefs_cycle.png: PNG image data, 160 x 48, 8-bit colormap, non-interlaced
Vintage/prefs_cycle.png: IFF data, ILBM interleaved image, 160 x 48
$ feh -l */*cycle.png
NUM FORMAT WIDTH HEIGHT PIXELS SIZE ALPHA FILENAME
1 png 160 48 7k 1k - SIDMonster-Light/prefs_cycle.png
2 lbm 160 48 7k 578 X Vintage/prefs_cycle.png
The text was updated successfully, but these errors were encountered: