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

Linux

54541 readers
848 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.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 3 points 2 weeks ago* (last edited 2 weeks 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 2 weeks ago* (last edited 2 weeks 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 2 weeks ago* (last edited 2 weeks ago) (2 children)

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

[–] [email protected] 2 points 2 weeks ago

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

[–] [email protected] 2 points 2 weeks ago

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