Comment 41 for bug 1427877

Revision history for this message
Tim Lunn (darkxst) wrote : Re: [Bug 1427877] Re: Media, brightness and volume keys don't work with GNOME 3.15.90

Hubert, thanks for digging into this.

On 26/06/15 22:35, Hubert Hesse wrote:
> Please see the updated conversation in the gnome Bugtracker.
>
> For me I looks like this a thing related to (d/p/revert-gsettings-
> removals.patch: Refreshed), because if I disable the wacom plugin..
The g-s-d schemas are shared with unity-settings-daemon, this patch just brings back keys that are needed by u-s-d, they will simply be unused
in g-s-d and won't cause any problem.
>
>
> sudo mv /usr/lib/gnome-settings-daemon-3.0/wacom.gnome-settings-plugin /usr/lib/gnome-settings-daemon-3.0/.wacom.gnome-settings-plugin.bak
>
>
> gsd works as expected again. (yay!)
input device management moved into mutter for 3.16, perhaps mutter is supposed to handle the device removal?
>
>
> I don't why we didn't catch that earlier. Is it the case the patches are already applied in the source I download with `apt-get source gnome-settings-daemon` and I have to revert the manually? I thought it would suffice to delete all patches in debian/patches directory.
yes they will be applied via quilt. you just need to do:
quilt pop -a
rm debian/patches
debuild -S
>
> Also in the patch there is a reference to (" plugins/power/gsd-power-
> manager.c | 32 +++++++++++++++++"), but the actual
> change is not there.
thats harmless its just patch headers don't get updated when doing a `quilt refresh` to rebase patches