Ldm error message "No response from server, restarting..." doesn't appear completly when the language is french

Bug #872473 reported by Marc Gariépy
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
LTSP5
Fix Released
Undecided
Unassigned

Bug Description

when ldm is in french, the message "Pas de réponse du serveur, redémarrage..." isn't completely written on screen (the first word is missing) when having an authentication issue.

The problem is present in natty and maverick.

Marc Gariépy (mgariepy)
description: updated
Revision history for this message
Marc Gariépy (mgariepy) wrote :

This issue is also present on oneiric.

I found that the issue is also present in english

Revision history for this message
Marc Gariépy (mgariepy) wrote :

I pushed the patch in the upstream branch

$ bzr diff -r 1404..1405
=== modified file 'src/ldmgreetercomm.c'
--- src/ldmgreetercomm.c 2010-11-03 00:02:19 +0000
+++ src/ldmgreetercomm.c 2011-11-02 15:18:14 +0000
@@ -99,7 +99,7 @@
     if (!greeterpid)
         return 1;

- cmd = g_strconcat("msg", msg, "\n", NULL);
+ cmd = g_strconcat("msg ", msg, "\n", NULL);
     if(ask_greeter(cmd))
         return 1;
     g_free(cmd);

Changed in ldm (Ubuntu):
status: New → Fix Committed
Changed in ltsp:
status: New → Fix Committed
no longer affects: ldm (Ubuntu)
Changed in ltsp:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.