Use -l option to dolcon in gui-shell.
[doldaconnect.git] / clients / gui-shell / launch.c
index 620e280..604af4a 100644 (file)
@@ -29,8 +29,6 @@
 #include <config.h>
 #endif
 
-#define _(text) gettext(text)
-
 int running(char *pf)
 {
     FILE *pfs;
@@ -67,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);