diff --git a/Makefile b/Makefile index d302e69..fc9894e 100644 --- a/Makefile +++ b/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 diff --git a/debian/changelog b/debian/changelog index 14e1357..02dfb9a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +lubuntu-default-settings (1.1) cosmic; urgency=high + + * Fix the installation of the xsession file (LP: #1771681). + + -- Simon Quigley 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 diff --git a/src/usr/share/xsessions/Lubuntu.desktop b/src/usr/share/xsessions/Lubuntu.desktop new file mode 100644 index 0000000..4f8f3d6 --- /dev/null +++ b/src/usr/share/xsessions/Lubuntu.desktop @@ -0,0 +1,5 @@ +[Desktop Entry] +Name=Lubuntu session +Comment=Lubuntu session using LXQt +Exec=/usr/bin/startlxqt +Type=Application diff --git a/src/usr/share/xsessions/Lubuntu.desktop.in b/src/usr/share/xsessions/Lubuntu.desktop.in deleted file mode 100644 index 88a282c..0000000 --- a/src/usr/share/xsessions/Lubuntu.desktop.in +++ /dev/null @@ -1,5 +0,0 @@ -[Desktop Entry] -_Name=Lubuntu session -_Comment=Lubuntu session using LXQt -Exec=/usr/bin/startlxqt -Type=Application