[plasma-integration] [Bug 483439] File browser crashing Strawberry and similar programs

2024-05-03 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=483439

Nicolas Fella  changed:

   What|Removed |Added

   Version Fixed In||Qt 6.7.2
 Status|CONFIRMED   |RESOLVED
 Resolution|--- |FIXED

--- Comment #22 from Nicolas Fella  ---
This is fixed with https://codereview.qt-project.org/c/qt/qtbase/+/556573

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

[plasma-integration] [Bug 483439] File browser crashing Strawberry and similar programs

2024-04-19 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=483439

--- Comment #21 from equ...@gmail.com ---
(In reply to volodarolathana from comment #20)
> i see, nonetheless i cant reproduce this with any of my native qt
> applications

I can reproduce it with my own app (tremotesf) on openSUSE Tumbleweed with
Plasma 6.0.4 and Frameworks 6.1.0

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

[plasma-integration] [Bug 483439] File browser crashing Strawberry and similar programs

2024-04-19 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=483439

--- Comment #20 from volodarolath...@tutanota.com ---
i see, nonetheless i cant reproduce this with any of my native qt applications

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

[plasma-integration] [Bug 483439] File browser crashing Strawberry and similar programs

2024-04-19 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=483439

--- Comment #19 from equ...@gmail.com ---
(In reply to volodarolathana from comment #18)
> not reproduceable with 
> telegram: 4.16.7-1
> xdg-desktop-portal-kde: 6.0.4-1
> os: arch linux

I don't think this issue exists with portals. When app uses portals (e.g.
because of Flatpak) the file dialog is opened in a separate processusing dbus.
This bug only occurs for "native" Qt apps, that open file dialog directly
in-process.

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

[plasma-integration] [Bug 483439] File browser crashing Strawberry and similar programs

2024-04-17 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=483439

volodarolath...@tutanota.com changed:

   What|Removed |Added

 CC||volodarolath...@tutanota.co
   ||m

--- Comment #18 from volodarolath...@tutanota.com ---
not reproduceable with 
telegram: 4.16.7-1
xdg-desktop-portal-kde: 6.0.4-1
os: arch linux

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

[plasma-integration] [Bug 483439] File browser crashing Strawberry and similar programs

2024-04-09 Thread Oleksandr Natalenko
https://bugs.kde.org/show_bug.cgi?id=483439

--- Comment #17 from Oleksandr Natalenko  ---
https://github.com/telegramdesktop/tdesktop/issues/27702
https://www.reddit.com/r/kde/comments/1bvjsk2/telegram_desktop_crashing_in_kde/
https://gitlab.archlinux.org/archlinux/packaging/packages/telegram-desktop/-/issues/10

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

[plasma-integration] [Bug 483439] File browser crashing Strawberry and similar programs

2024-04-09 Thread Oleksandr Natalenko
https://bugs.kde.org/show_bug.cgi?id=483439

Oleksandr Natalenko  changed:

   What|Removed |Added

Version|6.0.2   |6.0.3

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

[plasma-integration] [Bug 483439] File browser crashing Strawberry and similar programs

2024-04-09 Thread Oleksandr Natalenko
https://bugs.kde.org/show_bug.cgi?id=483439

Oleksandr Natalenko  changed:

   What|Removed |Added

 CC||oleksa...@natalenko.name

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

[plasma-integration] [Bug 483439] File browser crashing Strawberry and similar programs

2024-03-29 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=483439

equ...@gmail.com changed:

   What|Removed |Added

 CC||equ...@gmail.com

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

[plasma-integration] [Bug 483439] File browser crashing Strawberry and similar programs

2024-03-28 Thread Ben Guy-Williams
https://bugs.kde.org/show_bug.cgi?id=483439

Ben Guy-Williams  changed:

   What|Removed |Added

 CC||ben2t...@yahoo.com

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

[plasma-integration] [Bug 483439] File browser crashing Strawberry and similar programs

2024-03-23 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=483439

--- Comment #16 from wolf.seif...@web.de ---
Deleting these lines

// eventLoopLocker prevents QCoreApplication from exiting when the last
// window is closed until the job has finished running
QEventLoopLocker eventLoopLocker;

from kjob_p.h did the trick for me.

Maybe this "breaks functionality", but I could not find any documentation about
this KJob feature.

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

[plasma-integration] [Bug 483439] File browser crashing Strawberry and similar programs

2024-03-19 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=483439

--- Comment #15 from Nicolas Fella  ---
I don't see how it could be fixed in a way that doesn't break functionality or
isn't a huge hack

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

[plasma-integration] [Bug 483439] File browser crashing Strawberry and similar programs

2024-03-17 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=483439

--- Comment #14 from wolf.seif...@web.de ---
Not only "Strawberry", many other applications will suffer from this Kf5->Kf6
change. I had the same problem with a qt6 port of "Octopi", where an innocent
looking QFileDialog closed the application.

And this problem does not occur at build time, but at runtime only, making the
problem even worse.

To insert a "QCoreApplication::setQuitLockEnabled(false)" is easy when you
build from sources and know what to do. But what if not?

A fix on the KDE side would be very useful (e.g. in KJob or KFileWidget) and
avoid many upcoming bug reports of this kind.

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

[plasma-integration] [Bug 483439] File browser crashing Strawberry and similar programs

2024-03-16 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=483439

--- Comment #13 from pmarget...@gmail.com ---
Thank you for looking into this @Nicolas Fella. I've opened an issue with
Strawberry (https://github.com/strawberrymusicplayer/strawberry/issues/1401)

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

[plasma-integration] [Bug 483439] File browser crashing Strawberry and similar programs

2024-03-16 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=483439

--- Comment #12 from Nicolas Fella  ---
Actually I can reproduce if
- Strawberry is using Qt6
- The system tray icon is *not* enabled

The cause is described in https://bugs.kde.org/show_bug.cgi?id=471941. It's not
really a bug in KDE code but a behavior change in Qt6 that applications need to
adapt to

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

[plasma-integration] [Bug 483439] File browser crashing Strawberry and similar programs

2024-03-16 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=483439

Nicolas Fella  changed:

   What|Removed |Added

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

--- Comment #11 from Nicolas Fella  ---
Cannot reproduce with Strawberry.

What's the exit code?

Are there any relevant log entries?

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

[plasma-integration] [Bug 483439] File browser crashing Strawberry and similar programs

2024-03-16 Thread smow
https://bugs.kde.org/show_bug.cgi?id=483439

smow  changed:

   What|Removed |Added

 CC||smowten...@protonmail.com

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

[plasma-integration] [Bug 483439] File browser crashing Strawberry and similar programs

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

Antonio Rojas  changed:

   What|Removed |Added

 CC||wolf.seif...@web.de

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

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

[plasma-integration] [Bug 483439] File browser crashing Strawberry and similar programs

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

Antonio Rojas  changed:

   What|Removed |Added

 Status|NEEDSINFO   |CONFIRMED
 CC||aro...@archlinux.org
Version|unspecified |6.0.2
  Component|general |general
 Resolution|BACKTRACE   |---
Product|kde |plasma-integration
   Assignee|unassigned-b...@kde.org |plasma-b...@kde.org

--- Comment #9 from Antonio Rojas  ---
Can confirm with telegram-desktop and qmmp

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