Skip to content
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

Setting the window icon is not cross-compatible #36

Open
Syntaf opened this issue Jul 23, 2015 · 1 comment
Open

Setting the window icon is not cross-compatible #36

Syntaf opened this issue Jul 23, 2015 · 1 comment

Comments

@Syntaf
Copy link
Member

Syntaf commented Jul 23, 2015

Running VOCAL on Linux will cause errors due to wm_iconbitmap(ICO), the problem is that Linux systems do not use the .ico format and thus will not recognize a bitmap. The solution would be to either generate some linux compatible bitmap format to use, or disable icon setting on Linux for now

ref

@Syntaf Syntaf added this to the 1.15.2 milestone Jul 23, 2015
@Syntaf Syntaf added the linux label Jul 23, 2015
@Syntaf Syntaf changed the title Settings the window icon is not cross-compatible Setting the window icon is not cross-compatible Jul 27, 2015
@Syntaf
Copy link
Member Author

Syntaf commented Aug 11, 2015

For unsupported operating systems we've simply made the icon an empty string so the program will work.

https://github.com/Syntaf/vocal/blob/master/calipso/constants.py#L56

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant