Re: Is it possible to mock an external drive (for unit testing)?

2018-03-13 Thread Roman Chistokhodov
I'm not sure how you're gonna to make identification more reliable, but you can use fuse to create mountpoints in user space. E.g. using archievemount you can mount some archive and the files in the mountpoint will have another device id. Fuse must be available on the target OS of course. On Mon,

Re: Sending the list of files from Ark to another application via Drag & Drop

2017-09-26 Thread Roman Chistokhodov
settembre 2017 03:16:52 CEST, Roman Chistokhodov wrote: > >> DBus interface org.kde.ark.DndExtract has a method called >> extractSelectedFilesTo, but I could not find a way to get the list of >> extracted files. Is there one? >> > > There is no such method. But of

Sending the list of files from Ark to another application via Drag & Drop

2017-09-24 Thread Roman Chistokhodov
DBus interface org.kde.ark.DndExtract has a method called extractSelectedFilesTo, but I could not find a way to get the list of extracted files. Is there one? Use case: Drag some file from the archive opened in Ark, drop it to another application (e.g. Kate), effectively opening the file. The