diff --git a/apps/app-launch-helper/src/main.cpp b/apps/app-launch-helper/src/main.cpp index ab219b6c..1282dc83 100644 --- a/apps/app-launch-helper/src/main.cpp +++ b/apps/app-launch-helper/src/main.cpp @@ -271,6 +271,7 @@ int processKVPair(msg_ptr msg, std::unordered_map cmdParse(msg_ptr &msg, const std::vector &cmdLines) { std::string unitName; + std::string syslogIdentifier; std::unordered_map> props; size_t cursor{0}; @@ -311,6 +312,11 @@ std::optional cmdParse(msg_ptr &msg, const std::vector cmdParse(msg_ptr &msg, const std::vectorid()), instanceRandomUUID); + newCommands << QStringLiteral("--SyslogIdentifier=%1").arg(this->id()); newCommands << QStringLiteral("--SourcePath=%1").arg(m_desktopSource.sourcePath()); newCommands << std::move(cmds);