Re: Re: Add loop device interface to Solid framework

2020-06-10 Thread Kwon-Young Choi
t: Re: Add loop device interface to Solid framework > Message-ID: > > Content-Type: text/plain; charset="utf-8" > > Instead of directly calling DBus you could perhaps use > https://github.com/udisks-qt/udisks-qt > would be good to have more testing so I could do a fi

Re: Add loop device interface to Solid framework

2020-06-09 Thread Daniel Nicoletti
Instead of directly calling DBus you could perhaps use https://github.com/udisks-qt/udisks-qt would be good to have more testing so I could do a final release. Em sáb., 6 de jun. de 2020 às 11:30, Kwon-Young Choi < kwon-young.c...@hotmail.fr> escreveu: > Hello, > > I have recently made a plugin f

Add loop device interface to Solid framework

2020-06-06 Thread Kwon-Young Choi
Hello, I have recently made a plugin for dolphin to mount and unmount iso files: https://invent.kde.org/sdk/dolphin-plugins/-/merge_requests/1 This plugin uses DBus calls to directly communicate with UDisks2 to attach and detach a loop device backed by an iso file. While writing the plugin, I use