Plasma 5.12.2
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kcm_sddm?expand=0&rev=144
This commit is contained in:
parent
8e834c6252
commit
012ea8e9f7
@ -9,10 +9,10 @@ sddm looks at sysconfig for autologin and ignores other configuration files.
|
|||||||
src/ui/advanceconfig.ui | 10 +++++++---
|
src/ui/advanceconfig.ui | 10 +++++++---
|
||||||
1 file changed, 7 insertions(+), 3 deletions(-)
|
1 file changed, 7 insertions(+), 3 deletions(-)
|
||||||
|
|
||||||
diff --git a/src/ui/advanceconfig.ui b/src/ui/advanceconfig.ui
|
Index: sddm-kcm-5.12.2/src/ui/advanceconfig.ui
|
||||||
index 7fe00b1..4ec219d 100644
|
===================================================================
|
||||||
--- a/src/ui/advanceconfig.ui
|
--- sddm-kcm-5.12.2.orig/src/ui/advanceconfig.ui
|
||||||
+++ b/src/ui/advanceconfig.ui
|
+++ sddm-kcm-5.12.2/src/ui/advanceconfig.ui
|
||||||
@@ -45,15 +45,19 @@
|
@@ -45,15 +45,19 @@
|
||||||
<property name="fieldGrowthPolicy">
|
<property name="fieldGrowthPolicy">
|
||||||
<enum>QFormLayout::ExpandingFieldsGrow</enum>
|
<enum>QFormLayout::ExpandingFieldsGrow</enum>
|
||||||
@ -36,6 +36,3 @@ index 7fe00b1..4ec219d 100644
|
|||||||
</item>
|
</item>
|
||||||
<item row="1" column="0">
|
<item row="1" column="0">
|
||||||
<widget class="QLabel" name="label_3">
|
<widget class="QLabel" name="label_3">
|
||||||
--
|
|
||||||
2.15.0
|
|
||||||
|
|
||||||
|
@ -9,11 +9,11 @@ a normal session.
|
|||||||
src/sessionmodel.cpp | 6 ++++++
|
src/sessionmodel.cpp | 6 ++++++
|
||||||
1 file changed, 6 insertions(+)
|
1 file changed, 6 insertions(+)
|
||||||
|
|
||||||
diff --git a/src/sessionmodel.cpp b/src/sessionmodel.cpp
|
Index: sddm-kcm-5.12.2/src/sessionmodel.cpp
|
||||||
index 036711f..55f394f 100644
|
===================================================================
|
||||||
--- a/src/sessionmodel.cpp
|
--- sddm-kcm-5.12.2.orig/src/sessionmodel.cpp
|
||||||
+++ b/src/sessionmodel.cpp
|
+++ sddm-kcm-5.12.2/src/sessionmodel.cpp
|
||||||
@@ -78,6 +78,12 @@ SessionModel::SessionModel(QObject *parent) : QAbstractListModel(parent), d(new
|
@@ -95,6 +95,12 @@ void SessionModel::loadDir(const QString
|
||||||
if (line.startsWith(QLatin1String("Hidden=")))
|
if (line.startsWith(QLatin1String("Hidden=")))
|
||||||
isHidden = line.mid(7).toLower() == QLatin1String("true");
|
isHidden = line.mid(7).toLower() == QLatin1String("true");
|
||||||
}
|
}
|
||||||
@ -26,6 +26,3 @@ index 036711f..55f394f 100644
|
|||||||
if (!isHidden) {
|
if (!isHidden) {
|
||||||
// add to sessions list
|
// add to sessions list
|
||||||
d->sessions.push_back(si);
|
d->sessions.push_back(si);
|
||||||
--
|
|
||||||
2.13.2
|
|
||||||
|
|
||||||
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Feb 21 23:57:07 CET 2018 - lbeltrame@kde.org
|
||||||
|
|
||||||
|
- Update to 5.12.2
|
||||||
|
* New bugfix release
|
||||||
|
* For more details please see:
|
||||||
|
* https://www.kde.org/announcements/plasma-5.12.2.php
|
||||||
|
- Changes since 5.12.1:
|
||||||
|
* None
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Feb 13 16:25:28 CET 2018 - fabian@ritter-vogt.de
|
Tue Feb 13 16:25:28 CET 2018 - fabian@ritter-vogt.de
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%bcond_without lang
|
%bcond_without lang
|
||||||
Name: kcm_sddm
|
Name: kcm_sddm
|
||||||
Version: 5.12.1
|
Version: 5.12.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A sddm control module for KDE
|
Summary: A sddm control module for KDE
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:be9d4e8ef2c39002357e95d7046e8a9b190d5d37a5126d360a032d2b250349c6
|
|
||||||
size 59764
|
|
3
sddm-kcm-5.12.2.tar.xz
Normal file
3
sddm-kcm-5.12.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:c3abd1aa71f1d7c544b493bc855a5e612272f5c4cc7ddca6817f108be39e085a
|
||||||
|
size 59860
|
@ -1,7 +1,7 @@
|
|||||||
diff --git a/src/advanceconfig.cpp b/src/advanceconfig.cpp
|
Index: sddm-kcm-5.12.2/src/advanceconfig.cpp
|
||||||
index 627f1d4..10ac5c9 100644
|
===================================================================
|
||||||
--- a/src/advanceconfig.cpp
|
--- sddm-kcm-5.12.2.orig/src/advanceconfig.cpp
|
||||||
+++ b/src/advanceconfig.cpp
|
+++ sddm-kcm-5.12.2/src/advanceconfig.cpp
|
||||||
@@ -90,7 +90,7 @@ void AdvanceConfig::load()
|
@@ -90,7 +90,7 @@ void AdvanceConfig::load()
|
||||||
const QString currentUser = mConfig->group("Autologin").readEntry("User", "");
|
const QString currentUser = mConfig->group("Autologin").readEntry("User", "");
|
||||||
configUi->userList->setCurrentIndex(userModel->indexOf(currentUser));
|
configUi->userList->setCurrentIndex(userModel->indexOf(currentUser));
|
||||||
|
Loading…
Reference in New Issue
Block a user