| Summary: | Mouse move on a locked screen display Smart Card Manager smart card insert/removal event notifications. | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 7 | Reporter: | Asha Akkiangady <aakkiang> |
| Component: | esc | Assignee: | Jack Magne <jmagne> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Asha Akkiangady <aakkiang> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | medium | ||
| Version: | 7.0 | CC: | jgalipea, nkinder, rpattath, rstrode |
| Target Milestone: | rc | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | esc-1.1.0-26.el7 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-06-13 11:21:58 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
|
Description
Asha Akkiangady
2013-11-22 21:22:40 UTC
Have local fix for this issue. Notifications will be off by default but configurable for any one that may want them. Will submit this with the fix for another issue chasing. Latest build addresses this:
Notifications are off by default.
If someone wants to turn them back on they can set the following pref
in defaults/preferences/esc-pres.js
change:
pref("esc.allow.notifications","no"); to
pref("esc.allow.notifications","yes");
Testing should test this scenario as well.
DOC:
This fix addresses an issue where ESC smart card notifications display out of context during certain Smart Card Login related screens. The notifications have been turned off by default, thus addressing this issue. The notifications can be manually requested by a new ESC configuration value (pref("esc.allow.notifications","yes").
pref("esc.allow.notifications","no") was initially set to "no" and there were no notifications on the date/time screen when the screen was locked. I changed modified the esc prefs to pref("esc.allow.notifications","yes"), the notifications started showing up on the lock screen. I again changed back to pref("esc.allow.notifications","no") but still the notifications on screen lock. I have to restart the machine for the changes to the esc prefs to be applied.
Probably something being cached in the user's esc profile, unless you did not restart the app. Anyway, I think this is not a big deal, since most will simply leave the notificaitons off as per default. I deleted the esc profiles and then locked the screen, the notifications are still being shown when pref("esc.allow.notifications","no")
Well, if the process was still running when you removed the profile, we might expect this to happen. I restarted the ESC after deleting the profiles. The notifications still show up. you may have to manually dismiss pre-existing notifications or log out and log back in again after changing the setting. The esc notifications works as expected when done as explained in comment 11 verified on esc-1.1.0-27.el7.x86_64 This request was resolved in Red Hat Enterprise Linux 7.0. Contact your manager or support representative in case you have further questions about the request. |