Summary: | Cannot select folder in folder selector dialog | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | medin <med.medin.2014> |
Component: | general | Assignee: | Dolphin Bug Assignee <dolphin-bugs-null> |
Status: | RESOLVED DOWNSTREAM | ||
Severity: | critical | CC: | kfm-devel, nate |
Priority: | NOR | ||
Version First Reported In: | 20.04.1 | ||
Target Milestone: | --- | ||
Platform: | Manjaro | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | Folder selector bug |
Description
medin
2020-06-21 14:11:23 UTC
Can you provide a screenshot of the defective folder selector dialog? Created attachment 129590 [details]
Folder selector bug
Here's video that shows how Eclipse Installer instead of opening folder selector it opens file selector.
Thanks, that's helpful! It lets me see that this is clearly an Eclipse bug: it's asking for a file dialog, not a folder dialog--so that explains why folders aren't selectable. :) Please report this to the Eclipse developers. Thanks again! No, Eclipse Installer works perfectly with folder selection on Windows 10, Ubuntu Mate and Ubuntu GNOME3, the problem exists only on KDE. The same problem can be spotted on Meld when trying to select folders to be compared. But if I force GTK3 file/folder selector instead of KDE file/folder selector it works perfectly. If I launch Eclipse Installer or Meld with "env --unset GTK_USE_PORTAL" then GTK folder selection is used instead of KDE folder selection dialog and it works perfectly. Then it's a bug in the code that maps GTK dialog to KDE dialogs. The "kdialog" tool has a mode to get directories: kdialog --getexistingdirectory / |