<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">On 12 February 2014 01:23, Zsolt Ero <span dir="ltr"><<a href="mailto:zsolt@kano.me" target="_blank">zsolt@kano.me</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<div dir="ltr">At the moment, this is the way I install it (in preferences stable has a preference over testing)<div><div>apt-get install gir1.2-lightdm-1 python-gobject lightdm gir1.2-gtk-3.0 liblightdm-gobject-1-0/testing</div>
</div></div></blockquote><div><br></div><div>I would think that you would also want gir1.2-lightdm-1 to come from testing to match liblightdm-gobject-1-0 but I guess the packaging dependencies work this out anyway? Also, while the daemon (lightdm) should work with newer versions of liblightdm in general it would be safer to have the same versions of these.<br>
<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div><div>

</div>Can you tell me what is the best way to start making the very simple login screen of Matt Fischer's example into a full-screen GUI window with avatars?<div><br></div><div>Should I edit the .ui file with some GUI tool, like Glade? How do you mix program logic and GUI, for example when you want to have a GUI with an unknown number of users/avatars?</div>
</div></blockquote><div><br></div><div>This is more of a general GTK+ development question better solved elsewhere. I'd recommend looking at some existing greeters [1] [2] which use user icons for ideas on how to implement this. You may also find these existing greeters already provide closer to what you want.<br>
<br></div><div>--Robert<br></div><div><br>[1] <a href="https://launchpad.net/lightdm-gtk-greeter">https://launchpad.net/lightdm-gtk-greeter</a><br>[2] <a href="https://launchpad.net/pantheon-greeter">https://launchpad.net/pantheon-greeter</a><br>
</div></div></div></div>