<html>
<head>
<base href="https://bugs.documentfoundation.org/">
</head>
<body><span class="vcard"><a class="email" href="mailto:libreoffice@nisz.hu" title="NISZ LibreOffice Team <libreoffice@nisz.hu>"> <span class="fn">NISZ LibreOffice Team</span></a>
</span> changed
<a class="bz_bug_link
bz_status_NEW "
title="NEW - Save image pointing to LibreOfficeDev\4\user\gallery by default"
href="https://bugs.documentfoundation.org/show_bug.cgi?id=140946">bug 140946</a>
<br>
<table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>What</th>
<th>Removed</th>
<th>Added</th>
</tr>
<tr>
<td style="text-align:right;">Ever confirmed</td>
<td>
</td>
<td>1
</td>
</tr>
<tr>
<td style="text-align:right;">Status</td>
<td>UNCONFIRMED
</td>
<td>NEW
</td>
</tr></table>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - Save image pointing to LibreOfficeDev\4\user\gallery by default"
href="https://bugs.documentfoundation.org/show_bug.cgi?id=140946#c3">Comment # 3</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - Save image pointing to LibreOfficeDev\4\user\gallery by default"
href="https://bugs.documentfoundation.org/show_bug.cgi?id=140946">bug 140946</a>
from <span class="vcard"><a class="email" href="mailto:libreoffice@nisz.hu" title="NISZ LibreOffice Team <libreoffice@nisz.hu>"> <span class="fn">NISZ LibreOffice Team</span></a>
</span></b>
<pre>Confirming with
Version: 7.2.0.0.alpha0+ (x64) / LibreOffice Community
Build ID: a889bca4a1912da1e402181d8acd6ef7683e2f53
CPU threads: 4; OS: Windows 10.0 Build 18363; UI render: default; VCL: win
Locale: hu-HU (hu_HU); UI: en-US
Calc: CL
Insert - Image uses the same directory.
This comes from officecfg/registry/data/org/openoffice/Office/Paths.xcu see the
key "Graphic".
Speculation:
using ($username) might help, although I'm unsure about how to set a Pictures
component after it in a platform and locale-independent way.
We use (internally) this default config snippet:
<node oor:name="Paths">
<node oor:name="Graphic" oor:op="fuse">
<prop oor:name="WritePath" oor:op="fuse">
<value>file:///C:/Users/$(username)/Pictures</value>
</prop>
</node>
</node>
This works for us on Windows, but too hardcoded for straight upstreaming :).
Looking at framework/source/services/substitutepathvars.cxx might be needed
too.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>