I'd like to install and use mdm over lightdm with Cinnamon.
I've installed mdm, but gksudo mdmsetup just opens a dialogue requesting authentication, then immediately exits with code 1. There's nothing in any system logs.
Am I missing a package, or should I configure by hand?
Here are the results requested in the comments:
$ uname -a
Linux mint-kitty 4.2.0-24-generic #29-Ubuntu 15.10 SMP Mon Jan 11 18:00:07 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
$ apt-cache policy mdm
mdm:
Installed: 0.1.3-2.1
Candidate: 0.1.3-2.1
Version table:
*** 0.1.3-2.1 0
500 http://us.archive.ubuntu.com/ubuntu/ wily/universe amd64 Packages
100 /var/lib/dpkg/status
$ which mdmsetup
process terminated with exit status 2
mint-mdm-themesormdm-themeseven after adding that repository. – cat Jan 11 '16 at 16:04gksudo mdmsetupjust try sudo dpkg-reconfigure mdm and then select mdm from the list and press ok. Then try to reboot your system. ifsudo dpkg-reconfigure mdmdoesn't work then you can also trysudo dpkg-reconfigure lightdmand then select mdm from the list. – Saurav Kumar Jan 12 '16 at 17:01sudo apt-get update. – QwertyChouskie Jan 14 '16 at 21:16apt-cache policy mdmandwhich mdmsetup– user.dz Jan 15 '16 at 20:19apt search mdmsetupandapt install mdmsetupreturnE: Unable to locate package mdmsetup– cat Jan 15 '16 at 20:27