[kwin] [Bug 455913] [Wayland + Nvidia] Plasma popups (e.g. Kickoff and KRunner) sometimes stops showing after opening / closing them a few times

2024-02-14 Thread David Redondo
https://bugs.kde.org/show_bug.cgi?id=455913

--- Comment #51 from David Redondo  ---
Git commit 1034813b14738e770ebd30e59120c23d0b0c9fd6 by David Redondo.
Committed on 14/02/2024 at 13:15.
Pushed by davidre into branch 'Plasma/6.0'.

qt6: Bring back basic render loop on nvidia wayland when Qt < 6.6.3

This reverts commit 87d0efdc7ef1fe3d9f461d6b6aa8c82a71442150.
Qt 6.6.3 and up contain a similar check for now until a proper
fix is merged.


(cherry picked from commit d5ccdeb50dfd46c5d80d28ec5b0519b998ae851b)

M  +14   -1qt6/src/platformtheme/qtquickrenderersettings.cpp

https://invent.kde.org/plasma/plasma-integration/-/commit/1034813b14738e770ebd30e59120c23d0b0c9fd6

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

[kwin] [Bug 455913] [Wayland + Nvidia] Plasma popups (e.g. Kickoff and KRunner) sometimes stops showing after opening / closing them a few times

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

--- Comment #50 from Bug Janitor Service  ---
A possibly relevant merge request was started @
https://invent.kde.org/plasma/plasma-integration/-/merge_requests/136

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

[kwin] [Bug 455913] [Wayland + Nvidia] Plasma popups (e.g. Kickoff and KRunner) sometimes stops showing after opening / closing them a few times

2024-02-14 Thread David Redondo
https://bugs.kde.org/show_bug.cgi?id=455913

--- Comment #49 from David Redondo  ---
Git commit d5ccdeb50dfd46c5d80d28ec5b0519b998ae851b by David Redondo.
Committed on 14/02/2024 at 08:37.
Pushed by davidre into branch 'master'.

qt6: Bring back basic render loop on nvidia wayland when Qt < 6.6.3

This reverts commit 87d0efdc7ef1fe3d9f461d6b6aa8c82a71442150.
Qt 6.6.3 and up contain a similar check for now until a proper
fix is merged.

M  +14   -1qt6/src/platformtheme/qtquickrenderersettings.cpp

https://invent.kde.org/plasma/plasma-integration/-/commit/d5ccdeb50dfd46c5d80d28ec5b0519b998ae851b

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

[kwin] [Bug 455913] [Wayland + Nvidia] Plasma popups (e.g. Kickoff and KRunner) sometimes stops showing after opening / closing them a few times

2024-02-11 Thread Dmitrii Chermnykh
https://bugs.kde.org/show_bug.cgi?id=455913

--- Comment #48 from Dmitrii Chermnykh  ---
(In reply to Landgraf132 from comment #47)
> How can this be adapted for a plasma panel? I added the following lines to

You can set the "render loop" property in Plasma Renderer configuration window
to "basic"

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

[kwin] [Bug 455913] [Wayland + Nvidia] Plasma popups (e.g. Kickoff and KRunner) sometimes stops showing after opening / closing them a few times

2024-02-11 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=455913

--- Comment #47 from landgraf...@yandex.ru ---
(In reply to Dmitrii Chermnykh from comment #33)
> (In reply to Szczepan Hołyszewski from comment #31)
> > (In reply to Dmitrii Chermnykh from comment #30)
> > > setting `QT_QUICK_BACKEND=software` works as a workaround
> > 
> > Is there a way to apply this workaround permanently? Notably there seems to
> > be no krunner.desktop anywhere.
> 
> I'm using the following override:
> 
> systemctl --user edit plasma-krunner.service 
> 
> [Service]
> Environment=QT_QUICK_BACKEND=software

How can this be adapted for a plasma panel? I added the following lines to the
~/ .bashrc file:
QT_QUICK_BACKEND=software
QSG_RENDER_LOOP=basic

But the plasma panel still opens its menu every other time.

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

[kwin] [Bug 455913] [Wayland + Nvidia] Plasma popups (e.g. Kickoff and KRunner) sometimes stops showing after opening / closing them a few times

2024-02-03 Thread Antonio Rojas
https://bugs.kde.org/show_bug.cgi?id=455913

Antonio Rojas  changed:

   What|Removed |Added

 CC||pepk...@gmail.com

--- Comment #46 from Antonio Rojas  ---
*** Bug 480813 has been marked as a duplicate of this bug. ***

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

[kwin] [Bug 455913] [Wayland + Nvidia] Plasma popups (e.g. Kickoff and KRunner) sometimes stops showing after opening / closing them a few times

2024-02-03 Thread Antonio Rojas
https://bugs.kde.org/show_bug.cgi?id=455913

Antonio Rojas  changed:

   What|Removed |Added

 CC||bru...@tuta.io

--- Comment #45 from Antonio Rojas  ---
*** Bug 480806 has been marked as a duplicate of this bug. ***

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

[kwin] [Bug 455913] [Wayland + Nvidia] Plasma popups (e.g. Kickoff and KRunner) sometimes stops showing after opening / closing them a few times

2024-02-03 Thread Antonio Rojas
https://bugs.kde.org/show_bug.cgi?id=455913

Antonio Rojas  changed:

   What|Removed |Added

 CC||landgraf...@yandex.ru

--- Comment #44 from Antonio Rojas  ---
*** Bug 480786 has been marked as a duplicate of this bug. ***

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

[kwin] [Bug 455913] [Wayland + Nvidia] Plasma popups (e.g. Kickoff and KRunner) sometimes stops showing after opening / closing them a few times

2024-02-02 Thread David Redondo
https://bugs.kde.org/show_bug.cgi?id=455913

--- Comment #43 from David Redondo  ---
We merged a workaround in Qt:
https://codereview.qt-project.org/c/qt/qtwayland/+/536202

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

[kwin] [Bug 455913] [Wayland + Nvidia] Plasma popups (e.g. Kickoff and KRunner) sometimes stops showing after opening / closing them a few times

2024-02-01 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=455913

Nate Graham  changed:

   What|Removed |Added

 CC||iwisp...@hotmail.com

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

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

[kwin] [Bug 455913] [Wayland + Nvidia] Plasma popups (e.g. Kickoff and KRunner) sometimes stops showing after opening / closing them a few times

2024-01-30 Thread mooodyhunter
https://bugs.kde.org/show_bug.cgi?id=455913

mooodyhun...@outlook.com  changed:

   What|Removed |Added

 CC||mooodyhun...@outlook.com

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

[kwin] [Bug 455913] [Wayland + Nvidia] Plasma popups (e.g. Kickoff and KRunner) sometimes stops showing after opening / closing them a few times

2024-01-30 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=455913

Bug Janitor Service  changed:

   What|Removed |Added

   Priority|HI  |VHI

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

[kwin] [Bug 455913] [Wayland + Nvidia] Plasma popups (e.g. Kickoff and KRunner) sometimes stops showing after opening / closing them a few times

2024-01-30 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=455913

Nate Graham  changed:

   What|Removed |Added

 CC||bugs.a4...@aleeas.com

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

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

[kwin] [Bug 455913] [Wayland + Nvidia] Plasma popups (e.g. Kickoff and KRunner) sometimes stops showing after opening / closing them a few times

2024-01-30 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=455913

Nate Graham  changed:

   What|Removed |Added

 CC||sparky123558w...@gmail.com

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

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

[kwin] [Bug 455913] [Wayland + Nvidia] Plasma popups (e.g. Kickoff and KRunner) sometimes stops showing after opening / closing them a few times

2024-01-23 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=455913

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

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

[kwin] [Bug 455913] [Wayland + Nvidia] Plasma popups (e.g. Kickoff and KRunner) sometimes stops showing after opening / closing them a few times

2024-01-22 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=455913

Nicolas Fella  changed:

   What|Removed |Added

 CC||alan.hovga...@gmail.com

--- Comment #38 from Nicolas Fella  ---
*** Bug 480153 has been marked as a duplicate of this bug. ***

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

[kwin] [Bug 455913] [Wayland + Nvidia] Plasma popups (e.g. Kickoff and KRunner) sometimes stops showing after opening / closing them a few times

2024-01-18 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=455913

Nate Graham  changed:

   What|Removed |Added

 CC||msma...@gmail.com

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

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

[kwin] [Bug 455913] [Wayland + Nvidia] Plasma popups (e.g. Kickoff and KRunner) sometimes stops showing after opening / closing them a few times

2024-01-16 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=455913

Bug Janitor Service  changed:

   What|Removed |Added

   Priority|NOR |HI

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

[kwin] [Bug 455913] [Wayland + Nvidia] Plasma popups (e.g. Kickoff and KRunner) sometimes stops showing after opening / closing them a few times

2024-01-16 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=455913

Nate Graham  changed:

   What|Removed |Added

 CC||alexey@icloud.com

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

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

[kwin] [Bug 455913] [Wayland + Nvidia] Plasma popups (e.g. Kickoff and KRunner) sometimes stops showing after opening / closing them a few times

2024-01-16 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=455913

Nate Graham  changed:

   What|Removed |Added

 CC||yug...@dede.infos.st

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

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

[kwin] [Bug 455913] [Wayland + Nvidia] Plasma popups (e.g. Kickoff and KRunner) sometimes stops showing after opening / closing them a few times

2024-01-16 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=455913

Nate Graham  changed:

   What|Removed |Added

 CC||alerdev.ca4x6@simplelogin.c
   ||om

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

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

[kwin] [Bug 455913] [Wayland + Nvidia] Plasma popups (e.g. Kickoff and KRunner) sometimes stops showing after opening / closing them a few times

2024-01-03 Thread Ilya Bizyaev
https://bugs.kde.org/show_bug.cgi?id=455913

Ilya Bizyaev  changed:

   What|Removed |Added

Version|5.25.1  |5.91.0
 CC||bizy...@zoho.com

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

[kwin] [Bug 455913] [Wayland + Nvidia] Plasma popups (e.g. Kickoff and KRunner) sometimes stops showing after opening / closing them a few times

2023-12-29 Thread Dmitrii Chermnykh
https://bugs.kde.org/show_bug.cgi?id=455913

--- Comment #33 from Dmitrii Chermnykh  ---
(In reply to Szczepan Hołyszewski from comment #31)
> (In reply to Dmitrii Chermnykh from comment #30)
> > setting `QT_QUICK_BACKEND=software` works as a workaround
> 
> Is there a way to apply this workaround permanently? Notably there seems to
> be no krunner.desktop anywhere.

I'm using the following override:

systemctl --user edit plasma-krunner.service 

[Service]
Environment=QT_QUICK_BACKEND=software

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

[kwin] [Bug 455913] [Wayland + Nvidia] Plasma popups (e.g. Kickoff and KRunner) sometimes stops showing after opening / closing them a few times

2023-12-29 Thread Szczepan Hołyszewski
https://bugs.kde.org/show_bug.cgi?id=455913

--- Comment #32 from Szczepan Hołyszewski  ---
(In reply to Szczepan Hołyszewski from comment #31)
> Notably there seems to be no krunner.desktop anywhere.

There is /usr/share/kglobalaccel/org.kde.krunner.desktop, but copying it to
~/.local/share/applications and editing there has no effect.

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

[kwin] [Bug 455913] [Wayland + Nvidia] Plasma popups (e.g. Kickoff and KRunner) sometimes stops showing after opening / closing them a few times

2023-12-29 Thread Szczepan Hołyszewski
https://bugs.kde.org/show_bug.cgi?id=455913

Szczepan Hołyszewski  changed:

   What|Removed |Added

 CC||rula...@wp.pl

--- Comment #31 from Szczepan Hołyszewski  ---
(In reply to Dmitrii Chermnykh from comment #30)
> setting `QT_QUICK_BACKEND=software` works as a workaround

Is there a way to apply this workaround permanently? Notably there seems to be
no krunner.desktop anywhere.

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

[kwin] [Bug 455913] [Wayland + Nvidia] Plasma popups (e.g. Kickoff and KRunner) sometimes stops showing after opening / closing them a few times

2023-12-24 Thread Dmitrii Chermnykh
https://bugs.kde.org/show_bug.cgi?id=455913

--- Comment #30 from Dmitrii Chermnykh  ---
setting `QT_QUICK_BACKEND=software` works as a workaround

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

[kwin] [Bug 455913] [Wayland + Nvidia] Plasma popups (e.g. Kickoff and KRunner) sometimes stops showing after opening / closing them a few times

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

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

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

[kwin] [Bug 455913] [Wayland + Nvidia] Plasma popups (e.g. Kickoff and KRunner) sometimes stops showing after opening / closing them a few times

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

Nate Graham  changed:

   What|Removed |Added

 CC||m...@sr.team

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

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

[kwin] [Bug 455913] [Wayland + Nvidia] Plasma popups (e.g. Kickoff and KRunner) sometimes stops showing after opening / closing them a few times

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

Nate Graham  changed:

   What|Removed |Added

  Component|general |wayland-generic
Product|krunner |kwin
 Status|REPORTED|RESOLVED
 Resolution|--- |UPSTREAM

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