this post was submitted on 07 Mar 2024
495 points (95.9% liked)

Linux

45601 readers
889 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
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 3 points 4 months ago (1 children)

Smart. I wish I hadn't updated. It kinda caught me by surprise and I'm experiencing a lot of issues.

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

Ooof. What issues specifically?

[–] [email protected] 6 points 4 months ago* (last edited 4 months ago) (2 children)

Here's an overview:

  • SDDM crashed with some error about the theme: I haven't looked into it yet though. For the time being I disabled SDDM and reverted to console login and startx.

  • All my kwin window rules stopped working. Apparently, the window title matching string now should include the window class (i.e. "urxvt URxvt" instead of just "urxvt"), so I had to redo all my window rules.

  • ksysguard is gone, together with all my customized monitoring pages and its replacement plasma-systemmonitor is broken. It's complaining about missing sensors, and core dumps on some screens.

  • Some of my custom keyboard shortcuts were not working anymore. Had to reconfigure them.

  • Desktop overview is gone, replaced with something that has less functionality: I can move windows from the currently selected desktop to another one, but I can't drag windows between desktops.

  • The Breeze theme now shows a very thick (and IMO ugly) outline by default. Thankfully you can tune or disable it in the settings.

  • Floating taskbar by default is also not my thing, but easy enough to disable. New "edit mode" feels a bit janky though.

  • When navigating between panes in System settings, it often shows the "apply settings" dialog even when no settings have been changed. Stop gaslighting me ksystemsettings, I know what I clicked.

  • Resizing the window of some (but not all) applications now produces a kind of rubber banding effect: like the contents of the window get stretched and then snap back into place multiple times during the resize. It looks and feels really janky. It doesn't appear to affect QT and GTK applications, and Firefox isn't affected either. Applications that are affected: chrome/chromium, vscode, freetube, tigervnc, urxvt, xterm and all the x* utilties. Turning off compositing "fixes" it, but who wants to run a desktop without compositing nowadays?

  • Screen locking is completely broken. When I press Meta+L, instead of simply showing me the lockscreen, the display turns off and starts to flicker on and off multiple times while showing just a black screen and a mouse cursor. After a while the lockscreen does appear, and I can type my password to unlock but instead of showing me my desktop it dumps me back to a black screen with a mouse cursor. After a while, if I'm lucky, the desktop reappears. One time my entire system froze and rebooted (!) before I got my desktop back, and I lost my unsaved work. I disabled automatic desktop locking for the time being, and am fighting against my muscle memory to press Meta+L whenever I leave my desk.

Especially the last two are bothering me.

[–] MrMcGasion 2 points 4 months ago (1 children)

There is still a desktop overview that allows dragging windows between virtual desktops (Meta+G) unfortunately when they removed the old overview, they forgot to fully integrate the new overview, so it can't be activated by screen edges (which is how I used to access the old desktop overview).

[–] [email protected] 2 points 4 months ago

Yeah I found that, but it seems that it can't arrange my desktops in a 3x2 grid. A 6x1 grid makes the desktop miniwindows a bit small.

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

Oof yeah, definitely noticed some of those. I also totally lost screen share for both Wayland apps via portals and X11 apps in Xwayland, which really sucks.

[–] [email protected] 2 points 4 months ago* (last edited 4 months ago)

In the meantime I found a few more nice ones ...

  • Mouse cursor does not always obey the selected cursor theme, so depending on which window I hover over I get the white Breeze Light cursor or the black Adwaita cursor... Oddly enough, it's the new QT6 applications that get the Adwaita cursor. I couldn't replicate this on a "fresh" desktop with a clean user account, so it must be something in my existing settings that caused b0rkage in the 5 to 6 transition.

  • Can't toggle mpv to fullscreen. The F key does nothing, neither does the --fullscreen switch.