]> rtime.felk.cvut.cz Git - sojka/lightdm.git/commitdiff
Also lightdm-mir-%d sockets under /run
authorChristopher James Halse Rogers <christopher.halse.rogers@canonical.com>
Wed, 28 May 2014 16:18:06 +0000 (18:18 +0200)
committerChristopher James Halse Rogers <christopher.halse.rogers@canonical.com>
Wed, 28 May 2014 16:18:06 +0000 (18:18 +0200)
src/seat-xlocal.c

index 4c0e77d9916b0504074c411b888fd21ae571f2b9..64c22348e96e19dafa5b3ba8d2da070e50a00076 100644 (file)
@@ -199,7 +199,7 @@ create_unity_system_compositor (Seat *seat)
   
     for (i = 0; ; i++)
     {
-        socket_name = g_strdup_printf ("/tmp/lightdm-mir-%d", i);
+        socket_name = g_strdup_printf ("/run/lightdm-mir-%d", i);
         if (!g_file_test (socket_name, G_FILE_TEST_EXISTS))
             break;
     }