Fixed typo on login desktop session
This commit is contained in:
parent
19d141d8f6
commit
577cf348a4
2 changed files with 2 additions and 2 deletions
2
PKGBUILD
2
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')
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue