That's it. Thanks a lot :-)
Am Freitag, 15. Juli 2022, 23:50:40 CEST schrieb 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:
>
> b
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
Maybe it depends on if the respective file type is associated with the program
or set by default to be opened with it?
When I select three jpg files and choose "open with Gwenview", I get one
Gwenview instance showing all three files.
If I do the same with "open with Gimp", I get three Gimp ins
On 16.07.2022 00:35, Tobias Leupold wrote:
Hi list!
I'm working on Bug #455074, and I noticed some behavior of Dolphin I wonder if
it can be changed or worked around.
What happens when I select multiple files in Dolphin and do "open with" is
that not a list of the selected files is passed to th
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
Hi list!
I'm working on Bug #455074, and I noticed some behavior of Dolphin I wonder if
it can be changed or worked around.
What happens when I select multiple files in Dolphin and do "open with" is
that not a list of the selected files is passed to the called program, but one
instance of the
Hello,
I have run into a couple issues when attempting to build the KDE
development environment using kdesrc-build:
My linux environment is as follows:
Ubuntu/Kubuntu 22.04
GNU C++ g++ 11.2.0 (Ubuntu 11.2.0-19ubuntu1)
I've installed all the Qt5 dependencies that I'm aware of as described at
http