[SCM] sddm packaging branch, master, updated. debian/0.13.0-1-64-geaa5f0b

Simon Quigley tsimonq2-guest at moszumanska.debian.org
Sun Nov 26 20:34:19 UTC 2017


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-std/sddm.git;a=commitdiff;h=a3f8c06

The following commit has been merged in the master branch:
commit a3f8c069a746dde071bb210486890d922c54d0e2
Author: Scarlett Clark <sgclark at kde.org>
Date:   Tue Oct 31 18:16:28 2017 +0100

    Refresh patches
---
 debian/patches/04_set_default_path.diff | 31 +++++++++++++++----------------
 1 file changed, 15 insertions(+), 16 deletions(-)

diff --git a/debian/patches/04_set_default_path.diff b/debian/patches/04_set_default_path.diff
index 3755fe6..e79a4d2 100644
--- a/debian/patches/04_set_default_path.diff
+++ b/debian/patches/04_set_default_path.diff
@@ -10,30 +10,29 @@ to the default global zshenv, while exporting a different value in the
 Xsession script would be overriding the users configurations in their local
 zshenv.
 Forwarded: not-needed
-Last-Update: 2015-09-14
----
- data/man/sddm.conf.rst.in  | 2 +-
- src/common/Configuration.h | 2 +-
- 2 files changed, 2 insertions(+), 2 deletions(-)
-
+Last-Update: 2017-10-31
+diff --git a/data/man/sddm.conf.rst.in b/data/man/sddm.conf.rst.in
+index 93835f9..0225055 100644
 --- a/data/man/sddm.conf.rst.in
 +++ b/data/man/sddm.conf.rst.in
-@@ -156,7 +156,7 @@
- 
+@@ -165,7 +165,7 @@ OPTIONS
+
  `DefaultPath=`
- 	Default path to set after successfully logging in.
--	Default value is "/bin:/usr/bin:/usr/local/bin".
-+	Default value is "/bin:/usr/bin".
- 
+        Default path to set after successfully logging in.
+-       Default value is "/usr/local/bin:/usr/bin:/bin".
++       Default value is "/bin:/usr/bin".
+
  `MinimumUid=`
- 	Minimum user id of the users to be listed in the
+        Minimum user id of the users to be listed in the
+diff --git a/src/common/Configuration.h b/src/common/Configuration.h
+index cfca12b..b200d27 100644
 --- a/src/common/Configuration.h
 +++ b/src/common/Configuration.h
-@@ -80,7 +80,7 @@
+@@ -80,7 +80,7 @@ namespace SDDM {
          );
- 
+
          Section(Users,
--            Entry(DefaultPath,         QString,     _S("/bin:/usr/bin:/usr/local/bin"),         _S("Default $PATH for logged in users"));
+-            Entry(DefaultPath,         QString,     _S("/usr/local/bin:/usr/bin:/bin"),         _S("Default $PATH for logged in users"));
 +            Entry(DefaultPath,         QString,     _S("/bin:/usr/bin"),                        _S("Default $PATH for logged in users"));
              Entry(MinimumUid,          int,         UID_MIN,                                    _S("Minimum user id for displayed users"));
              Entry(MaximumUid,          int,         UID_MAX,                                    _S("Maximum user id for displayed users"));

-- 
sddm packaging



More information about the pkg-kde-commits mailing list