Re: Trigger loading a list of files from Dolphin using "open with"

2022-07-15 Thread J Blackquill
Am Fr., 15. Juli 2022 um 17:56 Uhr schrieb Tobias Leupold : > > Maybe it depends on if the respective file type is associated with the program > or set by default to be opened with it? Judging by the code I mentioned in my previous reply, it's strictly based on whether or not the argument specifie

Re: Trigger loading a list of files from Dolphin using "open with"

2022-07-15 Thread J Blackquill
Hi, this is controlled by the KIO::ApplicationLauncherJob. It asks KService whether it can launch one instance or if it needs to do n instances, and this is the code that KService uses for that: bool KService::allowMultipleFiles() const { Q_D(const KService); // Can we pass multiple files on