For one part of the patch to cleanly fix bug 66899 (right-click on Floppy desktop Icon ->
Actions -> Format doesn't work) I would need to add a new string (commandline
option) to kdeutils/kfloppy/kfloppy.cpp:
static const KCmdLineOptions options[] =
{
{ "+[device]", I18N_NOOP("Default Device"), 0 },
KCmdLineLastOption
};
Ok to commit ?