12
0

- Update 0001-Ignore-default-sddm-face-icons.patch to not break

all .face.icon (boo#1001364)

OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5:LTS/plasma5-workspace?expand=0&rev=23
This commit is contained in:
2016-10-03 19:52:38 +00:00
committed by Git OBS Bridge
parent eb442efc24
commit 64001de6ef
2 changed files with 7 additions and 1 deletions

View File

@@ -18,7 +18,7 @@ index 62c95c7..c8f88de 100644
delegate: UserDelegate {
- avatarPath: model.icon || ""
+ avatarPath: {
+ var incompatible = /(\/\.face\.icon)|(\/root\.face\.icon)/
+ var incompatible = /^\/usr\/share\/sddm\/faces(\/\.face\.icon)|(\/root\.face\.icon)$/
+ if (!model.icon || incompatible.test(model.icon))
+ return ""
+

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Oct 3 19:51:33 UTC 2016 - fabian@ritter-vogt.de
- Update 0001-Ignore-default-sddm-face-icons.patch to not break
all .face.icon (boo#1001364)
-------------------------------------------------------------------
Sun Oct 2 09:30:48 UTC 2016 - fabian@ritter-vogt.de