Skip to content

Commit c22df2b

Browse files
committed
Add scope description
1 parent 24be8e9 commit c22df2b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/AppSystem/App.vala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,7 @@ public class Dock.App : Object {
206206
builder.add ("s", "fail");
207207

208208
builder.open (new VariantType ("a(sv)"));
209+
builder.add ("(sv)", "Description", new Variant.string ("Application launched by %s".printf (GLib.Application.get_default ().application_id)));
209210
builder.add ("(sv)", "PIDs", new Variant.array (VariantType.UINT32, { (uint32) pid }));
210211

211212
// Default to let systemd garbage collect failed applications we launched.

0 commit comments

Comments
 (0)