Dear visitor, welcome to KDE-Forum.org.
If this is your first visit here, please read the Help. It explains in detail how this page works.
To use all features of this page, you should consider registering.
Please use the registration form, to register here or read more information about the registration process.
If you are already registered, please login here.
drag and drop: one instance only
Hi
I've set up an application on the KDE desktop. When I drag and drop several files onto it, the application is called for every single file dropped.
What I want is that a single instance of the application be called and which opens all files dropped. Is it possible?
Every help will be appreciated
Kilo
RE: drag and drop: one instance only
Is this your own application?
Check if the Exec line of the respective .desktop file contains %U
Maybe it only says %u which means single URL, %U means URL list
Cheers,
_
Qt/KDE Developer
Debian User
Thanks
Hi
Thanks a lot for the help. %U made it work correctly.
I've seen that %F works too. Maybe this last one is better as I usually drop files onto the application, not URLs.
And btw, no, it's not a personal app. it is kprinter.
Ciao
Kilo