Hrvoje Senjan 2016-12-14 22:10:29 +00:00 committed by Git OBS Bridge
parent dd7e6123eb
commit c577f1963d
2 changed files with 2 additions and 13 deletions

View File

@ -2,8 +2,10 @@
Sun Dec 4 01:58:05 UTC 2016 - hrvoje.senjan@gmail.com Sun Dec 4 01:58:05 UTC 2016 - hrvoje.senjan@gmail.com
- Update to 5.29.0 - Update to 5.29.0
* Unsets XDG_RUNTIME_DIR in processes run with kdesu
* For more details please see: * For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.29.0.php https://www.kde.org/announcements/kde-frameworks-5.29.0.php
- Drop upstreamed unset-xdg-runtime-dir.diff
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Nov 10 12:55:50 UTC 2016 - alarrosa@suse.com Thu Nov 10 12:55:50 UTC 2016 - alarrosa@suse.com

View File

@ -1,13 +0,0 @@
Index: kdesu-5.26.0/src/kdesu_stub.c
===================================================================
--- kdesu-5.26.0.orig/src/kdesu_stub.c
+++ kdesu-5.26.0/src/kdesu_stub.c
@@ -258,6 +258,8 @@ int main()
unsetenv("LC_ALL");
}
+ unsetenv("XDG_RUNTIME_DIR");
+
/* Do we need to change uid? */
pw = getpwnam(params[P_USER].value);