ports/x11/lightdm/files/patch-src_x-server.c
Ben Woods ce4ac09b17 x11/lightdm: Update to 1.22.0
- Update PAM file to include system defaults
- Set PATH to default from /etc/login.conf
- Don't pass-through empty PATH from lightdm to X11 (breaks runtime)
2017-08-05 08:17:54 +00:00

11 lines
333 B
C

--- src/x-server.c.orig 2016-06-17 04:53:18 UTC
+++ src/x-server.c
@@ -143,7 +143,7 @@ x_server_connect_session (DisplayServer *display_serve
{
gchar *t;
- t = g_strdup_printf ("/dev/tty%d", vt);
+ t = g_strdup_printf ("/dev/ttyv%d", vt-1);
session_set_tty (session, t);
g_free (t);