JonMagon / KDiskMark

A simple open-source disk benchmark tool for Linux distros
GNU General Public License v3.0
1.07k stars 43 forks source link

Why SingleApplication?.. #133

Closed tbone2k-git closed 11 months ago

tbone2k-git commented 11 months ago

I read in the description, that KDiskMark references SingleApplication library to prevent multiple application launches. Is this optional somehow, or does KDiskMark only allow one instance by default?

If yes, I'm curious to why that limitation is there? I recall myself running multiple CrystalDiskMark instances on Windows to compare drives currently connected and to screenshot them alltogether e.g., so if possible, I'd like to be able to run multiple KDiskMark instances as well of course! o)

Thank you! o)

JonMagon commented 11 months ago

In the native package, benchmarking is done with a helper via DBus, which has only one instance at a time. Launching the second instance of the application itself is blocked so as not to cause errors. A flag to bypass this behavior is planned.

You can still run multiple AppImage instances.