<p></p>
<p>Nice, applying that approach worked with small modification! Thank you!</p>
<p><code>DEFAULT_JVM_OPTS</code> didn't work, but this command works to execute Bisq with the right zoom from the commandline:</p>
<div class="highlight highlight-source-shell"><pre>JAVA_TOOL_OPTIONS=<span class="pl-s"><span class="pl-pds">"</span>-Dglass.gtk.uiScale=1.4 -XX:MaxRAM=4g<span class="pl-pds">"</span></span> /opt/Bisq/Bisq</pre></div>
<h3>Short Tutorial</h3>
<p>To make this work from the dock (clicking on icon) I had to create <code>/opt/Bisq/Bisq-runner.sh</code> with</p>
<div class="highlight highlight-source-shell"><pre><span class="pl-c"><span class="pl-c">#!</span>/bin/bash</span>
JAVA_TOOL_OPTIONS=<span class="pl-s"><span class="pl-pds">"</span>-Dglass.gtk.uiScale=1.4 -XX:MaxRAM=4g<span class="pl-pds">"</span></span> /opt/Bisq/Bisq</pre></div>
<p>Make it executable <code>chmod +x /opt/Bisq/Bisq-runner.sh</code>.<br>
And  then update <code>/opt/Bisq/Bisq.desktop</code> and/or <code>/usr/share/applications/Bisq.desktop</code> to</p>
<pre><code>...
Exec=/opt/Bisq/Bisq-runner.sh
</code></pre>
<p>(I had to create the runner, because the .desktop spec doesn't seem to allow variable setting: <a href="https://specifications.freedesktop.org/desktop-entry-spec/desktop-entry-spec-1.0.html" rel="nofollow">https://specifications.freedesktop.org/desktop-entry-spec/desktop-entry-spec-1.0.html</a>)</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/bisq-network/bisq/issues/4541#issuecomment-695758900">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AJFFTNWKV3CLHOMNHI3GGYLSGW2MXANCNFSM4RTKHLLQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AJFFTNUYGTV37CAMHPS2HYTSGW2MXA5CNFSM4RTKHLL2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOFF4HANA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/bisq-network/bisq/issues/4541#issuecomment-695758900",
"url": "https://github.com/bisq-network/bisq/issues/4541#issuecomment-695758900",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>