[FreeNX-kNX] DPI an issue with 1.5?

Sunil funtoos at yahoo.com
Tue Sep 20 19:38:22 UTC 2005


> Gian Filippo Pinzari wrote:
> > as we have greatly narrowed the cases in which the
> session can be
> > resumed.
> 
> Ops! I meant "can't be resumed" ;-).

geartly narrowed, but not completely. e.g. I had to
apply the following patch, otherwise I would get
resume errors about missing fonts randomly when
restoring a session on windows which was suspended on
linux. There are unresolved font issues between
windows and linux. Probably the client 106 has the
fix, but it screws up my restore in other ways, so not
using it for now.

I think the following should be taken and putback
anyway:
----------

$ diff -u Reconnect.c.orig Reconnect.c
--- Reconnect.c.orig    2005-08-17 11:00:24.000000000
-0700
+++ Reconnect.c 2005-08-17 11:03:38.000000000 -0700
@@ -331,9 +331,14 @@
 
   if
(!nxagentReconnectAllFont(reconnectLossyLevel[FONT_STEP]))
   {
-    failedStep = FONT_STEP;
+    /* give "fixed" font a chance */
+    *(int *) reconnectLossyLevel[FONT_STEP] = 1;
+    if
(!nxagentReconnectAllFont(reconnectLossyLevel[FONT_STEP]))
+    {
+      failedStep = FONT_STEP;
 
-    goto nxagentReconnectError;
+      goto nxagentReconnectError;
+    }
   }
 
   if
(!nxagentReconnectAllPixmap(reconnectLossyLevel[PIXMAP_STEP]))

----------

Thanks,
Sunil


--- Gian Filippo Pinzari <pinzari at nomachine.com>
wrote:

> Gian Filippo Pinzari wrote:
> > as we have greatly narrowed the cases in which the
> session can be
> > resumed.
> 
> Ops! I meant "can't be resumed" ;-).
> 
> /Gian Filippo.
> 
> _______________________________________________
> FreeNX-kNX mailing list
> FreeNX-kNX at kde.org
> https://mail.kde.org/mailman/listinfo/freenx-knx
> 



		
__________________________________ 
Yahoo! Mail - PC Magazine Editors' Choice 2005 
http://mail.yahoo.com



More information about the FreeNX-kNX mailing list