- 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:
@@ -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 ""
|
||||
+
|
||||
|
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user