Hi, Just a quick question..
When I run some games in full screen, particularly ones from the Windows 98 era, if I have a folder open before I run the game then run the game when I exit some games seem to restore the desktop to my default but the folder all of a sudden becomes maximized.
I am guessing this is a fault with the game not exiting correctly or is it something in Wine?
Many thanks
Leaving Fullscreen games loses folder sizes
-
- Level 3
- Posts: 63
- Joined: Fri Nov 09, 2012 8:01 am
Re: Leaving Fullscreen games loses folder sizes
It is a longstanding bug in X that is unlikely ever to be fixed. https://bugs.freedesktop.org/show_bug.cgi?id=14255
-
- Level 3
- Posts: 63
- Joined: Fri Nov 09, 2012 8:01 am
Re: Leaving Fullscreen games loses folder sizes
Ah thanks dimesio. I do remember some windows games actually exiting in the wrong resolution too in windows 98 to be honest
Re: Leaving Fullscreen games loses folder sizes
My suggestion is start your program with a script like this:
Or even execute the program in a second X server:
Code: Select all
xrandr -s 1024x768
wine myprogram.exe
xrandr -s 0
Code: Select all
xinit /usr/bin/wine myprogram.exe -- :1