this post was submitted on 27 Dec 2024
280 points (99.6% liked)

Linux

48745 readers
1021 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
top 8 comments
sorted by: hot top controversial new old
[–] isVeryLoud@lemmy.ca 12 points 15 hours ago

Quit edging me, I can only be so erect

[–] x3x3@lemm.ee 12 points 1 day ago (1 children)

Anything new and noteworthy?

[–] that_leaflet@lemmy.world 17 points 23 hours ago (1 children)

Fixed settings migration from 2.10

Implemented new GEGL API earlier than planned since plugin makers really wanted it

They renamed the nightly flatpak so you can have the stable and nightly versions installed alongside each other.

[–] some_designer_dude@lemmy.world -2 points 21 hours ago (2 children)

What on that list warrants a major version bump?? Does the UI still just scatter dozens of tiny windows all over your screen?

[–] ProtonBadger@lemmy.ca 8 points 17 hours ago* (last edited 17 hours ago) (1 children)

The GNU Image Manipulation Program introduced optional single-window mode in version 2.8, which was released on May 3, 2012. It was made default starting with version 2.10, which was released on April 27, 2018.

Here's what warrants a major version bump: GIMP 3.0.

[–] some_designer_dude@lemmy.world 2 points 12 hours ago

Very cool. Might reach for that next time I need to ‘shop something 🤔

[–] that_leaflet@lemmy.world 21 points 21 hours ago (1 children)

I just listed the changes since GIMP 3 RC1.

Over GIMP 2.10.38, there's a lot of changes. Better color management, GTK 3, non-destructive editing, and other stuff I can't remember.

That last one is a major boon. It means you could perform an action on a layer, say raise the exposure, but revert it later on without affecting the quality or losing information. Unfortunately this doesn't apply to all actions (such as resizing), but the list of non-destructive actions will grow later on.

[–] scholar@lemmy.world 6 points 18 hours ago

The GTK 3 port is also a major boon as it allows them to work on the UI with more modern tech