this post was submitted on 01 Aug 2025
14 points (100.0% liked)

Linux

56975 readers
509 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
 
  1. How much time do you think it will take the developers to implement Wayland?
  2. Will something like plank be adapted to cinnamon Wayland?
  3. Can I make panels in cinnamon floating like KDE or gnome? I didn't find any info on that.
top 5 comments
sorted by: hot top controversial new old
[–] JTskulk@lemmy.world 3 points 2 days ago* (last edited 2 days ago)

Cinnamon is a super simple DE for simple people. I don't mean this as an insult, some people just never even think to customize their computer and are scared by settings and options. Just use KDE if it has features you like, you clearly sound like you're up for the change.

  1. Depends on reliance on X11.
  2. Maybe.
  3. Probably not.

If you got enough experience to ask this, it might me a good idea to move to a KDE-friendly distro. AFAIK, Linux Mint does not like KDE.

[–] majster@lemmy.zip 3 points 3 days ago

Mint has been a very good conservative distro so I hope they continue in this fashion: transition when the rest of the ecosystem is already there so that there will be no pain for non technical users

[–] MentalEdge@sopuli.xyz 2 points 3 days ago* (last edited 3 days ago)
  1. Years.

  2. IDK

  3. No.

Cinnamon development is glacial. It works, but the project simply does not have the resources to properly keep up or even triage important fixes.

It's one of the reasons I didn't stick with mint, and tend not recommend it if someone can use something else. When I stopped using it, the setting that was supposed to allow games in fullscreen to display without compositing was borked, costing you frames and latency. It had been that way for years.

[–] gr3q@lemmy.ml 1 points 2 days ago
  1. They have an experimental Wayland session already. It mostly works except for some pretty important stuff...I also haven't seen development on it for a long while.
  2. I think this is almost a 100% no.
  3. I tried to implement that myself. Making them shorter than the screen is easy. Making them appear above the edge of the screen is hard, but not impossible - the code is in JavaScript and the logic is kind of disjoint across multiple files and stuff depends on panels being at the edge of the screen - I didn't do it in the end because it was too much effort for something I didn't want that much.