[prev in list] [next in list] [prev in thread] [next in thread] 

List:       freenx-knx
Subject:    Re: [FreeNX-kNX] DPI an issue with 1.5?
From:       Sunil <funtoos () yahoo ! com>
Date:       2005-09-20 19:38:22
Message-ID: 20050920193823.5687.qmail () web31712 ! mail ! mud ! yahoo ! com
[Download RAW message or body]

> 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@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@kde.org
> https://mail.kde.org/mailman/listinfo/freenx-knx
> 



		
__________________________________ 
Yahoo! Mail - PC Magazine Editors' Choice 2005 
http://mail.yahoo.com
_______________________________________________
FreeNX-kNX mailing list
FreeNX-kNX@kde.org
https://mail.kde.org/mailman/listinfo/freenx-knx

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic