[plasmashell] [Bug 480722] Clicking a GPU memory-used System Monitor freezes Plasmashell

2024-05-02 Thread Marco Martin
https://bugs.kde.org/show_bug.cgi?id=480722

Marco Martin  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas
   |ma/libplasma/-/commit/a0949 |ma/libplasma/-/commit/6ef5f
   |c6afcff4192ffcdf43c2ef305fb |23018f02eb7cdb2523adb224f34
   |4b61f857|b7a8f22d

--- Comment #7 from Marco Martin  ---
Git commit 6ef5f23018f02eb7cdb2523adb224f34b7a8f22d by Marco Martin.
Committed on 02/05/2024 at 12:45.
Pushed by mart into branch 'Plasma/6.0'.

Workaround setMinimumSize not resizing

on wayland, setting  the  minimum size of a window, doesn't
resize it if its new minimum size is bigger then the current size
Related: bug 485456


(cherry picked from commit a0949c6afcff4192ffcdf43c2ef305fb4b61f857)

0404657c Workaround setMinimumSize not resizing
a82e4ca1 enforce bounds everywhere
e625482e Apply 1 suggestion(s) to 1 file(s)

M  +15   -5src/plasmaquick/appletpopup.cpp

https://invent.kde.org/plasma/libplasma/-/commit/6ef5f23018f02eb7cdb2523adb224f34b7a8f22d

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

[plasmashell] [Bug 480722] Clicking a GPU memory-used System Monitor freezes Plasmashell

2024-05-02 Thread Marco Martin
https://bugs.kde.org/show_bug.cgi?id=480722

Marco Martin  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/plas
   ||ma/libplasma/-/commit/a0949
   ||c6afcff4192ffcdf43c2ef305fb
   ||4b61f857
 Resolution|--- |FIXED
 Status|CONFIRMED   |RESOLVED

--- Comment #6 from Marco Martin  ---
Git commit a0949c6afcff4192ffcdf43c2ef305fb4b61f857 by Marco Martin.
Committed on 02/05/2024 at 09:50.
Pushed by mart into branch 'master'.

Workaround setMinimumSize not resizing

on wayland, setting  the  minimum size of a window, doesn't
resize it if its new minimum size is bigger then the current size
Related: bug 485456

M  +15   -5src/plasmaquick/appletpopup.cpp

https://invent.kde.org/plasma/libplasma/-/commit/a0949c6afcff4192ffcdf43c2ef305fb4b61f857

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

[plasmashell] [Bug 480722] Clicking a GPU memory-used System Monitor freezes Plasmashell

2024-05-01 Thread mmc
https://bugs.kde.org/show_bug.cgi?id=480722

--- Comment #5 from mmc  ---
(In reply to Arjen Hiemstra from comment #4)
> I actually have been experiencing this myself for a while. With some of the
> comments here I realised that this is actually a bug in Plasma that is being
> solved in https://invent.kde.org/plasma/libplasma/-/merge_requests/1109 . At
> least for me with that applied, I no longer get freezes.

Good to know, thanks!

I can also confirm that after applying the patch, the freeze no longer occurs
on my system.

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

[plasmashell] [Bug 480722] Clicking a GPU memory-used System Monitor freezes Plasmashell

2024-04-30 Thread Arjen Hiemstra
https://bugs.kde.org/show_bug.cgi?id=480722

Arjen Hiemstra  changed:

   What|Removed |Added

 Status|REPORTED|CONFIRMED
 Ever confirmed|0   |1

--- Comment #4 from Arjen Hiemstra  ---
I actually have been experiencing this myself for a while. With some of the
comments here I realised that this is actually a bug in Plasma that is being
solved in https://invent.kde.org/plasma/libplasma/-/merge_requests/1109 . At
least for me with that applied, I no longer get freezes.

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

[plasmashell] [Bug 480722] Clicking a GPU memory-used System Monitor freezes Plasmashell

2024-04-29 Thread mmc
https://bugs.kde.org/show_bug.cgi?id=480722

--- Comment #3 from mmc  ---
The Plasmashell freeze seems to only occur when the Pie Chart display style is
set. There are two lines that often appear in the system journal relating to
the Pie Chart when adding the widget. 
> plasmashell[1794]: 
> file:///usr/share/ksysguard/sensorfaces/org.kde.ksysguard.piechart/contents/ui/CompactRepresentation.qml:22:1:
>  QML CompactRepresentation: Binding loop detected for property 
> "implicitHeight"
> plasmashell[1794]: 
> file:///usr/share/ksysguard/sensorfaces/org.kde.ksysguard.piechart/contents/ui/FullRepresentation.qml:21:1:
>  QML FullRepresentation: Binding loop detected for property "implicitHeight"

These lines also appear during the X11 session, where there is no freeze. So
the only other errors that stand out to me are these Wayland errors. Not sure
if they are related.
> plasmashell[1794]: kf.windowsystem.wayland: Failed to recreate shadow for 
> PlasmaQuick::Dialog(0x587ebfb06610)
> plasmashell[1794]: qt.qpa.wayland: eglSwapBuffers failed with 0x300d, 
> surface: 0x0

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

[plasmashell] [Bug 480722] Clicking a GPU memory-used System Monitor freezes Plasmashell

2024-04-29 Thread mmc
https://bugs.kde.org/show_bug.cgi?id=480722

mmc  changed:

   What|Removed |Added

Version|5.93.0  |6.0.4

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

[plasmashell] [Bug 480722] Clicking a GPU memory-used System Monitor freezes Plasmashell

2024-04-29 Thread mmc
https://bugs.kde.org/show_bug.cgi?id=480722

--- Comment #2 from mmc  ---
Hmm, if I add a System Monitor widget such as Total CPU Use to the panel in the
Wayland session, then click on it, the freeze occurs. If I log out and log into
the X11 session, then click the widget, it works and appears normally, no
freezes. But, if I then log out of the X11 session and back into the Wayland
session, then click the widget, it now works normally and there is no freeze.
It will also continue to work after rebooting. However, if I remove the widget,
add it back while in the Wayland session then click on it, the freeze will
occur again.

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

[plasmashell] [Bug 480722] Clicking a GPU memory-used System Monitor freezes Plasmashell

2024-04-28 Thread mmc
https://bugs.kde.org/show_bug.cgi?id=480722

mmc  changed:

   What|Removed |Added

 CC||mmc345...@proton.me

--- Comment #1 from mmc  ---
I recently started experiencing this issue on Plasma 6.0.3 and 6.0.4 on Arch
Linux, but with the Total CPU Use and Memory Usage widgets when added to the
panel. All I had to do was simply add them to the panel, exit edit mode, then
click the widgets for the freeze to occur. Also in most cases, there would be
no pop up and Plasmashell would simply freeze until the process is killed.

This issue occurred on my second PC with fresh installations of Arch Linux,
with the Plasma versions mentioned above. I was also able to reproduce this in
a virtual machine (on different hardware) using virt-manager, with Virtio and
3D Acceleration enabled, on both Arch and the latest KDE Neon User Edition.

I also want to note that my main desktop is also running Arch with Plasma 6.0.4
and does not have this problem. But on this machine, Plasma had been upgraded
from 5.27. So this issue mainly concerns new installations.

SOFTWARE/OS VERSIONS
Operating System: Arch Linux
KDE Plasma Version: 6.0.4
KDE Frameworks Version: 6.1.0
Qt Version: 6.7.0
Kernel Version: 6.8.7-zen1-1-zen (64-bit)
Graphics Platform: Wayland
Processors: 8 × Intel® Core™ i7-4790S CPU @ 3.20GHz
Memory: 15.6 GiB of RAM
Graphics Processor: AMD Radeon RX 480 Graphics

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

[plasmashell] [Bug 480722] Clicking a GPU memory-used System Monitor freezes Plasmashell

2024-02-02 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=480722

Bug Janitor Service  changed:

   What|Removed |Added

   Keywords||qt6

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