Fixed typo on login desktop session
This commit is contained in:
parent
19d141d8f6
commit
c0d2c51aa6
2 changed files with 2 additions and 2 deletions
2
PKGBUILD
2
PKGBUILD
|
@ -3,7 +3,7 @@
|
||||||
pkgname=xfce-session-systemd
|
pkgname=xfce-session-systemd
|
||||||
pkgdesc='systemd Integration for xfce-session'
|
pkgdesc='systemd Integration for xfce-session'
|
||||||
pkgver=1.3
|
pkgver=1.3
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
arch=('any')
|
arch=('any')
|
||||||
url="https://git.linux-help.org/infusix/$pkgname"
|
url="https://git.linux-help.org/infusix/$pkgname"
|
||||||
license=('GPL')
|
license=('GPL')
|
||||||
|
|
|
@ -2,6 +2,6 @@
|
||||||
Name=xfce-session.target Login
|
Name=xfce-session.target Login
|
||||||
Comment=Start xfce-session.target
|
Comment=Start xfce-session.target
|
||||||
Type=Application
|
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
|
X-GNOME-Autostart-Phase=Initialization
|
||||||
OnlyShowIn=Xfce
|
OnlyShowIn=Xfce
|
||||||
|
|
Loading…
Reference in a new issue