this post was submitted on 14 Sep 2024
64 points (95.7% liked)

Linux

47337 readers
1239 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 5 years ago
MODERATORS
all 13 comments
sorted by: hot top controversial new old
[–] nawordar@lemmy.ml 14 points 5 days ago (1 children)

Is it about restoring window position and size?

[–] that_leaflet@lemmy.world 9 points 4 days ago (1 children)
[–] poinck@lemm.ee 4 points 4 days ago (1 children)

Does it also restore the content of unsaved files of the application? If not, I'll prefer systemctl hibernate. I wonder, what this new feature is for. Gnome had it in the past, MacOS has it, but I don't see what the use case is.

[–] SteveTech@programming.dev 5 points 4 days ago (1 children)

Does it also restore the content of unsaved files of the application?

That's up to the application.

If not, I'll prefer systemctl hibernate. I wonder, what this new feature is for.

I believe this is for storing the position of specific windows, for multi-window applications (e.g. GIMP's multi-window mode). So hibernation is very unrelated.

[–] poinck@lemm.ee 2 points 3 days ago

I see, I thought is was meant for restoring programs after login. Thx, for the clarification.

[–] GolfNovemberUniform@lemmy.ml 8 points 5 days ago (2 children)

Good but sad it's disabled by default for now.

[–] TheGrandNagus@lemmy.world 3 points 2 days ago* (last edited 2 days ago)

Gnome like to get things perfect before they make it default. It's what makes Gnome pretty stable, even if it does mean power users have to type in a command to expose the setting in the meantime.

The wait can be frustrating though.

[–] possiblylinux127@lemmy.zip -3 points 4 days ago (1 children)

I respect the gnome team for not wanting to create instability or confusion. KDE could learn a thing or two

[–] GolfNovemberUniform@lemmy.ml 2 points 2 days ago (1 children)

Well GNOME does create instability and confusion too.

[–] possiblylinux127@lemmy.zip 2 points 2 days ago (1 children)

How so? There are lots of valid complains about gnome but stability is not one of them. They are very careful about the stuff they ship by default.

[–] GolfNovemberUniform@lemmy.ml 2 points 2 days ago

Stability for the end user is very good (probably even one of the best and definitely many times better than KDE) but stability for developers is not good because things often change or get deprecated which breaks the apps and the extensions they make.

[–] khorovodoved@lemm.ee 2 points 4 days ago

Does it require to be enabled at compilation, or it can be toggled at any time?