Accepting request 506166 from home:xiaoguang_wang:branches:GNOME:Factory

- Drop gnome-shell-970480-authprompt-wrapping-message.patch:
  Fixed upstream.

OBS-URL: https://build.opensuse.org/request/show/506166
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-shell?expand=0&rev=306
This commit is contained in:
Bjørn Lie 2017-06-26 17:47:01 +00:00 committed by Git OBS Bridge
parent b9543d1153
commit af53ae5224
3 changed files with 6 additions and 23 deletions

View File

@ -1,20 +0,0 @@
diff --git a/js/gdm/authPrompt.js b/js/gdm/authPrompt.js
index dd13753..4c0b0b7 100644
--- a/js/gdm/authPrompt.js
+++ b/js/gdm/authPrompt.js
@@ -13,6 +13,7 @@ const Params = imports.misc.params;
const ShellEntry = imports.ui.shellEntry;
const Tweener = imports.ui.tweener;
const UserWidget = imports.ui.userWidget;
+const Pango = imports.gi.Pango;
const DEFAULT_BUTTON_WELL_ICON_SIZE = 16;
const DEFAULT_BUTTON_WELL_ANIMATION_DELAY = 1.0;
@@ -113,6 +114,7 @@ const AuthPrompt = new Lang.Class({
this._message = new St.Label({ opacity: 0,
styleClass: 'login-dialog-message' });
this._message.clutter_text.line_wrap = true;
+ this._message.clutter_text.ellipsize = Pango.EllipsizeMode.NONE;
this.actor.add(this._message, { x_fill: false, x_align: St.Align.START, y_align: St.Align.START });
this._buttonBox = new St.BoxLayout({ style_class: 'login-dialog-button-box',

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Jun 26 05:57:59 UTC 2017 - xwang@suse.com
- Drop gnome-shell-970480-authprompt-wrapping-message.patch:
Fixed upstream.
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Jun 6 22:56:30 UTC 2017 - zaitor@opensuse.org Tue Jun 6 22:56:30 UTC 2017 - zaitor@opensuse.org

View File

@ -52,8 +52,6 @@ Patch7: endSession-dialog-update-time-label-every-sec.patch
Patch8: gnome-shell-864872-unlock-by-mouse-motion.patch Patch8: gnome-shell-864872-unlock-by-mouse-motion.patch
# PATCH-FIX-SLE gnome-shell-lock-bg-on-primay.patch bnc#894050 dliang@suse.com -- display background of lock dialog on the primary screen. # PATCH-FIX-SLE gnome-shell-lock-bg-on-primay.patch bnc#894050 dliang@suse.com -- display background of lock dialog on the primary screen.
Patch9: gnome-shell-lock-bg-on-primary.patch Patch9: gnome-shell-lock-bg-on-primary.patch
# PATCH-FIX-SLE gnome-shell-970480-authprompt-wrapping-message.patch bnc#970480 tyang@suse.com -- fix wrapping message issue when password change operation fails.
Patch10: gnome-shell-970480-authprompt-wrapping-message.patch
# PATCH-FIX-SLE gs-fate318433-prevent-same-account-multi-logins.patch fate#318433 cxiong@suse.com -- prevent multiple simultaneous login. # PATCH-FIX-SLE gs-fate318433-prevent-same-account-multi-logins.patch fate#318433 cxiong@suse.com -- prevent multiple simultaneous login.
Patch11: gs-fate318433-prevent-same-account-multi-logins.patch Patch11: gs-fate318433-prevent-same-account-multi-logins.patch
# PATCH-FIX-UPSTREAM gnome-shell-login-fix-session-button-can-be-clicked.patch bsc#1034584 bsc#1034827 bgo#781482 xwang@suse.com -- Disable session selection button function when it does not display. # PATCH-FIX-UPSTREAM gnome-shell-login-fix-session-button-can-be-clicked.patch bsc#1034584 bsc#1034827 bgo#781482 xwang@suse.com -- Disable session selection button function when it does not display.
@ -202,7 +200,6 @@ into GNOME Shell calendar.
%patch7 -p1 %patch7 -p1
%patch8 -p1 %patch8 -p1
%patch9 -p1 %patch9 -p1
%patch10 -p1
%patch11 -p1 %patch11 -p1
%patch15 -p1 %patch15 -p1
%endif %endif