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

LINUX : icon pixmap (.xpm) is ignored with GFX_NO_FRAME #352

Open
clebercasali opened this issue Jan 16, 2022 · 1 comment
Open

LINUX : icon pixmap (.xpm) is ignored with GFX_NO_FRAME #352

clebercasali opened this issue Jan 16, 2022 · 1 comment

Comments

@clebercasali
Copy link

When the 'fb.GFX_NO_FRAME' flag is passed to 'SCREENRES', the .xpm icon resource is ignored.
The program uses the default icon instead (visible in the task bar).

@mudhairless
Copy link
Contributor

mudhairless commented Feb 7, 2022

Looking through the x11 driver I don't see it do anything different with the icon when GFX_NO_FRAME is used, however I don't believe the method it currently uses to set the pixmap is complete. In gfx_x11.c:486 this should also include a XChangeProperty that sets _NET_WM_ICON to the pixmap data which is what the window manager will use if I'm reading the docs correctly.

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

No branches or pull requests

2 participants