if (!desktop.isSupported(a)) {
errors.add(I18N.t("{0}-Aktion wird nicht unterstützt.", a), Priority.INFO_INT);
}
// abort?
return errors.showOk();
} catch (final Throwable t) {
YEx.info("Can not run system action " + a + " for " + path, t);
}
return true;