Skip to content

Commit

Permalink
cosmic-greeter: Fix display-manager service link
Browse files Browse the repository at this point in the history
Signed-off-by: Ikey Doherty <[email protected]>
  • Loading branch information
ikeycode committed Sep 10, 2024
1 parent f415d26 commit 0b131cb
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 2 deletions.
Binary file modified c/cosmic-greeter/manifest.x86_64.bin
Binary file not shown.
2 changes: 1 addition & 1 deletion c/cosmic-greeter/manifest.x86_64.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@
}
},
"source-name": "cosmic-greeter",
"source-release": "7",
"source-release": "8",
"source-version": "1.0.0-alpha.1"
}
13 changes: 13 additions & 0 deletions c/cosmic-greeter/pkg/fix-service.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
diff --git a/debian/cosmic-greeter.service b/debian/cosmic-greeter.service
index 278e591..70dcad3 100644
--- a/debian/cosmic-greeter.service
+++ b/debian/cosmic-greeter.service
@@ -17,6 +17,5 @@ RestartSec=1
StartLimitBurst=5
StartLimitInterval=30

-# Managed by debconf
-#[Install]
-#Alias=display-manager.service
+[Install]
+Alias=display-manager.service
4 changes: 3 additions & 1 deletion c/cosmic-greeter/stone.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#
name : cosmic-greeter
version : "1.0.0-alpha.1"
release : 7
release : 8
summary : Cosmic Desktop Greeter
license : GPL-3.0
homepage : https://github.com/pop-os/cosmic-greeter
Expand All @@ -31,6 +31,8 @@ tuning :
- lto: thin
setup : |
%cargo_fetch
# display manager link
%patch %(pkgdir)/fix-service.patch
# debianism, /etc/default/locale
%patch %(pkgdir)/no-env-default-locale.patch
build : |
Expand Down

0 comments on commit 0b131cb

Please sign in to comment.