Bug 312670 - Indicator for active sessions at the userbar-themed greeter
Summary: Indicator for active sessions at the userbar-themed greeter
Status: RESOLVED FIXED
Alias: None
Product: lightdm
Classification: Miscellaneous
Component: theme-userbar (show other bugs)
Version: unspecified
Platform: Ubuntu Linux
: NOR wishlist
Target Milestone: ---
Assignee: David Edmundson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-05 12:40 UTC by Michael D
Modified: 2013-01-30 15:30 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In: 0.4.0


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael D 2013-01-05 12:40:35 UTC
There is currently no indicator in the userbar-themed greeter showing which accounts are active (logged into). This is a useful feature implemented in OS X (e.g. 10.8 Mountain Lion), indicated by a green checkmark on the user's account image.

Reproducible: Always

Steps to Reproduce:
1. Have multiple accounts active
2. Enter the lightdm greeter
Actual Results:  
One is presented a bunch of users with no way of telling which of them is active.

Expected Results:  
One is presented with a bunch of users, where active ones are indicated

Kubuntu 12.10
Comment 1 David Edmundson 2013-01-14 00:52:09 UTC
I agree. 
Should be pretty easy to do.
Comment 2 David Edmundson 2013-01-30 15:05:55 UTC
Git commit 4cc938557ea6786fbae6c821c764fa92605f3096 by David Edmundson, on behalf of Floris Andrei Stoica-Marcu.
Committed on 30/01/2013 at 16:03.
Pushed by davidedmundson into branch 'master'.

Add an indicator to LightDM Userbar theme to show if a user is already logged in

DIGEST:

M  +10   -0    themes/userbar/contents/ui/Face.qml
M  +1    -0    themes/userbar/contents/ui/main.qml

http://commits.kde.org/lightdm/4cc938557ea6786fbae6c821c764fa92605f3096
Comment 3 Michael D 2013-01-30 15:30:52 UTC
Wow, that was fast. Great work.