From 2647235691ad8e6b9c06cc5feff4d362c85e37ab Mon Sep 17 00:00:00 2001 From: Robert Tari Date: Thu, 8 May 2025 23:07:09 +0200 Subject: Add desktop greeter profile Fixes https://salsa.debian.org/ubports-team/lomiri/-/issues/44 --- src/service.vala | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/service.vala') diff --git a/src/service.vala b/src/service.vala index 524175d..80ccea6 100644 --- a/src/service.vala +++ b/src/service.vala @@ -1,5 +1,6 @@ /* * Copyright 2013 Canonical Ltd. + * Copyright 2025 Robert Tari * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -16,6 +17,7 @@ * Authors: * Charles Kerr * Robert Ancell + * Robert Tari */ /** @@ -54,6 +56,7 @@ public class Service: Object profiles = new HashTable (str_hash, str_equal); profiles.insert ("phone", new Phone (bluetooth, actions)); profiles.insert ("desktop", new Desktop (bluetooth, actions)); + profiles.insert ("greeter", new Greeter (bluetooth, actions)); } public int run () -- cgit v1.2.3