Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:16.0
plasma6-workspace
0001-Ignore-default-sddm-face-icons.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 0001-Ignore-default-sddm-face-icons.patch of Package plasma6-workspace
From 846222c0dac6747256fd3d474db174643e84fee0 Mon Sep 17 00:00:00 2001 From: Fabian Vogt <fabian@ritter-vogt.de> Date: Sat, 1 Oct 2016 19:22:36 +0200 Subject: [PATCH] Ignore default sddm face icons They are not compatible with the theme --- diff --git a/lookandfeel/components/UserList.qml b/lookandfeel/components/UserList.qml index 2095aae5b..8feee1600 100644 --- a/lookandfeel/components/UserList.qml +++ b/lookandfeel/components/UserList.qml @@ -54,7 +54,13 @@ ListView { interactive: count > 1 delegate: UserDelegate { - avatarPath: model.icon || "" + avatarPath: { + var incompatible = /\/usr\/share\/sddm\/faces\/((root)?)\.face\.icon$/ + if (!model.icon || incompatible.test(model.icon)) + return "" + + return model.icon + } iconSource: model.iconName || "user-identity" fontSize: view.fontSize needsPassword: model.needsPassword !== undefined ? model.needsPassword : true
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor