Bug 460001 - File explorer appearance when exporting files
Summary: File explorer appearance when exporting files
Status: CLOSED DOWNSTREAM
Alias: None
Product: kde
Classification: I don't know
Component: general (show other bugs)
Version: unspecified
Platform: Manjaro Linux
: NOR normal
Target Milestone: ---
Assignee: Unassigned bugs mailing-list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-10-05 09:16 UTC by JOnN
Modified: 2022-10-09 20:03 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments
scrnexp (140.02 KB, image/png)
2022-10-05 10:38 UTC, JOnN
Details

Note You need to log in before you can comment on or make changes to this bug.
Description JOnN 2022-10-05 09:16:51 UTC
When exporting files, the view has only a list, unlike a regular explorer, it is very inconvenient when you need to select an image, especially if there are several images with long or similar names, maybe you should add the ability to change the view of a folder with contents?
Comment 1 Antonio Rojas 2022-10-05 10:11:26 UTC
When exporting files from where? Can you post a screenshot?
Comment 2 JOnN 2022-10-05 10:36:18 UTC
from explorer to browser
Comment 3 JOnN 2022-10-05 10:38:23 UTC
Created attachment 152593 [details]
scrnexp
Comment 4 Antonio Rojas 2022-10-05 12:39:52 UTC
That's Firefox, which is a GTK application, so it uses the GTK file picker. This has nothing to do with KDE. Search for GTK_USE_PORTAL to find out how to force it to use the KDE file dialog.
Comment 5 JOnN 2022-10-05 16:42:09 UTC
I have exactly the same with each browser vivaldi, chromium, I need to look for a separate reason for each one ?!
Comment 6 Antonio Rojas 2022-10-05 18:07:02 UTC
(In reply to JOnN from comment #5)
> I have exactly the same with each browser vivaldi, chromium, I need to look
> for a separate reason for each one ?!

None of those is a KDE project, why are you reporting this in the KDE bug tracker?
Comment 7 Nate Graham 2022-10-09 20:03:06 UTC
It's up to each app what file picker to use, or whether to implement the portal dialog API which causes it to show the KDE dialog. So yes, this will require changes or configuration for each of those browsers.