this post was submitted on 26 Feb 2024
115 points (98.3% liked)

Linux

47341 readers
1362 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 4 comments
sorted by: hot top controversial new old
[–] [email protected] 5 points 6 months ago* (last edited 6 months ago) (2 children)

TIL SDDM hasn't gotten to 1.0 yet.

How long has it been the de facto default greeter for KDE Plasma?

[–] [email protected] 5 points 6 months ago

1.0 doesn’t mean anything.

https://0ver.org/

[–] [email protected] 11 points 6 months ago (1 children)

TIL SDDM hasn’t gotten to 1.0 yet.

Many projects also deliberately avoid publishing a version 1.0. For example, the static website generator Hugo continued with 0.100.0 after version 0.99.1. The current version is 0.123.3.

This is mostly due to the fact that some users have the wrong expectations. For example, that version 1.0 is as good as error-free and fully developed.

How long has it been the de facto default greeter for KDE Plasma?

Since Plasma 5 if I'm not mistaken. Before that, KDM was the standard.

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

Yes. KDM was dropped during the switch to Plasma 5 because it was very poorly maintained and no one wanted to work on it. Meanwhile, SDDM already used Qt5 and seemed very promising.