[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[SCM] LibreOffice packaging repository branch, ubuntu-quantal-3.6, updated. libreoffice_3.5.4-5-143-g4d4f4d6



The following commit has been merged in the ubuntu-quantal-3.6 branch:
commit f5b7bdbc0bf05ee471776a4dd2460dc5ba2a984e
Author: Bjoern Michaelsen <bjoern.michaelsen@canonical.com>
Date:   Fri Apr 20 19:59:34 2012 +0200

    lp#973134: default to ~/Documents for saving, look for templates in ~/Templates too

diff --git a/patches/lp-973134-default-to-Documents-for-saving-look-for-t.diff b/patches/lp-973134-default-to-Documents-for-saving-look-for-t.diff
new file mode 100644
index 0000000..f5371c0
--- /dev/null
+++ b/patches/lp-973134-default-to-Documents-for-saving-look-for-t.diff
@@ -0,0 +1,51 @@
+From 513695d1fc7b37f3c1bef24404ab4353dae30649 Mon Sep 17 00:00:00 2001
+From: Bjoern Michaelsen <bjoern.michaelsen@canonical.com>
+Date: Fri, 20 Apr 2012 19:55:46 +0200
+Subject: [PATCH] lp#973134: default to ~/Documents for saving, look for
+ templates in ~/Templates too
+
+---
+ .../schema/org/openoffice/Office/Common.xcs        |    6 ++++--
+ 1 file changed, 4 insertions(+), 2 deletions(-)
+
+diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs
+index c74e508..a39b45a 100644
+--- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs
++++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs
+@@ -1900,6 +1900,7 @@
+             <it>$(insturl)/share/template/$(vlang)</it>
+             <it>$(insturl)/share/template/common</it>
+             <it>$(userurl)/template</it>
++            <it>$(work)/Templates</it>
+           </value>
+         </prop>
+         <prop oor:name="UIConfig" oor:type="oor:string-list">
+@@ -1934,7 +1935,7 @@
+             according to the user's needs. The path specified here can be seen
+             in the Open or Save dialog.</desc>
+           </info>
+-          <value>$(work)</value>
++          <value>$(work)/Documents</value>
+         </prop>
+       </group>
+       <group oor:name="Default">
+@@ -2093,6 +2094,7 @@
+             <it>$(insturl)/share/template/$(vlang)</it>
+             <it>$(insturl)/share/template/common</it>
+             <it>$(userurl)/template</it>
++            <it>$(work)/Templates</it>
+           </value>
+         </prop>
+         <prop oor:name="UIConfig" oor:type="oor:string-list">
+@@ -2122,7 +2124,7 @@
+             <desc>Specifies the default working directory where user stores
+             documents.</desc>
+           </info>
+-          <value>$(work)</value>
++          <value>$(work)/Documents</value>
+         </prop>
+       </group>
+     </group>
+-- 
+1.7.9.5
+

-- 
LibreOffice packaging repository


Reply to: