User list rather than dropdown

Asked by Tom Slominski

Hi.

Is it possible to configure the GTK+ greeter so that a list of user accounts is displayed, rather than a dropdown? I'm using lightdm-gtk 1.6.1 on Fedora 20.

Question information

Language:
English Edit question
Status:
Solved
For:
LightDM GTK Greeter Edit question
Assignee:
No assignee Edit question
Solved by:
Simon Steinbeiß
Solved:
Last query:
Last reply:
Revision history for this message
Padfoot (padfoot) said :
#1

The greeter UI is compiled into the binary. It can be changed with a patch and re-building. Beware though, it's not as simple as just patching the UI file. You may need to patch the greeter code itself to take into account possible different gtk widgets and signals etc.

Cheers.

Revision history for this message
Tom Slominski (tomslominski) said :
#2

Would it be viable to submit this as a feature request?

Revision history for this message
Tom Slominski (tomslominski) said :
#3

Also, thanks. I forgot to add that, how rude of me.

Revision history for this message
Simon Steinbeiß (ochosi) said :
#4

Well there's a practical reason we switched to a combobox, and that is if you have many users, the list-widget could exceed your screen-size, and then you'd have to scroll.

Why would you want/need it?

Revision history for this message
Tom Slominski (tomslominski) said :
#5

Hi, thanks for your reply.

For not as advanced users like my parents, a simple list with all users
visible at a time is far easier to understand than a dropdown. My mum
particularly was distressed about her name only being visible on the
screen. I doubt there is any one solution that is perfect for all use cases.

----------------------
Thanks, Tom Slominski

Guest blogger for Ohso
Zone controller for Larks in the Park
tomslominski.net

InRealLife takes us on a journey from the bedrooms of British teenagers to
the world of Silicon Valley, to find out what exactly the internet is doing
to our children. Order the film, including my contribution to it from
Amazon and Dogwoof DVD.
On 15 Feb 2014 10:41, "Simon Steinbeiß" <
<email address hidden>> wrote:

> Your question #242410 on LightDM GTK+ Greeter changed:
> https://answers.launchpad.net/lightdm-gtk-greeter/+question/242410
>
> Status: Open => Needs information
>
> Simon Steinbeiß requested more information:
> Well there's a practical reason we switched to a combobox, and that is
> if you have many users, the list-widget could exceed your screen-size,
> and then you'd have to scroll.
>
> Why would you want/need it?
>
> --
> To answer this request for more information, you can either reply to
> this email or enter your reply at the following page:
> https://answers.launchpad.net/lightdm-gtk-greeter/+question/242410
>
> You received this question notification because you asked the question.
>

Revision history for this message
Best Simon Steinbeiß (ochosi) said :
#6

In the upcoming Xubuntu release, the name of the currently selected user is bigger, as is the arrow of the combobox. I hope this will help users see the important bit of the greeter immediately.

I hope your mother will get used to this or understand the combobox after you've shown/explained it to her. I'm not sure what else we can do about this...

Revision history for this message
Tom Slominski (tomslominski) said :
#7

Thanks Simon Steinbeiß, that solved my question.