--- Begin Message ---
Package: release.debian.org
Severity: normal
X-Debbugs-Cc: lomiri-indicator-transfer@packages.debian.org
Control: affects -1 + src:lomiri-indicator-transfer
User: release.debian.org@packages.debian.org
Usertags: unblock
Please unblock package lomiri-indicator-transfer
In Lomiri Greeter, there is a placeholder cogwheel icon shown instead of
the transfer indicator icon without functionality. This is caused by the
transfer indicator not being started in Lomiri Greeter.
[ Reason ]
Get rid of the placeholder icon and show the transfer indicator icon in
Lomiri Greeter. At the moment there is no functionality exposed to the
greeter. To some degree, this is a cosmetic fix (as the placeholder icon
also show 'lomiri-indicator-transfer' under the icon which breaks the
layout quite a bit.
[ Impact ]
Lomiri Greeter UI in systray looking slightly clobbered.
[ Tests ]
Manual tests on a Debian 13 convertible with Lomiri installed.
[ Risks ]
Minimal, only for Lomiri Greeter users.
[ Checklist ]
[x] all changes are documented in the d/changelog
[x] I reviewed all changes and I approve them
[x] attach debdiff against the package in testing
[ Other info ]
unblock lomiri-indicator-transfer/1.2.0-2
diff -Nru lomiri-indicator-transfer-1.2.0/debian/changelog lomiri-indicator-transfer-1.2.0/debian/changelog
--- lomiri-indicator-transfer-1.2.0/debian/changelog 2024-11-23 14:05:53.000000000 +0100
+++ lomiri-indicator-transfer-1.2.0/debian/changelog 2025-06-06 15:55:40.000000000 +0200
@@ -1,9 +1,13 @@
-lomiri-indicator-transfer (1.2.0-1.1) unstable; urgency=medium
+lomiri-indicator-transfer (1.2.0-2) unstable; urgency=medium
- * Non-maintainer upload.
- * No change source-only upload for testing migration.
+ * debian/patches:
+ + Add 0001_data-com.lomiri.indicator.transfer-Add-desktop_greet.patch.
+ Also show transfer indicator in Lomiri Greeter on Desktop.
+ * debian/rules:
+ + Add dh_auto_clean override, cleaning up build cruft after build. (Closes:
+ #1049123).
- -- Boyuan Yang <byang@debian.org> Sat, 23 Nov 2024 08:05:53 -0500
+ -- Mike Gabriel <sunweaver@debian.org> Fri, 06 Jun 2025 15:55:40 +0200
lomiri-indicator-transfer (1.2.0-1) unstable; urgency=medium
diff -Nru lomiri-indicator-transfer-1.2.0/debian/patches/0001_data-com.lomiri.indicator.transfer-Add-desktop_greet.patch lomiri-indicator-transfer-1.2.0/debian/patches/0001_data-com.lomiri.indicator.transfer-Add-desktop_greet.patch
--- lomiri-indicator-transfer-1.2.0/debian/patches/0001_data-com.lomiri.indicator.transfer-Add-desktop_greet.patch 1970-01-01 01:00:00.000000000 +0100
+++ lomiri-indicator-transfer-1.2.0/debian/patches/0001_data-com.lomiri.indicator.transfer-Add-desktop_greet.patch 2025-05-15 09:20:28.000000000 +0200
@@ -0,0 +1,28 @@
+From b6bfeee0b3c205e4d7c392deaf858c5f7d670082 Mon Sep 17 00:00:00 2001
+From: Robert Tari <robert@tari.in>
+Date: Fri, 9 May 2025 19:19:52 +0200
+Subject: [PATCH] data/com.lomiri.indicator.transfer: Add desktop_greeter
+ section
+
+fixes https://salsa.debian.org/ubports-team/lomiri/-/issues/44
+
+Signed-off-by: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
+---
+ data/com.lomiri.indicator.transfer | 4 ++++
+ 1 file changed, 4 insertions(+)
+
+diff --git a/data/com.lomiri.indicator.transfer b/data/com.lomiri.indicator.transfer
+index c26817d..c002f5d 100644
+--- a/data/com.lomiri.indicator.transfer
++++ b/data/com.lomiri.indicator.transfer
+@@ -13,3 +13,7 @@ Position=71
+ [phone_greeter]
+ ObjectPath=/com/lomiri/indicator/transfer/phone
+ Position=71
++
++[desktop_greeter]
++ObjectPath=/com/lomiri/indicator/transfer/phone
++Position=71
+--
+2.47.2
+
diff -Nru lomiri-indicator-transfer-1.2.0/debian/patches/series lomiri-indicator-transfer-1.2.0/debian/patches/series
--- lomiri-indicator-transfer-1.2.0/debian/patches/series 2024-11-23 14:05:43.000000000 +0100
+++ lomiri-indicator-transfer-1.2.0/debian/patches/series 2025-05-15 09:20:47.000000000 +0200
@@ -1,2 +1,3 @@
1001_ship-indicator-service-in-libexec.patch
1002_spelling-fixes.patch
+0001_data-com.lomiri.indicator.transfer-Add-desktop_greet.patch
diff -Nru lomiri-indicator-transfer-1.2.0/debian/rules lomiri-indicator-transfer-1.2.0/debian/rules
--- lomiri-indicator-transfer-1.2.0/debian/rules 2024-11-23 14:05:43.000000000 +0100
+++ lomiri-indicator-transfer-1.2.0/debian/rules 2025-06-06 15:55:40.000000000 +0200
@@ -13,5 +13,9 @@
ctest -j1 --output-on-failure
endif
+override_dh_auto_clean:
+ dh_auto_clean
+ rm Testing -Rfv
+
get-orig-source:
uscan --noconf --force-download --rename --download-current-version --destdir=..
--- End Message ---