Running GDM 3.10.0.1-0ubuntu3+multiseat0 from the multiseat PPA, we see:
/etc/init.d/gdm: 79: /etc/init.d/gdm: Syntax error: "fi" unexpected
(expecting "}")
This is due to an extraneous 'fi'. This fixes it:
root@xps:/lib/systemd# diff -u /etc/init.d/gdm- /etc/init.d/gdm
--- /etc/init.d/gdm- 2014-09-20 23:50:58.452866239 +0800
+++ /etc/init.d/gdm 2014-09-20 23:51:08.916866703 +0800
@@ -75,7 +75,6 @@
fi
echo "Updating dconf for gdm..."
dconf update
- fi
fi
}
Thanks,
Daniel
--
Daniel J Blueman
--
Mailing list: https://launchpad.net/~ubuntu-multiseat
Post to : [email protected]
Unsubscribe : https://launchpad.net/~ubuntu-multiseat
More help : https://help.launchpad.net/ListHelp