this post was submitted on 13 Nov 2023
16 points (86.4% liked)

Linux

47344 readers
1387 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
16
Debian 12 Taskbar Freezes (links.hackliberty.org)
submitted 10 months ago* (last edited 10 months ago) by [email protected] to c/[email protected]
 

I've recently started using Debian 12 with KDE on my laptop and after ironing out most of the teething issues I have a couple left.

The one I have made no progress on is random freezes on the taskbar. I only really notice this when the clock is wrong (as it's frozen) or I go to click an app on the taskbar and nothing happens. If I press the Meta / Windows key the Start menu appears but nothing else seems to work.

There doesn't seem to be a pattern to it. For example it doesn't always happen resuming from sleep. I can be working away and find it's frozen. I have three widgets running (CPU, Memory and Network) but it froze before I added them. Other than that there is nothing fancy on there.

The workaround is to edit the Taskbar and then drag the resize sliders and it strings back to life with the correct time.

I've done the usual Google Search but haven't found anything that's not been fixed, or recent.

Any help appreciated.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 5 points 10 months ago (1 children)

Which DE are you talking about? It sounds like KDE/Plasma but you didn't specify.

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

Apologies. It's KDE. I've udated the post.

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

Are you using Wayland with KDE? For me the taskbar freezes if I'm on Wayland and hover over some windows so it shows the preview.

If you're also using Wayland, try turning off window previews (right-click taskbar->configure->Show small window previews).

Also, as a workaround if this doesn't fix it for you, you can execute plasmashell --replace and it'll replace the existing frozen instances instead of starting new ones. If you use krunner (alt+space) it'll stay in your recent commands as well, so you can easily run it again when it freezes again.

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

I bound that command to meta+del because it was happening frequently enough to annoy the shit out of me. Bring on plasma6!

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

Can you confirm that it's only the taskbar that freezes? Do any other DE components (e.g. app launcher (shortcut meta + f2 by default)) work or do they freeze/not respond as well?

You could check various logs for errors:

  • syslog (/var/log/syslog or dmesg)
  • unit files of Plasma components (journalctl -xeu $UNITNAME; e.g. journalctl -xeu sddm.service)