[plasmashell] [Bug 462345] System monitor widget disappears from the panel after KDE logout and needs to be added to the panel again to be shown

2023-03-11 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=462345

loca...@tutanota.com changed:

   What|Removed |Added

Version|5.26.4  |5.27.2

--- Comment #11 from loca...@tutanota.com ---
The issue is still present in:

Operating System: Debian GNU/Linux 12
KDE Plasma Version: 5.27.2  KDE Frameworks Version: 5.103.0  Qt Version: 5.15.8
Kernel Version: 6.1.0-5-amd64 (64-bit)
Graphics Platform: X11

See the video ( https://bugs.kde.org/attachment.cgi?id=154725 ) for how it
works in real life.

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

[plasmashell] [Bug 462345] System monitor widget disappears from the panel after KDE logout and needs to be added to the panel again to be shown

2023-02-01 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=462345

--- Comment #10 from loca...@tutanota.com ---
Still have this bug in:

Operating System: Debian 12 Bookworm GNU/Linux 
KDE Plasma Version: 5.26.90  KDE Frameworks Version: 5.102.0  Qt Version:
5.15.8
Kernel Version: 6.1.0-2-amd64 (64-bit)
Graphics Platform: X11

Pretty annoying having to add/remove the System monitor every time I log  into
KDE. See the enclosed video (the last attachment) for how the bug looks like in
action. If you need more info, please advise.

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

[plasmashell] [Bug 462345] System monitor widget disappears from the panel after KDE logout and needs to be added to the panel again to be shown

2022-12-21 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=462345

--- Comment #9 from loca...@tutanota.com ---
Created attachment 154725
  --> https://bugs.kde.org/attachment.cgi?id=154725=edit
Video showing the issue after logging out of KDE then logging back into KDE

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

[plasmashell] [Bug 462345] System monitor widget disappears from the panel after KDE logout and needs to be added to the panel again to be shown

2022-12-20 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=462345

loca...@tutanota.com changed:

   What|Removed |Added

Version|5.26.3  |5.26.4

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

[plasmashell] [Bug 462345] System monitor widget disappears from the panel after KDE logout and needs to be added to the panel again to be shown

2022-12-20 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=462345

--- Comment #8 from loca...@tutanota.com ---
Created attachment 154709
  --> https://bugs.kde.org/attachment.cgi?id=154709=edit
Corrected Output after running 'plasmashell --replace &'

Was able to get the "plasmashell --replace &" output after adding the second
system monitor widget to the task bar.

The previous issue with "plasmashell --replace &" testing, where KDE would exit
the edit mode after clicking the "Add Widgets..." button without showing the
list of widgets to choose from, was caused by my adding the "console.log(ids)"
instruction at the very end of the save() function after updateMargins().
Moving it one line up resolved the issue.

Operating System: Debian 12 Bookworm GNU/Linux
KDE Plasma Version: 5.26.4  KDE Frameworks Version: 5.101.0  Qt Version: 5.15.6
Kernel Version: 6.0.0-6-amd64 (64-bit)
Graphics Platform: X11

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

[plasmashell] [Bug 462345] System monitor widget disappears from the panel after KDE logout and needs to be added to the panel again to be shown

2022-12-01 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=462345

loca...@tutanota.com changed:

   What|Removed |Added

 Status|NEEDSINFO   |REPORTED
 Resolution|WAITINGFORINFO  |---

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

[plasmashell] [Bug 462345] System monitor widget disappears from the panel after KDE logout and needs to be added to the panel again to be shown

2022-12-01 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=462345

--- Comment #7 from loca...@tutanota.com ---
Created attachment 154202
  --> https://bugs.kde.org/attachment.cgi?id=154202=edit
Output after running 'plasmashell --replace &'

Please see the enclosed file. I added both `console.log('--- TEST ---')` and
`console.log(ids)`.  This is the output after logging out of KDE, then logging
back into KDE, then running 'plasmashell --replace &'.

Note that after running 'plasmashell --replace &' I can't add the system
monitor widget (SMW) to the Task Bar panel because when I do "a RMB click on
the Task Bar panel > Enter Edit Mode > Add Widgets...", KDE doesn't show the
list of widgets to choose from as it normally would, it just exists the edit
mode and that's it.

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

[plasmashell] [Bug 462345] System monitor widget disappears from the panel after KDE logout and needs to be added to the panel again to be shown

2022-12-01 Thread veggero
https://bugs.kde.org/show_bug.cgi?id=462345

veggero  changed:

   What|Removed |Added

 Status|REPORTED|NEEDSINFO
 Resolution|--- |WAITINGFORINFO

--- Comment #6 from veggero  ---
.

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

[plasmashell] [Bug 462345] System monitor widget disappears from the panel after KDE logout and needs to be added to the panel again to be shown

2022-12-01 Thread veggero
https://bugs.kde.org/show_bug.cgi?id=462345

veggero  changed:

   What|Removed |Added

 CC||niccolo.venera...@gmail.com

--- Comment #5 from veggero  ---
Can't reproduce; I might have to ask you to get your hands a bit dirty in code
to understand where this is coming from.

At the path `/usr/share/plasma/plasmoids/org.kde.panel/contents/ui/` you should
find the file `LayoutManager.js`. At line 86, you should see `function save()
{`.

May I ask you to add `console.log('--- TEST ---')` after that line, save,
restart plasmashell with `plasmashell --replace &` in a console, add the widget
as you were describing, and check if there's any (there should be) such debug
line coming from AFTER you've added the widget and closed edit mode?

If so, is there any significant error message after that?

Extra points if you also add a `console.log(ids)` at the end of that `save()`
function (line 96) and tell me what it outputs after you've added the widget.

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

[plasmashell] [Bug 462345] System monitor widget disappears from the panel after KDE logout and needs to be added to the panel again to be shown

2022-11-28 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=462345

--- Comment #4 from loca...@tutanota.com ---
Clarification to the "System monitor widget popup menu when doing a RMB click"
image, see above:

While the system monitor widget (SMW) is not shown on the panel it appears that
it's still there, just invisible. Placing a mount pointer over the space where
the SMW is supposed to be and doing a RMB click produces the SMW's popup menu.

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

[plasmashell] [Bug 462345] System monitor widget disappears from the panel after KDE logout and needs to be added to the panel again to be shown

2022-11-28 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=462345

--- Comment #3 from loca...@tutanota.com ---
Created attachment 154101
  --> https://bugs.kde.org/attachment.cgi?id=154101=edit
System monitor widget normal position and appearance

This is how the system widget is supposed to look when it's working normally

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

[plasmashell] [Bug 462345] System monitor widget disappears from the panel after KDE logout and needs to be added to the panel again to be shown

2022-11-28 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=462345

--- Comment #2 from loca...@tutanota.com ---
Created attachment 154100
  --> https://bugs.kde.org/attachment.cgi?id=154100=edit
System monitor widget popup menu when doing a RMB click

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

[plasmashell] [Bug 462345] System monitor widget disappears from the panel after KDE logout and needs to be added to the panel again to be shown

2022-11-28 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=462345

--- Comment #1 from loca...@tutanota.com ---
Created attachment 154099
  --> https://bugs.kde.org/attachment.cgi?id=154099=edit
System monitor widget config settings 2

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