Skip to content

dbusactivationrunner: only activate well-formed services

Harald Sitter requested to merge work/sitter/dbusactivatewellformednames into master

From the specification:

The application must name its desktop file in accordance with the naming recommendations in the introduction section (e.g. the filename must be like org.example.FooViewer.desktop).

When an application is in violation of this we'll not dbus activate it lest libdbus assert crashes in our face

BUG: 475266

Merge request reports