You are not logged in.

#1 2023-10-09 09:49:06

kyngs
Member
Registered: 2022-10-16
Posts: 52

[SOLVED] KDE Task manager shows open applications as closed & pinned.

After yesterday's update, my task manager started to behave weirdly. When I open a pinned application, on the task manager it appears as if it never opened, if the program is not pinned, it will appear in the taskbar as if I just pinned it. The moment I close it, the program icon disappears. Interestingly, when I minimize the application the icon seems to behave as it should. It's kinda hard to explain, so I recorded a vid of it: https://imgur.com/jqa2QCb (I didn't find a way how to upload videos here, so I dropped it in Imgur.)

Troubleshooting steps I've tried:
- Reinstalling all the packages that I have touched in the last update
- Deleting and re-adding the icons only task manager
- Using an alternate task manager which also showed the same behavior

BTW: I updated my main computer yesterday too and unlike my laptop, it works correctly.

I'm running X11 on an integrated r7 5800H GPU.

Last edited by kyngs (2023-10-14 07:06:53)

Offline

#2 2023-10-09 19:13:10

MicrochipQ
Member
Registered: 2023-10-09
Posts: 1

Re: [SOLVED] KDE Task manager shows open applications as closed & pinned.

Same. I fixed it by resetting the plasma to factory settings (deleting all its configuration files)

Offline

#3 2023-10-10 19:51:29

kyngs
Member
Registered: 2022-10-16
Posts: 52

Re: [SOLVED] KDE Task manager shows open applications as closed & pinned.

MicrochipQ wrote:

Same. I fixed it by resetting the plasma to factory settings (deleting all its configuration files)

Ugh, this is something I want to avoid. What folders did you delete? I will probably back it up and then delete files one by one to find the offending one.

Offline

#4 2023-10-10 19:55:33

kyngs
Member
Registered: 2022-10-16
Posts: 52

Re: [SOLVED] KDE Task manager shows open applications as closed & pinned.

Also, I've tried searching KDE bug tracker and nothing seems to show up.

Offline

#5 2023-10-11 00:21:00

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 25,104

Re: [SOLVED] KDE Task manager shows open applications as closed & pinned.

Can you post your ~/.config/plasma-org.kde.plasma.desktop-appletsrc , respectively check whether it's screenmapping value is absurdely huge? There used to be some problem here with one of the glibc updates and how this config file was populated, you can likely try just moving that away/checking what happens if you remove garbage from the screenmapping value.

Offline

#6 2023-10-11 09:58:32

kyngs
Member
Registered: 2022-10-16
Posts: 52

Re: [SOLVED] KDE Task manager shows open applications as closed & pinned.

V1del wrote:

Can you post your ~/.config/plasma-org.kde.plasma.desktop-appletsrc , respectively check whether it's screenmapping value is absurdely huge? There used to be some problem here with one of the glibc updates and how this config file was populated, you can likely try just moving that away/checking what happens if you remove garbage from the screenmapping value.

It seems to be reasonable, should I reset it?
[ScreenMapping]
itemsOnDisabledScreens=
screenMapping=desktop:/redacted.tar.gz,0,d05ef5bd-e818-4ab7-bd3d-00afc20b5e6c,desktop:/redacted,0,d05ef5bd-e818-4ab7-bd3d-00afc20b5e6c,desktop:/redacted,0,d05ef5bd-e818-4ab7-bd3d-00afc20b5e6c

Offline

#7 2023-10-11 10:12:50

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 25,104

Re: [SOLVED] KDE Task manager shows open applications as closed & pinned.

Looks ok, anything else looking wonky in there/can you fix it by temporarily moving it away, restarting plasma and repinning apps? The case I had in mind contained megabytes of garbage in the screenmapping value

Offline

#8 2023-10-11 10:24:44

kyngs
Member
Registered: 2022-10-16
Posts: 52

Re: [SOLVED] KDE Task manager shows open applications as closed & pinned.

V1del wrote:

Looks ok, anything else looking wonky in there/can you fix it by temporarily moving it away, restarting plasma and repinning apps? The case I had in mind contained megabytes of garbage in the screenmapping value

Renaming the file seems to have no effect except it reset my task manager.

Offline

#9 2023-10-11 10:29:47

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 25,104

Re: [SOLVED] KDE Task manager shows open applications as closed & pinned.

Is this a visual or a behavioral bug? If xf86-video anything is installed try removing them and restarting. Maybe also post a system journal

sudo journalctl -b

Offline

#10 2023-10-11 10:53:27

kyngs
Member
Registered: 2022-10-16
Posts: 52

Re: [SOLVED] KDE Task manager shows open applications as closed & pinned.

V1del wrote:

Is this a visual or a behavioral bug? If xf86-video anything is installed try removing them and restarting. Maybe also post a system journal

sudo journalctl -b

I think visual? I'll try removing the packages. If with no success I will send the journal

Offline

#11 2023-10-11 11:04:24

kyngs
Member
Registered: 2022-10-16
Posts: 52

Re: [SOLVED] KDE Task manager shows open applications as closed & pinned.

V1del wrote:

Is this a visual or a behavioral bug? If xf86-video anything is installed try removing them and restarting. Maybe also post a system journal

sudo journalctl -b

Didn't help, here's the journal https://pastebin.com/06SRNgnh
Tried searching for KDE and didn't find anything interesting

Offline

#12 2023-10-11 11:42:50

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 25,104

Re: [SOLVED] KDE Task manager shows open applications as closed & pinned.

Not seeing anything obvious, what exactly was updated "yesterday"? Only candidate I have is the Qt 5.15.11 bump leading to some different visual behaviour.

Offline

#13 2023-10-11 12:42:35

kyngs
Member
Registered: 2022-10-16
Posts: 52

Re: [SOLVED] KDE Task manager shows open applications as closed & pinned.

V1del wrote:

Not seeing anything obvious, what exactly was updated "yesterday"? Only candidate I have is the Qt 5.15.11 bump leading to some different visual behaviour.

Here's the pacman log, I've tried reinstalling all the KDE-related packages. https://pastebin.com/n3FKyuwE

Offline

#14 2023-10-14 06:38:57

say
Member
From: Iowa, USA
Registered: 2021-03-16
Posts: 2

Re: [SOLVED] KDE Task manager shows open applications as closed & pinned.

I have encountered the same problem on my laptop. Also, I found that someone on Reddit also had the same problem ( https://www.reddit.com/r/linuxquestions … ndeavoros/ )

Offline

#15 2023-10-14 07:01:16

say
Member
From: Iowa, USA
Registered: 2021-03-16
Posts: 2

Re: [SOLVED] KDE Task manager shows open applications as closed & pinned.

I just found this thread: https://forum.manjaro.org/t/kde-plasma- … r/149483/4

I logged out of GUI and deleted ~/.cache/plasma* . Now the problem is solved!!

Offline

#16 2023-10-14 07:05:13

kyngs
Member
Registered: 2022-10-16
Posts: 52

Re: [SOLVED] KDE Task manager shows open applications as closed & pinned.

say wrote:

I just found this thread: https://forum.manjaro.org/t/kde-plasma- … r/149483/4

I logged out of GUI and deleted ~/.cache/plasma* . Now the problem is solved!!

Thanks for the advice! I can confirm it has solved my issue. Marking this as solved.

Offline

Board footer

Powered by FluxBB