blob: bb4969327dec8ec198b52404a2bdd2b9bbe8e60e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- data/PostSession.in.orig 2022-03-27 19:50:55 UTC
+++ data/PostSession.in
@@ -1,3 +1,7 @@
#!/bin/sh
+# XXX: I hate this "solution", but we need to manually restart gdm here
+# otherwise we reach the console when we logout
+/usr/sbin/service gdm restart
+
exit 0
|