[plasmashell] [Bug 484100] clipboard no longer works

2024-03-21 Thread AVee
https://bugs.kde.org/show_bug.cgi?id=484100

AVee  changed:

   What|Removed |Added

 CC||bugs@avee.org

--- Comment #5 from AVee  ---
The workaround seems to be `sudo apt install libzxing3`

I had the same issue, but also ran into
https://bugs.kde.org/show_bug.cgi?id=484149 this morning. I fixed that one by
installing libzxing3, and after a restart the clipboard also started working
again. I just verified this, after removing libzxing3 the clipboard is broken
again.

-- 
You are receiving this mail because:
You are watching all bug changes.

[neon] [Bug 484149] kmail crashes due to missing libZXing.so.3

2024-03-21 Thread AVee
https://bugs.kde.org/show_bug.cgi?id=484149

--- Comment #1 from AVee  ---
I can confirm this, I had the exact same issue this morning. It can be solved
with `sudo apt install libzxing3`. So there is some depedancy missing
somewhere. The full message is:
```
Cannot load part for Mail.
Could not load plugin from /usr/lib/x86_64-linux-gnu/qt6/plugins/kmailpart.so:
Cannot load library /usr/lib/x86_64-linux-gnu/qt6/plugins/kmailpart.so:
(libZXing.so.3: cannot open shared object file: No such file or directory)
```

(Since kmailpart.so is provided by the kmail package I guess that needs to
depend on libzxing3)

-- 
You are receiving this mail because:
You are watching all bug changes.

[kcalc] [Bug 456301] Kcalc high CPU usage when idle in background...

2022-07-21 Thread AVee
https://bugs.kde.org/show_bug.cgi?id=456301

AVee  changed:

   What|Removed |Added

 CC||bugs@avee.org

--- Comment #1 from AVee  ---
I'm seeing this issue too, and can consistently reproduce it by switching
between modes. 
- Switching to any other mode after a starting KCalc makes the kcalc process
use a full core. 
- Switching to another mode again sometimes makes the cpu usage drop, but not
always. 
- Closing KCalc and starting it again seems to bring it back to the same state,
so if cpu usage was high before it will be high when KCalc is started again.
  - This only happens when KCalc is closed through the ui, not when killing the
kcalc process. So whatever triggers this is save on shutdown.
- There seems to be no connection with the actual modes, just the switching
triggering this.

I cannot (quickly) find anything saved by KCalc which might trigger this, it
could well be something deeper in the system. The menu's are flickering as well
when CPU is high, so it might not be KCalc specific.


Operating System: KDE neon 5.25
KDE Plasma Version: 5.25.3
KDE Frameworks Version: 5.96.0
Qt Version: 5.15.5
Kernel Version: 5.18.12-051812-generic (64-bit)
Graphics Platform: X11

-- 
You are receiving this mail because:
You are watching all bug changes.