aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dbus/vm_applications/apps.proto4
1 files changed, 4 insertions, 0 deletions
diff --git a/dbus/vm_applications/apps.proto b/dbus/vm_applications/apps.proto
index cf76bed..31054fc 100644
--- a/dbus/vm_applications/apps.proto
+++ b/dbus/vm_applications/apps.proto
@@ -30,6 +30,10 @@ message App {
bool no_display = 5;
string startup_wm_class = 6;
bool startup_notify = 7;
+
+ // If set, the package_id of the installed package that owns this .desktop
+ // file. If not set, the .desktop file is not owned by an installed package.
+ string package_id = 8;
}
message ApplicationList {