[plasmashell] [Bug 474452] Widget Explorer opens centered on the screen when invoked for the first time after login

2023-09-30 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=474452

David Edmundson  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/fram
   ||eworks/plasma-framework/-/c
   ||ommit/ece19f5c890ae9c02d3d9
   ||2a8fc7ff1d74139f8f7
 Resolution|--- |FIXED
 Status|ASSIGNED|RESOLVED

--- Comment #4 from David Edmundson  ---
Git commit ece19f5c890ae9c02d3d92a8fc7ff1d74139f8f7 by David Edmundson.
Committed on 30/09/2023 at 22:58.
Pushed by fusionfuture into branch 'master'.

Initalise PlasmaShellManager in it's ctor

QtWaylandClinetExtensionTemplate can load everything on startup, it
shares the registry with QGuiApplication.

However because it calls a virtual function in initialize it can't be
called from the base class constructor. It needs to be called in the
leaf class, or explicitly after construction otherwise it falls back to
the default implementation which is a metaobject invoke. A Dialog could
be created before that triggers.

M  +1-0src/plasmaquick/waylandintegration.cpp

https://invent.kde.org/frameworks/plasma-framework/-/commit/ece19f5c890ae9c02d3d92a8fc7ff1d74139f8f7

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

[plasmashell] [Bug 474452] Widget Explorer opens centered on the screen when invoked for the first time after login

2023-09-30 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=474452

--- Comment #3 from Bug Janitor Service  ---
A possibly relevant merge request was started @
https://invent.kde.org/frameworks/plasma-framework/-/merge_requests/897

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

[plasmashell] [Bug 474452] Widget Explorer opens centered on the screen when invoked for the first time after login

2023-09-30 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=474452

Bug Janitor Service  changed:

   What|Removed |Added

 Status|CONFIRMED   |ASSIGNED

--- Comment #2 from Bug Janitor Service  ---
A possibly relevant merge request was started @
https://invent.kde.org/frameworks/plasma-framework/-/merge_requests/896

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

[plasmashell] [Bug 474452] Widget Explorer opens centered on the screen when invoked for the first time after login

2023-09-12 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=474452

Nate Graham  changed:

   What|Removed |Added

 Ever confirmed|0   |1
   Keywords||regression
 CC||[email protected],
   ||[email protected]
 Status|REPORTED|CONFIRMED

--- Comment #1 from Nate Graham  ---
Can confirm. I was just about to report this myself. Possibly fallout from
Dialog porting recently.

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

[plasmashell] [Bug 474452] Widget Explorer opens centered on the screen when invoked for the first time after login

2023-09-12 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=474452

Patrick Silva  changed:

   What|Removed |Added

   Keywords||qt6

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