zigalenarcic / mangl

An enhanced man page viewer for linux and BSD systems based on OpenGL and mandoc libraries
Other
39 stars 7 forks source link

no app_id on wayland #16

Closed deathtrip closed 5 months ago

deathtrip commented 5 months ago

After installing the latest git version from the AUR, i noticed the "app_id" value being empty, which wasn't the case before. This is a problem for window rules on tiling window managers, and for programs thet rename workspaces based on their app_id.

zigalenarcic commented 5 months ago

Hi, it looks like it is caused by a change in GLFW version 3.4. I only have 3.3, but I added the code which should fix the issue in commit d9ef669aadb0213e27e68c9c1976863a0a219e58. Can you please check if it works?

deathtrip commented 5 months ago

Just compiled it, and it works fine. Thanks for fixing it so quickly.

zigalenarcic commented 5 months ago

Great! Thanks for testing.