[kwin] [Bug 460980] Apps launched via overview end up with unwanted environment variables

2022-10-27 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=460980

Nate Graham  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas
   |ma/kwin/commit/c2b4f03f9671 |ma/kwin/commit/4c5830ba149e
   |c0ad9fc1929426df5f79db414aa |c4462587a95f78624dfc981d281
   |7   |c

--- Comment #12 from Nate Graham  ---
Git commit 4c5830ba149ec4462587a95f78624dfc981d281c by Nate Graham, on behalf
of Łukasz Patron.
Committed on 27/10/2022 at 13:36.
Pushed by ngraham into branch 'Plasma/5.26'.

x11: Don't force QT_NO_GLIB=1

This breaks certain apps, e.g. KDE System Settings when launched from
overview effect.


(cherry picked from commit c2b4f03f9671c0ad9fc1929426df5f79db414aa7)

M  +0-4src/main_x11.cpp

https://invent.kde.org/plasma/kwin/commit/4c5830ba149ec4462587a95f78624dfc981d281c

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

[kwin] [Bug 460980] Apps launched via overview end up with unwanted environment variables

2022-10-27 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=460980

Nate Graham  changed:

   What|Removed |Added

   Version Fixed In||5.26.3

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

[kwin] [Bug 460980] Apps launched via overview end up with unwanted environment variables

2022-10-27 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=460980

priv@gmail.com changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
  Latest Commit||https://invent.kde.org/plas
   ||ma/kwin/commit/c2b4f03f9671
   ||c0ad9fc1929426df5f79db414aa
   ||7
 Resolution|--- |FIXED

--- Comment #11 from priv@gmail.com ---
Git commit c2b4f03f9671c0ad9fc1929426df5f79db414aa7 by Łukasz Patron.
Committed on 27/10/2022 at 08:03.
Pushed by vladz into branch 'master'.

x11: Don't force QT_NO_GLIB=1

This breaks certain apps, e.g. KDE System Settings when launched from
overview effect.

M  +0-4src/main_x11.cpp

https://invent.kde.org/plasma/kwin/commit/c2b4f03f9671c0ad9fc1929426df5f79db414aa7

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

[kwin] [Bug 460980] Apps launched via overview end up with unwanted environment variables

2022-10-25 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=460980

--- Comment #10 from Bug Janitor Service  ---
A possibly relevant merge request was started @
https://invent.kde.org/frameworks/kio/-/merge_requests/1012

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

[kwin] [Bug 460980] Apps launched via overview end up with unwanted environment variables

2022-10-25 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=460980

Nate Graham  changed:

   What|Removed |Added

 CC||n...@kde.org

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

[kwin] [Bug 460980] Apps launched via overview end up with unwanted environment variables

2022-10-25 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=460980

Bug Janitor Service  changed:

   What|Removed |Added

 Status|CONFIRMED   |ASSIGNED

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

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

[kwin] [Bug 460980] Apps launched via overview end up with unwanted environment variables

2022-10-25 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=460980

--- Comment #8 from priv@gmail.com ---
(In reply to priv.luk from comment #7)
> (In reply to Nicolas Fella from comment #6)
> > We probably can unset again after creating the QApplication, just like we
> > did for Wayland in
> > https://invent.kde.org/plasma/kwin/-/commit/
> > 77ec43d5e15a8b8ad8e1824ebf49d7d3cbf015c5
> 
> Ah, I'll try kwin with the following changes:
> https://invent.kde.org/lpatron/kwin/-/commit/
> 5a5995355ed9d60b092e1118359457d032572d6d and see if that solves my issue.

Ok, just compiled it and it seems to work ^.^

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

[kwin] [Bug 460980] Apps launched via overview end up with unwanted environment variables

2022-10-25 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=460980

--- Comment #7 from priv@gmail.com ---
(In reply to Nicolas Fella from comment #6)
> We probably can unset again after creating the QApplication, just like we
> did for Wayland in
> https://invent.kde.org/plasma/kwin/-/commit/
> 77ec43d5e15a8b8ad8e1824ebf49d7d3cbf015c5

Ah, I'll try kwin with the following changes:
https://invent.kde.org/lpatron/kwin/-/commit/5a5995355ed9d60b092e1118359457d032572d6d
and see if that solves my issue.

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

[kwin] [Bug 460980] Apps launched via overview end up with unwanted environment variables

2022-10-25 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=460980

Nicolas Fella  changed:

   What|Removed |Added

 CC||nicolas.fe...@gmx.de

--- Comment #6 from Nicolas Fella  ---
We probably can unset again after creating the QApplication, just like we did
for Wayland in
https://invent.kde.org/plasma/kwin/-/commit/77ec43d5e15a8b8ad8e1824ebf49d7d3cbf015c5

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

[kwin] [Bug 460980] Apps launched via overview end up with unwanted environment variables

2022-10-25 Thread ratijas
https://bugs.kde.org/show_bug.cgi?id=460980

--- Comment #5 from ratijas  ---
> // Disable the glib event loop integration, since it seems to be 
> responsible
>// for several bug reports about high CPU usage (bug #239963)
>setenv("QT_NO_GLIB", "1", true);

It's been 12 years since that BUG 239963. I wonder if it's still relevant, or
the workaround can be dropped.

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

[kwin] [Bug 460980] Apps launched via overview end up with unwanted environment variables

2022-10-25 Thread ratijas
https://bugs.kde.org/show_bug.cgi?id=460980

ratijas  changed:

   What|Removed |Added

 Status|REPORTED|CONFIRMED
 Ever confirmed|0   |1
 CC||m...@ratijas.tk

--- Comment #4 from ratijas  ---
Can reproduce

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

[kwin] [Bug 460980] Apps launched via overview end up with unwanted environment variables

2022-10-25 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=460980

--- Comment #3 from priv@gmail.com ---
(In reply to Bug Janitor Service from comment #1)
> Thank you for the bug report!
> 
> Please note that Plasma 5.25.5 is not supported for much longer by KDE;
> supported versions are 5.24, and 5.26 or newer.
> 
> If at all possible please upgrade to a supported version and verify that the
> bug is still happening there.
> 
> If you're unsure how to do this, contact your distributor about it.

This still happens with 5.26.1

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

[kwin] [Bug 460980] Apps launched via overview end up with unwanted environment variables

2022-10-25 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=460980

priv@gmail.com changed:

   What|Removed |Added

Version|5.25.5  |5.26.1

--- Comment #2 from priv@gmail.com ---
(In reply to Bug Janitor Service from comment #1)
> Thank you for the bug report!
> 
> Please note that Plasma 5.25.5 is not supported for much longer by KDE;
> supported versions are 5.24, and 5.26 or newer.
> 
> If at all possible please upgrade to a supported version and verify that the
> bug is still happening there.
> 
> If you're unsure how to do this, contact your distributor about it.

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

[kwin] [Bug 460980] Apps launched via overview end up with unwanted environment variables

2022-10-25 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=460980

--- Comment #1 from Bug Janitor Service  ---

Thank you for the bug report!

Please note that Plasma 5.25.5 is not supported for much longer by KDE;
supported versions are 5.24, and 5.26 or newer.

If at all possible please upgrade to a supported version and verify that the
bug is still happening there.

If you're unsure how to do this, contact your distributor about it.

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