wheybags / freeablo

[ARCHIVED] Modern reimplementation of the Diablo 1 game engine
GNU General Public License v3.0
2.16k stars 193 forks source link

The window of file manager opens behind the launcher (Ubuntu) #219

Open gbudny opened 8 years ago

gbudny commented 8 years ago

Hi

I noticed that when I try to choose files DIABDAT.MPQ or Diablo.exe in the launcher that the window of the file manager frequently shows up behind the launcher. Did you notice the same issue with the launcher on Ubuntu?

wheybags commented 6 years ago

This is a bug from the old launcher, but actually shows up in the new launcher too (at leats on linux) :D So, I'll leave it open.

The fix will probably have to be done inside the library we're using for file dialogs, NFD, which is comitted as a git subtree in the extern folder

tilkinsc commented 6 years ago

This might actually not be a bug at all - rather something expected. You can always grab focus of the newly created gui, but refer to https://superuser.com/questions/103596/new-linux-windows-open-behind-existing-windows https://www.webmasterworld.com/linux/4608806.htm for more.