After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 792932 - Remove org.gnome.SettingsDaemon.A11yKeyboard from required components
Remove org.gnome.SettingsDaemon.A11yKeyboard from required components
Status: RESOLVED FIXED
Product: gnome-session
Classification: Core
Component: general
git master
Other Linux
: Normal normal
: ---
Assigned To: Session Maintainers
Session Maintainers
Depends on:
Blocks: 790121
 
 
Reported: 2018-01-26 13:16 UTC by Olivier Fourdan
Modified: 2018-02-09 15:26 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
[PATCH] data: Adjust to g-s-d's plugin removals (2.04 KB, patch)
2018-01-26 13:20 UTC, Olivier Fourdan
committed Details | Review
gnome-login: Adjust to g-s-d's plugin removals (2.03 KB, patch)
2018-02-09 15:25 UTC, Ray Strode [halfline]
committed Details | Review

Description Olivier Fourdan 2018-01-26 13:16:38 UTC
Description:

Keyboard accessibility has been moved from gnome-settings deamon to mutter/gnome-shell (Bug 788564).

Therefore, the functionality is being removed from gnome-settings-daemon (Bug 790121), however “org.gnome.SettingsDaemon.A11yKeyboard” is listed among the “RequiredComponents” in gnome-session.

So we need to remove “org.gnome.SettingsDaemon.A11yKeyboard” from the “RequiredComponents”.
Comment 1 Olivier Fourdan 2018-01-26 13:20:07 UTC
Created attachment 367478 [details] [review]
[PATCH] data: Adjust to g-s-d's plugin removals

The “org.gnome.SettingsDaemon.A11yKeyboard” has been removed, now
handled in gnome-shell/mutter instead.
Comment 2 Bastien Nocera 2018-01-26 14:03:27 UTC
Review of attachment 367478 [details] [review]:

Looks good. This means that gnome-session and gnome-settings-daemon releases will need to be synchronised as well.
Comment 3 Olivier Fourdan 2018-01-26 14:59:35 UTC
Comment on attachment 367478 [details] [review]
[PATCH] data: Adjust to g-s-d's plugin removals

attachment 367478 [details] [review] pushed to git master as commit 902fd23d - data: Adjust to g-s-d's plugin removals
Comment 4 Olivier Fourdan 2018-01-26 14:59:55 UTC
Thanks!
Comment 5 Ray Strode [halfline] 2018-02-09 15:25:22 UTC
GDM too...
Comment 6 Ray Strode [halfline] 2018-02-09 15:25:41 UTC
Created attachment 368186 [details] [review]
gnome-login: Adjust to g-s-d's plugin removals

The "org.gnome.SettingsDaemon.A11yKeyboard" has been been removed,
now handled in gnome-shell/mutter instead.

This is similar to the analagous commit in gnome-session for the
user session definition.
Comment 7 Ray Strode [halfline] 2018-02-09 15:26:05 UTC
Comment on attachment 368186 [details] [review]
gnome-login: Adjust to g-s-d's plugin removals

Attachment 368186 [details] pushed as 33901c7 - gnome-login: Adjust to g-s-d's plugin removals