https://bugs.freedesktop.org/show_bug.cgi?id=49379
--- Comment #2 from Stephan Bergmann <[email protected]> 2012-05-03 00:23:15 PDT --- Created attachment 60946 --> https://bugs.freedesktop.org/attachment.cgi?id=60946 Sample extension to change temp path Turns out these paths are stored in two different formats in the configuration, an old format (/org.openoffice.Office.Common/Path) and a new format (/org.openoffice.Office.Paths/Paths), and you explicitly need to deactivate the old format if you store something in the new format (cf. PathSettings::impl_storePath in framework/source/services/pathsettings.cxx). The attached temp.xcu is an example extension to change the temp path (works on current master). -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ Libreoffice-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
