[Okular-devel] [Bug 163363] cannot save open documents to new location

Pino Toscano pino at kde.org
Sat Jun 7 23:09:12 CEST 2008


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=163363         
pino kde org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From pino kde org  2008-06-07 23:09 -------
SVN commit 818136 by pino:

Keep an open file handle on the local file currently open: this way, we can get it back from it,
in case for some reason (read: Firefox blindly removing temporary files) it gets "deleted".
Of course, this works (and thus it is activated) only on UNIX systems (as the file is not deleted for real until there are open handles on it).
BUG: 163363
(If not wanted, this behavior can be disabled by export'ing OKULAR_NO_KEEP_FILE_OPEN to 1.)

Also, in case the local file gets deleted but the real document is remote, use its (remote) URL for the copy.


 M  +113 -2    part.cpp  
 M  +2 -0      part.h  


WebSVN link: http://websvn.kde.org/?view=rev&revision=818136


More information about the Okular-devel mailing list