Ask Your Question
0

Recovery.xcu file loaction

asked 2012-09-06 07:45:16 +0200

this post is marked as community wiki

This post is a wiki. Anyone with karma >750 is welcome to improve it.

updated 2012-09-06 07:45:16 +0200

anonymous user

Anonymous

hey anyone know where is Recovery.xcu file is located in ubuntu 12.04 with libreoffice 3.6.0.4 .i want to disable recovery feature and after googling i find out deleting recovery.xcu file can help but i can't able to figure out where it is located.

delete close flag offensive retag edit

Comments

Take a look: http://wiki.documentfoundation.org/UserProfile

mariosv ( 2012-09-06 10:15:29 +0200 )edit

2 Answers

Sort by » oldest newest most voted
0

answered 2013-01-04 18:41:29 +0200

this post is marked as community wiki

This post is a wiki. Anyone with karma >750 is welcome to improve it.

updated 2013-01-04 18:41:29 +0200

BugCatcher gravatar image BugCatcher
11 1

I found the path for "registrymodifications.xcu" to be: /home/[user name]/.libreoffice/3/user.

I also found the file in: /home/[user name]/.config/libreoffice/3/user

However, there is nothing to do with recovery in those files, even though office flags files as needing recovery.

Where else can I look?

link delete flag offensive edit

Comments

Message: Recovery Failed

manj_k ( 2013-01-04 20:36:37 +0200 )edit
0

answered 2012-09-06 14:28:38 +0200

manj_k gravatar image manj_k
5622 4 31 48

"Recovery.xcu" has been integrated in "registrymodifications.xcu"
(since OpenOffice.org 3.3.0, as far as I remember).

You'll find that item in the LibreOffice user profile (s.a.), file "registrymodifications.xcu":

<item oor:path="/org.openoffice.Office.Recovery/AutoSave">
 <prop oor:name="Enabled" oor:op="fuse">
  <value>true</value>
 </prop>
</item>
<item oor:path="/org.openoffice.Office.Recovery/AutoSave">
 <prop oor:name="TimeIntervall" oor:op="fuse">
  <value>10</value>
 </prop>
</item>
<item oor:path="/org.openoffice.Office.Recovery/RecoveryInfo">
 <prop oor:name="Crashed" oor:op="fuse">
  <value>false</value>
 </prop>
</item>
<item oor:path="/org.openoffice.Office.Recovery/RecoveryList">
 <node oor:name="recovery_item_1" oor:op="replace">
[...]

If you want to disable AutoRecovery information every xx Minutes:

Tools → Options → Load/Save → General → Save
☑ Save AutoRecovery information every 15 Minutes [enabled]
☐ Save AutoRecovery information every 15 Minutes [disabled]

<item oor:path="/org.openoffice.Office.Recovery/AutoSave">
 <prop oor:name="Enabled" oor:op="fuse">
  <value>false</value>
 </prop>
</item>
link delete flag offensive edit

Login/Signup to Answer

Donate

LibreOffice is made available by volunteers around the globe, backed by a charitable Foundation. Please support our efforts: Your donation helps us to deliver a better product!

Question tools

Follow

subscribe to rss feed

Stats

Asked: 2012-09-06 07:45:16 +0200

Seen: 1,127 times

Last updated: Jan 04