Summary: | Can't close "Open with.." dialog when there's no suitable application installed | ||
---|---|---|---|
Product: | [Plasma] xdg-desktop-portal-kde | Reporter: | MScattolin <matheus.scattolinanselmo> |
Component: | general | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | aleixpol, jgrulich, jubyer2400, kde, nate |
Priority: | NOR | ||
Version: | 5.24.2 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 5.25 | |
Sentry Crash Report: | |||
Attachments: | "open with..." dialog |
Description
MScattolin
2022-02-27 17:04:43 UTC
There are multiple problems here: 1. You're on X11, so you're running into a known issue where QtQuick dialogs don't have a close button. This should be fixed by porting to Window instead 2. The window itself has no Cancel button, like most dialogs have. It should have one. 3. When no apps are listed in the main view, it should just show you the full list. 4. This whole dialog is silly; we should use the system's normal "Open With" dialog instead of reinventing the wheel but just for portals. The first three issues are fixable within the current design, but fixing #4 would automatically fix them all, so IMO we should do that. This should be fixed now with changes in Plasma 5.25. For those who are also facing this problem. Solution: 1. Right Click on "Open with.." dialog window's title bar. 2. Choose "Configure Special Window Settings" from "More Action". 3. Click "Add Property.." from bottom. 4. Add closeable option. 5. Choose closeable as "yes". 6. Now you can turn close the window. |