Use -l option to dolcon in gui-shell.
[doldaconnect.git] / clients / gui-shell / launch.c
index c23b130..604af4a 100644 (file)
@@ -65,7 +65,7 @@ int main(int argc, char **argv)
        execlp("doldacond-shell", "doldacond-shell", NULL);
        perror("doldacond-shell");
     } else {
-       execlp("dolcon", "dolcon", NULL);
+       execlp("dolcon", "dolcon", "-l", NULL);
        perror("dolcon");
     }
     return(127);