DarkPlacesEngine / DarkPlaces

The DarkPlaces Quake engine, created by LadyHavoc. Official Git repository (replaces SVN).
https://icculus.org/twilight/darkplaces/
GNU General Public License v2.0
290 stars 42 forks source link

DarkPlaces on Linux has no icon #210

Open hemebond opened 1 month ago

hemebond commented 1 month ago

When running DarkPlaces on Linux, there is no DarkPlaces custom icon shown for the running application. Instead one sees this:

image

It looks like the code that set the icon was removed along with SDL1.2 support in commit 7165b96f9048734b1fd80ce5c82c86406b237486

hemebond commented 1 month ago

I'm not sure there is a way to fix this. I've tried to use SDL_SetWindowIcon but it doesn't work and seems to be an issue with the Window Manager; it seems they now/currently prefer a .desktop file to set the icon.