From 614c910d09ec24a1a39946b0d279ceadb8cc193c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rub=C3=A9n=20Rodr=C3=ADguez?= <ruben@trisquel.info> Date: Mon, 11 Aug 2014 20:17:53 +0200 Subject: [PATCH] Fixed gnome-session to make it start on lightdm --- helpers/make-gnome-session | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/helpers/make-gnome-session b/helpers/make-gnome-session index 849861d9..f6728935 100644 --- a/helpers/make-gnome-session +++ b/helpers/make-gnome-session @@ -17,7 +17,7 @@ # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # -VERSION=1 +VERSION=2 COMPONENT=main QUILT=skip @@ -34,6 +34,8 @@ quilt push -a rm debian/ubuntu-session.* sed '/Package: ubuntu-session/,/^$/d' debian/control -i +echo "X-LightDM-DesktopName=GNOME" >> ./data/gnome.desktop.in + changelog "Adapted for Trisquel" compile -- GitLab