Bug 391036 - [Request] Remove the "Are you sure you want to open X items?" dialog window
Summary: [Request] Remove the "Are you sure you want to open X items?" dialog window
Status: RESOLVED INTENTIONAL
Alias: None
Product: dolphin
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Dolphin Bug Assignee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-02-25 07:42 UTC by Arjun AK
Modified: 2020-04-06 13:52 UTC (History)
6 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Arjun AK 2018-02-25 07:42:26 UTC
It gets triggered when the number of items is >= 6, which in my opinion is too low. There isn't a "never show it again" option either. We could get rid of it altogether or increase it to a large number(like 50?)
Comment 1 Matej Mrenica 2018-02-25 11:01:57 UTC
(In reply to Arjun AK from comment #0)
> It gets triggered when the number of items is >= 6, which in my opinion is
> too low. There isn't a "never show it again" option either. We could get rid
> of it altogether or increase it to a large number(like 50?)

What do you need so many files opened at once for?
Comment 2 Arjun AK 2018-02-25 12:47:02 UTC
I'm trying to open directories not files.
Comment 3 Patrick Silva 2018-03-12 14:52:03 UTC
I see no dialog in dolphin 17.12.3 when I select more than 6 folders and click "open in new tabs" in context menu.
Comment 4 Nate Graham 2018-03-29 21:41:08 UTC
This is a safety and usability feature. Most sane workflows don't require simultaneously opening large numbers of files and folders. For those that do, just click Yes in the dialog that appears, or even faster: hit the left arrow hey and then the return key.

If you're regularly doing something that requires opening 6 items at the same time, it might be time to rethink the workflow itself.
Comment 5 Bouzid 2020-03-09 21:51:59 UTC
I open multiple *.mp3 files with audacious, I also open multiple *.jpg/*.png files with gimp, this is a useful request. We could at least hide the warning if the extensions are all the same.
Comment 6 Christoph Feck 2020-04-06 13:13:34 UTC
I suggest to make it also depend on wether the application supports multiple files or not. I had accidentally (QTBUG-57849) opened several *.blender files, and since Blender doesn't support opening multiple files, it started several instances, causing my system to freeze due to swapping taking all CPU time away from applications and the UI. A hard power-down was needed.

For applications that would need to be started multiple times, even two selected files should show a (configurable) warning.
Comment 7 Nate Graham 2020-04-06 13:52:52 UTC
That would probably be a separate issue, but I agree. We could introspect the app's desktop file to see if it supports multiple files/URLs. Probably not that hard to do.