Exit after the user's session has finished. This works around slim's broken PAM session handling (see http://developer.berlios.de/bugs/?func=detailbug&bug_id=19102&group_id=2663). Patch by Eelco Dolstra, from Nixpkgs. --- slim-1.3.6/app.cpp 2013-10-15 11:02:55.629263422 +0200 +++ slim-1.3.6/app.cpp 2013-10-15 13:00:10.141210784 +0200 @@ -816,7 +822,7 @@ StopServer(); RemoveLock(); while (waitpid(-1, NULL, WNOHANG) > 0); /* Collects all dead childrens */ - Run(); + exit(OK_EXIT); } void App::KillAllClients(Bool top) { ix/'>guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/documentation.scm
AgeCommit message (Expand)Author
2024-08-31gnu: zeal: Fix build....Zheng Junjie
2024-08-31gnu: zeal: Add 'bash' input for 'wrap-program'....Maxime Devos
2024-08-31gnu: doxygen: Update to 1.9.8....Maxim Cournoyer
2024-07-06gnu: zeal: Update to 0.7.1....Felix Gruber
2024-04-11gnu: Add stddoc....Christina O'Donnell
2024-04-11gnu: Add markdeep....Christina O'Donnell
2024-03-17gnu: Add halibut....Sergey Trofimov
2024-03-17gnu: Prefix licenses in documentation.scm...Sergey Trofimov
2023-07-20gnu: doxygen: Fix build for the Hurd....Janneke Nieuwenhuizen