From 577cf348a4fa9c75f5c62e8e670ae684b9dafe9e Mon Sep 17 00:00:00 2001 From: Eric Renfro Date: Mon, 5 Sep 2022 22:15:06 -0400 Subject: [PATCH] Fixed typo on login desktop session --- PKGBUILD | 2 +- src/xfce-session-target.desktop | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index f0d61ef..cecd203 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ pkgname=xfce-session-systemd pkgdesc='systemd Integration for xfce-session' pkgver=1.3 -pkgrel=1 +pkgrel=2 arch=('any') url="https://git.linux-help.org/infusix/$pkgname" license=('GPL') diff --git a/src/xfce-session-target.desktop b/src/xfce-session-target.desktop index 78c369c..a4ec574 100644 --- a/src/xfce-session-target.desktop +++ b/src/xfce-session-target.desktop @@ -2,6 +2,6 @@ Name=xfce-session.target Login Comment=Start xfce-session.target Type=Application -Exec=/usr/local/bin/xfce-session-target.sh login +Exec=/usr/lib/xfce4/session/xfce-session-target.sh login X-GNOME-Autostart-Phase=Initialization OnlyShowIn=Xfce