[Indicators] Complete greeter profiles
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Indicator Date and Time |
Invalid
|
High
|
Unassigned | ||
Messaging Menu |
Fix Released
|
High
|
Ted Gould | ||
Transfer Indicator |
Fix Released
|
High
|
Ted Gould | ||
Ubuntu UX |
Critical
|
Olga Kemmet | |||
gsettings-ubuntu-touch-schemas (Ubuntu) |
Undecided
|
Unassigned | |||
indicator-datetime (Ubuntu) |
Undecided
|
Unassigned | |||
indicator-messages (Ubuntu) |
High
|
Ted Gould | |||
indicator-sound (Ubuntu) |
High
|
Ted Gould | |||
indicator-transfer (Ubuntu) |
High
|
Ted Gould | |||
ubuntu-system-settings (Ubuntu) |
Critical
|
Michael Terry | |||
unity8 (Ubuntu) |
Critical
|
Nick Dedekind | |||
unity8 (Ubuntu RTM) |
Undecided
|
Unassigned |
Bug Description
A recent change in the interest of security removed access to the indicators when the phone is locked and the greeter is showing.
This was an accentual change based on a misunderstanding
There had been a plan to support media playback control via the sound indicator. Without this the user must unlock the phone in order to simply pause the music or change songs, etc.
-------
Desired resolution:
- Revert the change that caused this issue
- Add a switch to System Settings to enable security conscious user to switch off Launcher and Greeter access while the phone is locked. This setting should *always* be off by default. <https:/
Related branches
- Albert Astals Cid (community): Approve on 2014-08-28
- PS Jenkins bot (community): Needs Fixing (continuous-integration) on 2014-08-26
-
Diff: 304 lines (+105/-8)7 files modifieddebian/control (+1/-1)
plugins/AccountsService/AccountsService.cpp (+38/-0)
plugins/AccountsService/AccountsService.h (+14/-0)
qml/Shell.qml (+2/-2)
tests/mocks/AccountsService/AccountsService.cpp (+24/-0)
tests/mocks/AccountsService/AccountsService.h (+16/-0)
tests/qmltests/tst_ShellWithPin.qml (+10/-5)
- Sebastien Bacher (community): Approve on 2014-08-26
- PS Jenkins bot: Needs Fixing (continuous-integration) on 2014-08-26
- Ken VanDine: Needs Fixing on 2014-08-22
- Matthew Paul Thomas: Pending (design) requested 2014-08-20
-
Diff: 178 lines (+92/-16)4 files modifieddebian/control (+1/-1)
plugins/security-privacy/PhoneLocking.qml (+29/-8)
plugins/security-privacy/securityprivacy.cpp (+48/-7)
plugins/security-privacy/securityprivacy.h (+14/-0)
- Charles Kerr (community): Approve on 2014-11-03
- PS Jenkins bot (community): Approve (continuous-integration) on 2014-11-03
-
Diff: 624 lines (+373/-8)13 files modifiedconfigure.ac (+2/-1)
data/com.canonical.indicator.messages (+4/-1)
debian/control (+1/-0)
src/Makefile.am (+2/-0)
src/im-accounts-service.c (+223/-0)
src/im-accounts-service.h (+53/-0)
src/im-application-list.c (+9/-0)
src/im-menu.c (+33/-0)
src/im-menu.h (+2/-0)
src/im-phone-menu.c (+9/-4)
src/im-phone-menu.h (+2/-1)
src/messages-service.c (+3/-1)
tests/manual (+30/-0)
- Charles Kerr (community): Approve on 2014-10-08
- PS Jenkins bot (community): Approve (continuous-integration) on 2014-10-08
-
Diff: 624 lines (+373/-8)13 files modifiedconfigure.ac (+2/-1)
data/com.canonical.indicator.messages (+4/-1)
debian/control (+1/-0)
src/Makefile.am (+2/-0)
src/im-accounts-service.c (+223/-0)
src/im-accounts-service.h (+53/-0)
src/im-application-list.c (+9/-0)
src/im-menu.c (+33/-0)
src/im-menu.h (+2/-0)
src/im-phone-menu.c (+9/-4)
src/im-phone-menu.h (+2/-1)
src/messages-service.c (+3/-1)
tests/manual (+30/-0)
- Charles Kerr (community): Approve on 2014-11-03
- PS Jenkins bot (community): Approve (continuous-integration) on 2014-10-31
- Antti Kaijanmäki: Pending requested 2014-10-31
-
Diff: 33 lines (+26/-0)1 file modifiedtests/manual (+26/-0)
- Antti Kaijanmäki: Pending requested 2014-10-31
- PS Jenkins bot: Pending (continuous-integration) requested 2014-10-31
-
Diff: 33 lines (+26/-0)1 file modifiedtests/manual (+26/-0)
- Charles Kerr (community): Approve on 2014-11-03
- PS Jenkins bot (community): Approve (continuous-integration) on 2014-11-03
-
Diff: 10 lines (+1/-1)1 file modifieddata/com.canonical.indicator.transfer (+1/-1)
- Charles Kerr (community): Approve on 2014-10-03
- PS Jenkins bot (community): Approve (continuous-integration) on 2014-09-30
-
Diff: 10 lines (+1/-1)1 file modifieddata/com.canonical.indicator.transfer (+1/-1)
- Charles Kerr (community): Approve on 2014-11-05
- PS Jenkins bot (community): Approve (continuous-integration) on 2014-11-05
- Ted Gould: Pending requested 2014-11-05
-
Diff: 442 lines (+268/-9)5 files modifieddebian/changelog (+13/-0)
src/service.vala (+21/-2)
src/sound-menu.vala (+39/-1)
src/volume-control.vala (+96/-6)
tests/manual (+99/-0)
- Ted Gould: Pending requested 2014-11-05
-
Diff: 406 lines (+267/-2)5 files modifieddebian/changelog (+13/-0)
src/service.vala (+19/-0)
src/sound-menu.vala (+39/-1)
src/volume-control.vala (+97/-1)
tests/manual (+99/-0)
- PS Jenkins bot (community): Approve (continuous-integration) on 2015-02-10
- Nick Dedekind (community): Approve on 2015-02-10
- Michał Sawicz: Needs Information on 2014-12-10
- Albert Astals Cid (community): Abstain on 2014-11-20
- Olga Kemmet: Pending requested 2014-12-02
-
Diff: 630 lines (+201/-43)17 files modifiedplugins/Unity/Indicators/indicator.cpp (+23/-8)
plugins/Unity/Indicators/indicator.h (+5/-1)
plugins/Unity/Indicators/indicatorsmanager.cpp (+17/-3)
plugins/Unity/Indicators/indicatorsmanager.h (+6/-1)
plugins/Unity/Indicators/indicatorsmodel.cpp (+25/-2)
plugins/Unity/Indicators/indicatorsmodel.h (+6/-1)
plugins/Unity/Indicators/modelactionrootstate.cpp (+4/-2)
plugins/Unity/Indicators/unitymenumodelcache.cpp (+8/-11)
plugins/Unity/Indicators/unitymenumodelcache.h (+2/-2)
qml/Shell.qml (+3/-1)
tests/mocks/Unity/Indicators/fakeindicatorsmodel.cpp (+13/-1)
tests/mocks/Unity/Indicators/fakeindicatorsmodel.h (+6/-0)
tests/plugins/Unity/Indicators/indicatorsmanagertest.cpp (+30/-5)
tests/plugins/Unity/Indicators/indicatorsmodeltest.cpp (+6/-3)
tests/plugins/Unity/Indicators/sharedunitymenumodeltest.cpp (+2/-2)
tests/qmltests/tst_Shell.qml (+29/-0)
tests/qmltests/tst_ShellWithPin.qml (+16/-0)
description: | updated |
Changed in ubuntu-ux: | |
assignee: | nobody → Olga Kemmet (olga-kemmet) |
importance: | Undecided → Critical |
status: | New → Fix Committed |
Changed in unity8: | |
importance: | Undecided → Critical |
assignee: | nobody → Michael Terry (mterry) |
status: | New → Triaged |
Michał Sawicz (saviq) wrote : | #1 |
John Lea (johnlea) wrote : | #2 |
Enabling this setting should just prevent the user from accessing the launcher / indicators .
Pat McGowan (pat-mcgowan) wrote : | #3 |
Are there thoughts for a more complete design which would only disable certain interactions, but allowing others?
Such as media control, viewing battery usage, etc but not allowing the user to reply to messages, for example.
Michał Sawicz (saviq) wrote : | #4 |
I agree, disabling them altogether is not friendly at all.
Michael Terry (mterry) wrote : | #5 |
In London the plan I heard was for disabled-indicators to be the default with a toggle to enable it. I was waiting on the toggle text/mockup to implement that side of it.
But I can flip that logic easily enough and disable it by default. Working on it.
Changed in unity8: | |
status: | Triaged → In Progress |
Ted Gould (ted) wrote : | #6 |
The plan, which was signed off by design and Security in May is to do the following:
Settings
We will reuse the setting for the infographics. You export all information to the greeter or none. If you disable it all of the indicators and the infographics will be disabled. No fine grained control.
Messaging Menu
In the messaging on the greeter we will have all messages that are in the session. But on those messages we will only have the sender and the timestamp. There'll be no preview or other information shown about the message. Removing an item from the messaging menu in the greeter will update the state of the indicator in the session including the "clear all" functionality.
Date & Time Menu
We'll provide only the next five calendar items and the next alarms. Servicing an alarm in the greeter disables it for the session as well. Calendar items will prompt opening the calendar, which may require entering a PIN. We'll ensure that the alarm state on the panel is also conveyed.
Transfers Menu
On the transfers menu we'll keep the state of the icon the same as that in the session. In the menu we'll provide an aggregate of all transfers and provide the functionality to stop all of the current transfers. Individual transfer control will not be provided along with selecting a previous transfer to open the application. That functionality will only be provided in the session.
Sound Menu
We'll provide access to the currently playing media player. This includes the current track/album/artist information along with control of the media player. Volume will also be controllable.
Ted Gould (ted) wrote : | #7 |
Note, that e-mail was written in the context of the split greeter, but I don't believe the design changes based on that engineering distinction.
Michael Terry (mterry) wrote : | #8 |
And Ted, I believe unity8 exports all the information the indicators need. If as you implement things, you find that's not true, let me know.
description: | updated |
summary: |
- Indicators are not available when the phone is locked + [Indicators] are not available when the phone is locked |
Ted Gould (ted) wrote : | #9 |
Added bug tasks for the indicators that need greeter profiles as discussed above.
summary: |
- [Indicators] are not available when the phone is locked + [Indicators] Complete greeter profiles |
Changed in indicator-datetime: | |
status: | New → Confirmed |
Changed in indicator-messages: | |
status: | New → Confirmed |
Changed in indicator-sound: | |
status: | New → Confirmed |
Changed in indicator-transfer: | |
status: | New → Confirmed |
Changed in indicator-datetime: | |
importance: | Undecided → High |
Changed in indicator-messages: | |
importance: | Undecided → High |
Changed in indicator-sound: | |
importance: | Undecided → High |
Changed in indicator-transfer: | |
importance: | Undecided → High |
Changed in ubuntu-system-settings (Ubuntu): | |
assignee: | nobody → Michael Terry (mterry) |
importance: | Undecided → Critical |
status: | New → In Progress |
tags: | added: rtm14 touch-2014-08-28 |
Launchpad Janitor (janitor) wrote : | #10 |
This bug was fixed in the package gsettings-
---------------
gsettings-
[ Michael Terry ]
* Add EnableLauncherW
to com.ubuntu.
-- Ubuntu daily release <email address hidden> Wed, 27 Aug 2014 14:32:53 +0000
Changed in gsettings-ubuntu-touch-schemas (Ubuntu): | |
status: | New → Fix Released |
Launchpad Janitor (janitor) wrote : | #11 |
This bug was fixed in the package ubuntu-
---------------
ubuntu-
[ Michael Terry ]
* Implement the "When locked, allow:" portion of the Security &
Privacy panel, so now the user can control whether the launcher
and/or indicators are available while locked. (LP: #1358340) (LP:
#1358340)
-- Ubuntu daily release <email address hidden> Thu, 28 Aug 2014 18:11:51 +0000
Changed in ubuntu-system-settings (Ubuntu): | |
status: | In Progress → Fix Released |
Launchpad Janitor (janitor) wrote : | #12 |
This bug was fixed in the package unity8 - 8.00+14.
---------------
unity8 (8.00+14.
[ Michael Terry ]
* Reverse default for the user option "allow launcher/panel in greeter
when locked." And allow that property to be controlled by an
AccountsService property. (LP: #1358340) (LP: #1358340)
* With recent password support, we want to be able to unlock the
device even with a password set. And we need to be able to do this
once the new adbd lands. So I've added a DBus command to hide the
greeter. This should be secure because all apps are constrained and
if you're on the local session bus unconstrained, you already have
access to anything you want.
-- Ubuntu daily release <email address hidden> Thu, 28 Aug 2014 20:06:41 +0000
Changed in unity8 (Ubuntu): | |
status: | New → Fix Released |
Changed in unity8: | |
status: | In Progress → Fix Released |
Changed in unity8 (Ubuntu RTM): | |
status: | New → In Progress |
Launchpad Janitor (janitor) wrote : | #13 |
This bug was fixed in the package unity8 - 8.00+14.
---------------
unity8 (8.00+14.
[ Nick Dedekind ]
* Support for nested prompt session. (LP: #1358388)
-- Ubuntu daily release <email address hidden> Wed, 03 Sep 2014 07:58:49 +0000
Changed in unity8 (Ubuntu RTM): | |
status: | In Progress → Fix Released |
tags: |
added: touch-2014-09-11 removed: touch-2014-08-28 |
Changed in indicator-sound (Ubuntu): | |
importance: | Undecided → High |
status: | New → Confirmed |
Changed in indicator-transfer (Ubuntu): | |
importance: | Undecided → High |
status: | New → Confirmed |
Victor Tuson Palau (vtuson) wrote : | #14 |
please retarget this
tags: |
added: touch-2014-09-25 removed: touch-2014-09-11 |
Ted Gould (ted) wrote : | #15 |
https:/
So I'm interpreting this as "Messages on Welcome Screen" is related to the data being shown on the welcome screen. Where the messages and notification settings is a Unity setting which just blocks the whole panel.
Changed in indicator-messages (Ubuntu): | |
assignee: | nobody → Ted Gould (ted) |
importance: | Undecided → High |
status: | New → Confirmed |
Changed in indicator-sound (Ubuntu): | |
assignee: | nobody → Ted Gould (ted) |
Changed in indicator-messages: | |
assignee: | nobody → Ted Gould (ted) |
status: | Confirmed → In Progress |
Changed in indicator-sound: | |
assignee: | nobody → Ted Gould (ted) |
tags: |
added: touch-2014-10-02 removed: touch-2014-09-25 |
tags: |
added: touch-2014-10-09 removed: touch-2014-10-02 |
Launchpad Janitor (janitor) wrote : | #16 |
Status changed to 'Confirmed' because the bug affects multiple users.
Changed in indicator-datetime (Ubuntu): | |
status: | New → Confirmed |
Jamie Strandboge (jdstrand) wrote : | #17 |
"So I'm interpreting this as "Messages on Welcome Screen" is related to the data being shown on the welcome screen. Where the messages and notification settings is a Unity setting which just blocks the whole panel."
I'm confused by this comment. The information presented in the inforgraphics/
I'm very much hoping that these won't be grouped under a single checkbox. Infographics by default seems fine since there is no specific information that can be gleaned, but I recognize some people will want to disable it. Indicators, particularly those for messaging, calendar and connecting to networks via indicator-network, should be different. Messaging and calendar should be configurable, but indicator-network should not. (Please see aforementioned thread for context).
Ted Gould (ted) wrote : | #18 |
Looked and there doesn't seem to be any actions for datetime.
Changed in indicator-sound: | |
status: | Confirmed → In Progress |
Changed in indicator-datetime: | |
status: | Confirmed → Invalid |
Changed in indicator-datetime (Ubuntu): | |
status: | Confirmed → Invalid |
Changed in indicator-messages (Ubuntu): | |
status: | Confirmed → In Progress |
Changed in indicator-sound (Ubuntu): | |
status: | Confirmed → In Progress |
Changed in indicator-transfer: | |
assignee: | nobody → Ted Gould (ted) |
status: | Confirmed → In Progress |
Changed in indicator-transfer (Ubuntu): | |
assignee: | nobody → Ted Gould (ted) |
status: | Confirmed → In Progress |
Ted Gould (ted) wrote : | #19 |
Note: silo 13 is gathering all the pieces for this.
Ted Gould (ted) wrote : | #20 |
So we're basically looking at it as three levels:
1) Everything on lock screen. You like that, dont' care.
2) Reduced data, stuff is there, but it shouldn't be a really egregious leak or control things.
3) No Indicators
Basically the "MessagesWelcom
Jamie Strandboge (jdstrand) wrote : | #21 |
That sounds quite reasonable. Thanks for the update.
tags: |
added: touch-2014-10-23 removed: touch-2014-10-09 |
Launchpad Janitor (janitor) wrote : | #22 |
This bug was fixed in the package indicator-messages - 13.10.1+
---------------
indicator-messages (13.10.
[ Ted Gould ]
* Add filtering for lock screen. (LP: #1358340)
[ Lars Uebernickel ]
* libmessaging-menu: allow numbers in object paths (LP: #1384811)
* libmessaging-menu: fix section link in the documentation and add
descriptions (LP: #1313561)
-- Ubuntu daily release <email address hidden> Mon, 03 Nov 2014 20:56:30 +0000
Changed in indicator-messages (Ubuntu): | |
status: | In Progress → Fix Released |
Launchpad Janitor (janitor) wrote : | #23 |
This bug was fixed in the package indicator-transfer - 0.1+15.
---------------
indicator-transfer (0.1+15.
[ Ted Gould ]
* Fix menu path cut-and-paste error (LP: #1358340)
-- Ubuntu daily release <email address hidden> Mon, 03 Nov 2014 21:08:21 +0000
Changed in indicator-transfer (Ubuntu): | |
status: | In Progress → Fix Released |
Changed in indicator-messages: | |
status: | In Progress → Fix Released |
Changed in indicator-transfer: | |
status: | In Progress → Fix Released |
Launchpad Janitor (janitor) wrote : | #24 |
This bug was fixed in the package indicator-sound - 12.10.2+
---------------
indicator-sound (12.10.
[ Ted Gould ]
* Remove various Vala warnings
* Show notifications on volume change (LP: #1378564, #1378961)
* Warn on high audio levels when using headphones (LP: #1232633, #1373404)
* service.vala: don't call set_volume unnecessarily (LP: #1381871)
* Integration test for audio roles
* Integration test for silent mode
* Ensure the greeter menu matches whether song metadata should be shown,
and update the metadata based on the new setting. (LP: #1358340)
-- Ubuntu daily release <email address hidden> Wed, 05 Nov 2014 17:56:29 +0000
Changed in indicator-sound (Ubuntu): | |
status: | In Progress → Fix Released |
no longer affects: | indicator-sound |
Changed in ubuntu-ux: | |
status: | Fix Committed → Fix Released |
Michał Sawicz (saviq) wrote : | #25 |
There is at least a unity8 branch that did not get released yet: lp:~mterry/unity8/greeter-profiles, not sure why the status was Fix Released for it.
It shouldn't be Fix Released for ubuntu-ux either, should it?
Changed in unity8 (Ubuntu): | |
status: | Fix Released → Triaged |
Changed in unity8 (Ubuntu RTM): | |
status: | Fix Released → Triaged |
Changed in unity8 (Ubuntu): | |
assignee: | nobody → Michael Terry (mterry) |
importance: | Undecided → High |
status: | Triaged → In Progress |
Changed in unity8 (Ubuntu RTM): | |
status: | Triaged → New |
Michael Terry (mterry) wrote : | #26 |
I emailed Olga these questions, but figured it would be good to clear this up here too:
I see from the discussion in bug 237155 (particularly comment 20), that it looks like the three settings should be controlled like so:
(A) There is a currently hidden property in System Settings called "Messages on welcome screen" that should be shown.
(B) There is also a property called "When locked, allow notifications and quick settings"
- Full indicators [1] will be used when the phone is unlocked (i.e. swipe mode) OR A and B are on.
- Limited indicators [2] will be used when the phone is locked and A is off but B is on.
- No indicator access will be used when the phone is locked and A and B are off.
And the default for A should be off and the default for B should be on?
[1] This is the "phone" indicator profile
[2] This is the "phone_greeter" indicator profile
How correct is all that? If correct, having setting A be off by default might confuse users. I feel like it should be under an "if locked" clause too.
Michael Terry (mterry) wrote : | #27 |
mpt mentioned to me in email that he doesn't like the idea of the limited indicators at all. (sorry, trying to move ad-hoc email discussions here, but sent wrong bug link to them at first)
Can we get some unified design guidance in this bug?
Matthew Paul Thomas (mpt) wrote : | #28 |
It's not that I don't like them, I just think they're not a good use of time when it's fairly likely that the indicator menus will soon be simplified drastically. But I see from this bug report that the profiles have mostly been implemented already, so that argument no longer applies.
Michael Terry (mterry) wrote : | #29 |
OK. I assume that means we should continue implementing it... Then I need answers to the questions in comment #26.
Olga Kemmet (olga-kemmet) wrote : | #30 |
"And the default for A should be off and the default for B should be on?"
I would say yes, at least for the time being.
Maybe an easier overview of these settings for the user is needed.
[A] - always allow
[B] - restricted access
[C] - no access
They obviously will need better wording and some explanation to users what they set. :)
The default would be [A]. And anything else can be set by the user. I feel that currently it is rather confusing.
Michael Terry (mterry) wrote : | #31 |
OK well I'm going to go ahead and try to finish this work up by implementing what's in comment #26. Comment #30 lays out a simpler configuration screen, but it's not clear to me how final that is, or when it will be. So unless I hear otherwise, I'm going to start with #26. Olga, let me know when you & your team are ready to sign off on something like #30.
Hi Michael
We are currently working on a solution regarding comment #30.
Most likely Paty is going to be the person working on indicators and
greeter related stuff. However, we are in the mids of prepping for the Cape
Town sprint, and a lot of designs are work in progress.
Just go ahead with your plan and we will keep you posted.
Oh, btw Paty meet Michael and Michael meet Paty. :)
Cheers
-ok
On 4 February 2015 at 18:50, Michael Terry <email address hidden>
wrote:
> OK well I'm going to go ahead and try to finish this work up by
> implementing what's in comment #26. Comment #30 lays out a simpler
> configuration screen, but it's not clear to me how final that is, or
> when it will be. So unless I hear otherwise, I'm going to start with
> #26. Olga, let me know when you & your team are ready to sign off on
> something like #30.
>
> --
> You received this bug notification because you are a bug assignee.
> https:/
>
> Title:
> [Indicators] Complete greeter profiles
>
> Status in The Date and Time Indicator:
> Invalid
> Status in The Messaging Menu:
> Fix Released
> Status in Transfer Indicator:
> Fix Released
> Status in Ubuntu UX bugs:
> Fix Released
> Status in The Unity 8 shell:
> Fix Released
> Status in gsettings-
> Fix Released
> Status in indicator-datetime package in Ubuntu:
> Invalid
> Status in indicator-messages package in Ubuntu:
> Fix Released
> Status in indicator-sound package in Ubuntu:
> Fix Released
> Status in indicator-transfer package in Ubuntu:
> Fix Released
> Status in ubuntu-
> Fix Released
> Status in unity8 package in Ubuntu:
> In Progress
> Status in unity8 package in Ubuntu RTM:
> New
>
> Bug description:
> A recent change in the interest of security removed access to the
> indicators when the phone is locked and the greeter is showing.
>
> This was an accentual change based on a misunderstanding
>
> There had been a plan to support media playback control via the sound
> indicator. Without this the user must unlock the phone in order to
> simply pause the music or change songs, etc.
>
> -------
> Desired resolution:
>
> - Revert the change that caused this issue
>
> - Add a switch to System Settings to enable security conscious user to
> switch off Launcher and Greeter access while the phone is locked.
> This setting should *always* be off by default.
> <https:/
>
> To manage notifications about this bug go to:
> https:/
>
--
Olga Kemmet
UX Lead Designer
Product Strategy | Apps | London, UK
ubuntu.com
canonical.com
twitter: @kemmko m: +44 (0) 7460313888
Michael Terry (mterry) wrote : | #33 |
OK, after looking at this some more, I'm not going to implement comment #26 yet. There was one case left off that complicated matters (locked and A is on but B is off -- in this case, we'd enable indicators even though they asked us not to? We could disable A when B is off, but they are in separate screens and not obviously connected).
So my current thinking is to land a branch that enables all the underpinnings of the shell changing profiles on the fly, but just not use it quite yet until the settings panel design is done. This support would also be useful for a split greeter. So it's all good changes. But I'm going to hold off on actually using the dynamic profile switching logic.
So to be clear, I'm not going to make the A option visible yet, nor change how B disables/enables the indicators when locked. But I will land some code that makes such changes much easier in future.
Michael Terry (mterry) wrote : | #34 |
For the record, the latest version of unity8 in vivid (8.02+15.
Changed in unity8 (Ubuntu): | |
assignee: | Michael Terry (mterry) → nobody |
Nick Dedekind (nick-dedekind) wrote : | #35 |
I don't think we need to worry about this re profiles. The implementation of what the options in Settings do is a design/backend decision. I believe the defaults are correct already.
That said, we should enable the indicator profile switching.
Changed in unity8 (Ubuntu): | |
assignee: | nobody → Nick Dedekind (nick-dedekind) |
Changed in unity8 (Ubuntu): | |
importance: | High → Critical |
status: | In Progress → Fix Released |
no longer affects: | unity8 |
Should enabling the setting actually prevent you from accessing the launcher / indicators? Or is it meant to just reduce the scope of the indicators instead?