[plasmashell] [Bug 444633] In the icon only taskmanager, window previews for grouped windows unexpectedly disappear.

2021-11-01 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=444633

Nate Graham  changed:

   What|Removed |Added

 CC||3psqqf...@relay.firefox.com

--- Comment #10 from Nate Graham  ---
*** Bug 444695 has been marked as a duplicate of this bug. ***

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

[plasmashell] [Bug 444633] In the icon only taskmanager, window previews for grouped windows unexpectedly disappear.

2021-11-01 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=444633

Nate Graham  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
   Version Fixed In||5.23.3
  Latest Commit||https://invent.kde.org/plas
   ||ma/plasma-desktop/commit/9c
   ||82d1f57b962d6e71755100c72f1
   ||0335db6e9a5
 Resolution|--- |FIXED

--- Comment #9 from Nate Graham  ---
Git commit 9c82d1f57b962d6e71755100c72f10335db6e9a5 by Nate Graham.
Committed on 01/11/2021 at 16:31.
Pushed by ngraham into branch 'Plasma/5.23'.

Revert "taskmanager: Show highlight before ToolTipInstance starts loading for
grouped tooltips"

This reverts commit 9e1a0670721093b508f1c6722c8c82beb95078b1.

This should not have been cherry-picked to stable as it implicitly
relies on newer frameworks.
FIXED-IN: 5.23.3

M  +0-4applets/taskmanager/package/contents/ui/Task.qml
M  +2-7applets/taskmanager/package/contents/ui/ToolTipDelegate.qml

https://invent.kde.org/plasma/plasma-desktop/commit/9c82d1f57b962d6e71755100c72f10335db6e9a5

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

[plasmashell] [Bug 444633] In the icon only taskmanager, window previews for grouped windows unexpectedly disappear.

2021-11-01 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=444633

--- Comment #8 from Nate Graham  ---
Urgh, if that did require a new frameworks, thsn yeah, it needs to be reverted.
I will investigate and take care of it.

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

[plasmashell] [Bug 444633] In the icon only taskmanager, window previews for grouped windows unexpectedly disappear.

2021-11-01 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=444633

--- Comment #7 from qydwhotm...@gmail.com ---
I guess
https://invent.kde.org/plasma/plasma-desktop/-/commit/9e1a0670721093b508f1c6722c8c82beb95078b1
should be reverted for Plasma 5.23 if plasma-desktop only requires Frameworks
5.86.

How can I revert it?

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

[plasmashell] [Bug 444633] In the icon only taskmanager, window previews for grouped windows unexpectedly disappear.

2021-11-01 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=444633

--- Comment #6 from qydwhotm...@gmail.com ---
https://invent.kde.org/frameworks/plasma-framework/-/merge_requests/346

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

[plasmashell] [Bug 444633] In the icon only taskmanager, window previews for grouped windows unexpectedly disappear.

2021-11-01 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=444633

--- Comment #5 from qydwhotm...@gmail.com ---
(In reply to Nate Graham from comment #3)
> Thanks!

There is a hack in plasma-framework 5.88, but 5.23 ships with Frameworks
5.86/5.87.

It should be fixed with Frameworks 5.88

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

[plasmashell] [Bug 444633] In the icon only taskmanager, window previews for grouped windows unexpectedly disappear.

2021-11-01 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=444633

--- Comment #4 from qydwhotm...@gmail.com ---
(In reply to Nate Graham from comment #3)
> Thanks!

Sorry I replied to wrong bug :/

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

[plasmashell] [Bug 444633] In the icon only taskmanager, window previews for grouped windows unexpectedly disappear.

2021-11-01 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=444633

Nate Graham  changed:

   What|Removed |Added

   Keywords||regression
 Status|REPORTED|CONFIRMED
 Ever confirmed|0   |1
   Priority|NOR |VHI

--- Comment #3 from Nate Graham  ---
Thanks!

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

[plasmashell] [Bug 444633] In the icon only taskmanager, window previews for grouped windows unexpectedly disappear.

2021-11-01 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=444633

--- Comment #2 from qydwhotm...@gmail.com ---
in plasma-workspace/libtaskmanager/declarative/taskmanagerplugin.cpp

#ifdef WITH_PIPEWIRE
qmlRegisterType(uri, 0, 1, "PipeWireSourceItem");
qmlRegisterType(uri, 0, 1, "ScreencastingRequest");
qmlRegisterUncreatableType(uri, 0, 1, "Screencasting", "Use
ScreencastingItem");
#endif

I misunderstood that. PipeWire could be still unavailable. Will push a fix to
restore the file.

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

[plasmashell] [Bug 444633] In the icon only taskmanager, window previews for grouped windows unexpectedly disappear.

2021-11-01 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=444633

Nate Graham  changed:

   What|Removed |Added

 CC||n...@kde.org,
   ||qydwhotm...@gmail.com

--- Comment #1 from Nate Graham  ---
But only for a horizontal panel? Cannot reproduce on git master, but it's
possible some backports broke this, which would be my bad. :/

Fushan, would you mind investigating?

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

[plasmashell] [Bug 444633] In the icon only taskmanager, window previews for grouped windows unexpectedly disappear.

2021-10-30 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=444633

n...@nevans.me changed:

   What|Removed |Added

  Component|Application Menu (Kicker)   |Task Manager and Icons-Only
   ||Task Manager

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