X-Git-Url: http://dolda2000.com/gitweb/?a=blobdiff_plain;f=clients%2Fgui-shell%2Flaunch.c;h=604af4af7c533d34d65d27eb08719da115945044;hb=c4aa9572a98ff7a31733af5228256daae503cbba;hp=c23b130555964af7364823386079899afbc74b81;hpb=34d45a1577a7696d68d683964d891b73fccfca50;p=doldaconnect.git diff --git a/clients/gui-shell/launch.c b/clients/gui-shell/launch.c index c23b130..604af4a 100644 --- a/clients/gui-shell/launch.c +++ b/clients/gui-shell/launch.c @@ -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);