https://bugs.kde.org/show_bug.cgi?id=503326
David Edmundson <k...@davidedmundson.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|ASSIGNED |RESOLVED Latest Commit| |https://invent.kde.org/plas | |ma/xdg-desktop-portal-kde/- | |/commit/c573eedb13ba04cd439 | |60e81527bc386c96a8463 --- Comment #6 from David Edmundson <k...@davidedmundson.co.uk> --- Git commit c573eedb13ba04cd43960e81527bc386c96a8463 by David Edmundson. Committed on 03/06/2025 at 13:25. Pushed by davidedmundson into branch 'master'. appchooser: Adjust text for "always open with" This text makes a promise that we can't keep. The xdg-desktop-portal effectively ignores the default for a lot of situations, it has it's own logic to avoid the prompt if you select the same app to open a file 3 times in a row. This can be tracked at: https://github.com/flatpak/xdg-desktop-portal/issues/472 In addition even if upstream behaviour is changed, the application can force the "ask" flag which will show this dialog, or there's a path in the permission store to always ask. Setting the default still matters as it will be first in our list. M +1 -1 src/AppChooserDialog.qml https://invent.kde.org/plasma/xdg-desktop-portal-kde/-/commit/c573eedb13ba04cd43960e81527bc386c96a8463 -- You are receiving this mail because: You are watching all bug changes.