Skip to content

Commit

Permalink
Fix the installation of the xsession file (LP: #1771681).
Browse files Browse the repository at this point in the history
  • Loading branch information
tsimonq2 committed May 17, 2018
1 parent 01f75bf commit 27bd7af
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 8 deletions.
3 changes: 0 additions & 3 deletions Makefile
Expand Up @@ -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 changes: 6 additions & 0 deletions 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 <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
Expand Down
5 changes: 5 additions & 0 deletions 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
5 changes: 0 additions & 5 deletions src/usr/share/xsessions/Lubuntu.desktop.in

This file was deleted.

0 comments on commit 27bd7af

Please sign in to comment.