diff --git a/src/global.h b/src/global.h index deaa112..36bc21e 100644 --- a/src/global.h +++ b/src/global.h @@ -443,7 +443,7 @@ inline QPair processUnitName(const QString &unitName) auto app = unitName.sliced(0, lastDotIndex); auto components = app.split('-'); - if (components.size() < 3) { + if (components.size() < 2) { qDebug() << unitName << "is not a xdg application ignore"; return {}; }