← Back to team overview

edubuntu-bugs team mailing list archive

[Bug 872473] Re: Ldm error message "No response from server, restarting..." doesn't appear completly when the language is french

 

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

-- 
You received this bug notification because you are a member of Edubuntu
Bugsquad, which is subscribed to ldm in Ubuntu.
https://bugs.launchpad.net/bugs/872473

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

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ldm/+bug/872473/+subscriptions


References