Fix the installation of the xsession file (LP: #1771681).
This commit is contained in:
parent
01f75bf742
commit
27bd7afdc0
3
Makefile
3
Makefile
@ -6,7 +6,4 @@ install:
|
||||
mkdir -pv $(DESTDIR)
|
||||
cp -a src/etc src/usr $(DESTDIR)/.
|
||||
|
||||
# remove some remaining files
|
||||
find $(DESTDIR) -type f -iname "*.in" | xargs rm -f
|
||||
|
||||
# vim:ts=4
|
||||
|
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
||||
lubuntu-default-settings (1.1) cosmic; urgency=high
|
||||
|
||||
* Fix the installation of the xsession file (LP: #1771681).
|
||||
|
||||
-- Simon Quigley <tsimonq2@ubuntu.com> Wed, 16 May 2018 22:01:01 -0500
|
||||
|
||||
lubuntu-default-settings (1.0) cosmic; urgency=medium
|
||||
|
||||
* Move obsolete configuration files to another repository, and convert
|
||||
|
5
src/usr/share/xsessions/Lubuntu.desktop
Normal file
5
src/usr/share/xsessions/Lubuntu.desktop
Normal file
@ -0,0 +1,5 @@
|
||||
[Desktop Entry]
|
||||
Name=Lubuntu session
|
||||
Comment=Lubuntu session using LXQt
|
||||
Exec=/usr/bin/startlxqt
|
||||
Type=Application
|
@ -1,5 +0,0 @@
|
||||
[Desktop Entry]
|
||||
_Name=Lubuntu session
|
||||
_Comment=Lubuntu session using LXQt
|
||||
Exec=/usr/bin/startlxqt
|
||||
Type=Application
|
Loading…
x
Reference in New Issue
Block a user