forked from pool/gnome-settings-daemon
Accepting request 494259 from home:Zaitor:branches:GNOME:Factory
New stable rel, please superseede previous OBS-URL: https://build.opensuse.org/request/show/494259 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-settings-daemon?expand=0&rev=281
This commit is contained in:
parent
79496e4a64
commit
b25c006750
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1b14ddc63e4cee616b73d048112878f6f4ac606f877778db882d270db904750b
|
||||
size 1621152
|
3
gnome-settings-daemon-3.24.2.tar.xz
Normal file
3
gnome-settings-daemon-3.24.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4aa9d72644e3ee8a30096a38986b0e9543fca92f586c561f6c8a11fb8148dcca
|
||||
size 1621368
|
@ -1,89 +0,0 @@
|
||||
From 1de232bd5b72534489f61eb4c666b5a892120f6d Mon Sep 17 00:00:00 2001
|
||||
From: Ray Strode <rstrode@redhat.com>
|
||||
Date: Tue, 18 Apr 2017 14:35:36 -0400
|
||||
Subject: common: Fix plugin whitelist for gdm
|
||||
|
||||
The plugin names don't have a gsd- prefix, so the login screen
|
||||
is currently getting started with no plugins!
|
||||
|
||||
This commit fixes that, and as a consequence, fixes hidpi scaling
|
||||
for the login screen.
|
||||
|
||||
https://bugzilla.gnome.org/show_bug.cgi?id=780208
|
||||
---
|
||||
plugins/common/daemon-skeleton-gtk.h | 24 ++++++++++++------------
|
||||
plugins/common/daemon-skeleton.h | 24 ++++++++++++------------
|
||||
2 files changed, 24 insertions(+), 24 deletions(-)
|
||||
|
||||
diff --git a/plugins/common/daemon-skeleton-gtk.h b/plugins/common/daemon-skeleton-gtk.h
|
||||
index 714e48b..3bfd618 100644
|
||||
--- a/plugins/common/daemon-skeleton-gtk.h
|
||||
+++ b/plugins/common/daemon-skeleton-gtk.h
|
||||
@@ -39,18 +39,18 @@ static GOptionEntry entries[] = {
|
||||
};
|
||||
|
||||
static const char *gdm_helpers[] = {
|
||||
- "gsd-a11y-keyboard",
|
||||
- "gsd-a11y-settings",
|
||||
- "gsd-clipboard",
|
||||
- "gsd-color",
|
||||
- "gsd-keyboard",
|
||||
- "gsd-media-keys",
|
||||
- "gsd-orientation",
|
||||
- "gsd-power",
|
||||
- "gsd-smartcard",
|
||||
- "gsd-sound",
|
||||
- "gsd-xrandr",
|
||||
- "gsd-xsettings"
|
||||
+ "a11y-keyboard",
|
||||
+ "a11y-settings",
|
||||
+ "clipboard",
|
||||
+ "color",
|
||||
+ "keyboard",
|
||||
+ "media-keys",
|
||||
+ "orientation",
|
||||
+ "power",
|
||||
+ "smartcard",
|
||||
+ "sound",
|
||||
+ "xrandr",
|
||||
+ "xsettings"
|
||||
};
|
||||
|
||||
static gboolean
|
||||
diff --git a/plugins/common/daemon-skeleton.h b/plugins/common/daemon-skeleton.h
|
||||
index dedfd61..07f8d23 100644
|
||||
--- a/plugins/common/daemon-skeleton.h
|
||||
+++ b/plugins/common/daemon-skeleton.h
|
||||
@@ -38,18 +38,18 @@ static GOptionEntry entries[] = {
|
||||
};
|
||||
|
||||
static const char *gdm_helpers[] = {
|
||||
- "gsd-a11y-keyboard",
|
||||
- "gsd-a11y-settings",
|
||||
- "gsd-clipboard",
|
||||
- "gsd-color",
|
||||
- "gsd-keyboard",
|
||||
- "gsd-media-keys",
|
||||
- "gsd-orientation",
|
||||
- "gsd-power",
|
||||
- "gsd-smartcard",
|
||||
- "gsd-sound",
|
||||
- "gsd-xrandr",
|
||||
- "gsd-xsettings"
|
||||
+ "a11y-keyboard",
|
||||
+ "a11y-settings",
|
||||
+ "clipboard",
|
||||
+ "color",
|
||||
+ "keyboard",
|
||||
+ "media-keys",
|
||||
+ "orientation",
|
||||
+ "power",
|
||||
+ "smartcard",
|
||||
+ "sound",
|
||||
+ "xrandr",
|
||||
+ "xsettings"
|
||||
};
|
||||
|
||||
static gboolean
|
||||
--
|
||||
cgit v0.12
|
@ -1,8 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 30 21:17:11 UTC 2017 - zaitor@opensuse.org
|
||||
Wed May 10 13:03:53 UTC 2017 - zaitor@opensuse.org
|
||||
|
||||
- Add gnome-settings-daemon-gdm-hidpi-fix.patch: Fix missing HiDPI
|
||||
support in gdm login screen (bgo#780208).
|
||||
- Update to version 3.24.2:
|
||||
+ Fix plugins not getting started under gdm.
|
||||
+ Fix mmkeys D-Bus API to match API docs.
|
||||
+ Disable rfkill keys handling.
|
||||
+ Choose correct backlight device on laptops with hybrid
|
||||
graphics.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 24 11:19:54 UTC 2017 - dimstar@opensuse.org
|
||||
|
@ -30,7 +30,7 @@
|
||||
%endif
|
||||
|
||||
Name: gnome-settings-daemon
|
||||
Version: 3.24.1
|
||||
Version: 3.24.2
|
||||
Release: 0
|
||||
Summary: Settings daemon for the GNOME desktop
|
||||
License: GPL-2.0+
|
||||
@ -51,8 +51,6 @@ Patch29: gnome-settings-daemon-initial-keyboard.patch
|
||||
Patch31: gnome-settings-daemon-bring-back-updates-plugin.patch
|
||||
# PATCH-FEATURE-OPENSUSE gnome-settings-daemon-more-power-button-actions.patch bsc#996342 fezhang@suse.com -- Bring back the "shutdown" and "interactive" power button actions.
|
||||
Patch32: gnome-settings-daemon-more-power-button-actions.patch
|
||||
# PATCH-FIX-UPSTREAM gnome-settings-daemon-gdm-hidpi-fix.patch bgo#780208 zaitor@opensuse.org -- Fix HiDPI on gdm login screen.
|
||||
Patch33: gnome-settings-daemon-gdm-hidpi-fix.patch
|
||||
BuildRequires: cups-devel
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: gtk-doc
|
||||
@ -166,7 +164,6 @@ gnome-patch-translation-prepare
|
||||
%patch31 -p1
|
||||
%endif
|
||||
%patch32 -p1
|
||||
%patch33 -p1
|
||||
|
||||
%build
|
||||
%if 0%{?suse_version} == 1315
|
||||
|
Loading…
Reference in New Issue
Block a user