this post was submitted on 18 May 2025
31 points (100.0% liked)

Linux

54337 readers
313 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 6 years ago
MODERATORS
 

I recently installed Linux Mint Cinnamon on a laptop, and I'm having a two-sided issue. Web searches have yielded no solution. I'm also very new to Linux.

Problem 1: When alt-tabbing out of a fullscreen application (at this moment, Helldivers 2), the application will minimize, but I cannot restore it. It will appear for roughly half a second, and then re-minimize. I can hear the game still running in the background.

I have tried alt-tab, super+number, and right-click>restore. None seem to work.
I have tried disabling thumbnails for windows, no fix.
Disabling effects, no fix.

Problem 2: As a workaround for problem 1, I tried borderless fullscreen. It works, but there is a white, 1 px border around the screen. I have tried changing themes, no fix. Same thing with disabling effects. I do like the Mint-Y theme, but there's no longer an option to change window borders, from what I've researched. Again, trying a different theme didn't seem to get rid of the white border.

Please help.

top 15 comments
sorted by: hot top controversial new old
[–] [email protected] 2 points 2 days ago

Iirc the white border is a helldivers2 issue

As for minimizing the game I don't remember having that issue but it has been a while since I played.

[–] [email protected] 2 points 5 days ago (2 children)

I have also experienced your first problem. It's probably that the game bugs out in some way. apparently gamescope helps to fix it, bit I wasn't able to get it to work on an nvidia based system.

[–] [email protected] 1 points 5 days ago

Unfortunately, it looks like gamescope just isn't going to work for my system.

[–] [email protected] 1 points 5 days ago

I'll take a look into that. This laptop is using one of those hybrid Nvidia GPUs, so it took me a bit to work out the performance issues at first.

[–] [email protected] 2 points 5 days ago* (last edited 5 days ago) (1 children)

I get this a lot when playing Sims4 in Awesome. The window just ups and vanishes if you tab to desktop.

Solution:

wmctrl -a sims -b toggle fullscreen

https://linux.die.net/man/1/wmctrl

[–] [email protected] 3 points 5 days ago* (last edited 5 days ago) (1 children)

It does not seem to work for me. After inputting

wmctrl -a helldivers -b toggle,fullscreen

I just get a quick black flicker and it goes back to minimized. I also tried changing the win argument to :SELECT: from the documentation you linked, but it still doesn't pull up the window and keep it there.

The command does work for other windows, for clarification.

[–] [email protected] 2 points 5 days ago* (last edited 5 days ago) (2 children)

huh. What about -b add,fullscreen, and keep spamming it in a for loop

[–] [email protected] 2 points 5 days ago

It didn't seem to have an effect, unfortunately.

[–] [email protected] 2 points 5 days ago

I'll give that a shot tonight and let you know

[–] [email protected] 1 points 6 days ago* (last edited 5 days ago)

An extra detail: I'm using 2 monitors. When playing with borderless window and moving the mouse rapidly, I've had my mouse escape the focused window a few times and start clicking stuff on my desktop.

[–] [email protected] 2 points 6 days ago (1 children)

does the desktop environment add the 1px border? I can't remember which ones I used that had that but snapping windows to full or to the split regions or even manually to each other would leave a gap until I found a really obscure setting for the border gap.

[–] [email protected] 1 points 6 days ago

From what I've looked up, it does. However, at some point the ability to change border settings in Themes was removed.

[–] [email protected] 3 points 6 days ago

Something very similar happens to me in some Windows games on Mint with Cinnamon, especially older games running using Proton. I've had it happen recently with Age of Mythology and Fallout New Vegas.

Unfortunately, I don't have the answer for you, but I can tell you you're not alone.

[–] [email protected] 7 points 6 days ago (1 children)

From the description it feels like you're not exiting full screen mode within the game before switching to other applications. Try the same key combination you use to enter full screen mode again, before switching.

[–] [email protected] 3 points 6 days ago

I just gave that a shot. When I come back and re-fullscreen, the game minimizes and goes back to the problem state.