mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
sddm: adjust PATH for usrmerge
This commit is contained in:
parent
0f4856ce1a
commit
710cef9c10
2 changed files with 23 additions and 1 deletions
22
srcpkgs/sddm/patches/0.19.0--default-path.patch
Normal file
22
srcpkgs/sddm/patches/0.19.0--default-path.patch
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
From 57d716be7cb0588538d89bb72113bec82adf9e52 Mon Sep 17 00:00:00 2001
|
||||||
|
From: Piotr Wójcik <chocimier@tlen.pl>
|
||||||
|
Date: Mon, 26 Jun 2023 23:15:05 +0200
|
||||||
|
Subject: default-path
|
||||||
|
|
||||||
|
|
||||||
|
diff --git a/src/common/Configuration.h b/src/common/Configuration.h
|
||||||
|
index cf44a62..4c01c4a 100644
|
||||||
|
--- a/src/common/Configuration.h
|
||||||
|
+++ b/src/common/Configuration.h
|
||||||
|
@@ -82,7 +82,7 @@ namespace SDDM {
|
||||||
|
);
|
||||||
|
|
||||||
|
Section(Users,
|
||||||
|
- Entry(DefaultPath, QString, _S("/usr/local/bin:/usr/bin:/bin"), _S("Default $PATH for logged in users"));
|
||||||
|
+ Entry(DefaultPath, QString, _S("/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/sbin:/sbin:/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"));
|
||||||
|
Entry(HideUsers, QStringList, QStringList(), _S("Comma-separated list of users that should not be listed"));
|
||||||
|
--
|
||||||
|
2.41.0
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'sddm'
|
# Template file for 'sddm'
|
||||||
pkgname=sddm
|
pkgname=sddm
|
||||||
version=0.19.0
|
version=0.19.0
|
||||||
revision=3
|
revision=4
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DBUILD_MAN_PAGES=ON -DNO_SYSTEMD=ON -DUSE_ELOGIND=ON
|
configure_args="-DBUILD_MAN_PAGES=ON -DNO_SYSTEMD=ON -DUSE_ELOGIND=ON
|
||||||
-DLOGIN_DEFS_PATH=${XBPS_SRCPKGDIR}/shadow/files/login.defs
|
-DLOGIN_DEFS_PATH=${XBPS_SRCPKGDIR}/shadow/files/login.defs
|
||||||
|
|
Loading…
Add table
Reference in a new issue