Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37769775
en ru br
ALT Linux repos
S:0.5.3-alt8.20180522

Group :: Graphical desktop/Other
RPM: lxde-lxdm

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: lxdm-nonolisten.patch
Download


diff --git a/lxdm/src/lxdm.c b/lxdm/src/lxdm.c
index e5940f3..1caf60d 100644
--- a/lxdm/src/lxdm.c
+++ b/lxdm/src/lxdm.c
@@ -445,8 +445,6 @@ static char *lxsession_xserver_command(LXSession *s)
 	arg[arc++] = g_strdup_printf(":%d",s->display);
 	if(s->tty>0)
 		arg[arc++] = g_strdup_printf("vt%02d", s->tty);
-	arg[arc++] = g_strdup("-nolisten");
-	arg[arc++] = g_strdup("tcp");
 	arg[arc] = NULL;
 	p=g_strjoinv(" ", arg);
 	g_strfreev(arg);
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin