community/gnome-clocks: add HiddenUnderSystemd param to xdg autostart

This tells gnome-session to skip starting gnome-clocks under systemd, so that systemd can be used to manage the service.
This commit is contained in:
Clayton Craft 2024-09-03 16:57:21 -07:00 committed by omni
parent 3aa51d61bf
commit bcca1ba77e
2 changed files with 3 additions and 2 deletions

View File

@ -2,7 +2,7 @@
# Maintainer: team/gnome <ablocorrea@hotmail.com>
pkgname=gnome-clocks
pkgver=46.0
pkgrel=1
pkgrel=2
pkgdesc="Clock application designed for GNOME 3"
url="https://wiki.gnome.org/Apps/Clocks"
arch="all"
@ -51,5 +51,5 @@ sha512sums="
37e91c6355d21be94386f5ad7266998c87f138ab5d4274d5caf08a9941499944d8c3ee2d44fb6654a227cb48665ad9ee2ed0f919cb03a1122d7c1ed935cfc353 gnome-clocks-46.0.tar.xz
3d15cbb38c749fc9d2731043346f450f7829244704157a02f5c0fb7131a9aaf90b57fab5a35dba0023bc1b774d2cb109629cb7c3fef25fe554a94162178bb4a9 0001-waked-support.patch
ffb93c5e5ff4f888c3e1308142af332f15293b84018b262398f7a41216bc1b91eb1c02bd551db079b4e35cca184c70462d8fa900a94f3afeadb033ff41046b55 0002-Add-argument-to-start-initial-instance-in-the-backgr.patch
49126e7428054e87d861468aa714637f2034b620f34aba6b898c7c187524ee5057596bbcebec9bdec471336e8df1edbf48c2ef594898d0e6c559b1f19af39510 gnome-clocks.desktop
c8439890965b8c81f61381559282935eafc86fcb6d3c537048ab9366249a3daabc50bce96218e2724e5740c06b029e3f9484977f615b0620117d333b0b010790 gnome-clocks.desktop
"

View File

@ -4,3 +4,4 @@ Name=Autostart gnome-clocks in background mode for alarms
Exec=/usr/bin/gnome-clocks -b
Terminal=false
X-GNOME-AutoRestart=true
X-GNOME-HiddenUnderSystemd=true