[vte] systemd: Place vte into app.slice rather than apps.slice



commit 9e6647a1fe53c36e59da0ebd850d81bda332cd37
Author: Benjamin Berg <bberg redhat com>
Date:   Tue May 5 15:44:33 2020 +0200

    systemd: Place vte into app.slice rather than apps.slice
    
    To avoid confusion, we have updated the systemd specification to use
    app.slice rather than apps.slice. Update the use here accordingly.
    
    This change is in no way urgent as other software is not using the
    conventions yet.
    
    See https://github.com/systemd/systemd/pull/15647
    
    Closes: #240

 src/systemd.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/systemd.cc b/src/systemd.cc
index 7610b49f..fbd9d765 100644
--- a/src/systemd.cc
+++ b/src/systemd.cc
@@ -84,7 +84,7 @@ create_scope_for_pid_sync(pid_t pid,
                 free(slice);
         } else {
                 // Fallback
-                g_variant_builder_add(builder, "(sv)", "Slice", 
g_variant_new_string("apps-org.gnome.vte.slice"));
+                g_variant_builder_add(builder, "(sv)", "Slice", 
g_variant_new_string("app-org.gnome.vte.slice"));
         }
 
         g_variant_builder_close(builder); // a(sv)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]