Update desktop flags article

This commit is contained in:
Svetlana Maleeva 2021-12-24 13:34:10 +03:00
parent b2adfbc5eb
commit 484de777a6
10 changed files with 11 additions and 10 deletions

View File

@ -35,18 +35,19 @@
<h5>Running Desktop Editors in debug mode</h5>
<p>This option can be used on all operating systems.</p>
<p><code>--ascdesktop-support-debug-info</code> - is used to run ONLYOFFICE Desktop Editors in debug mode with the ability to open the console. To start working in debug mode, right-click any editable field on the top toolbar (for example, font list combo) and click Inspect Element.</p>
<p><img alt="Inspect element" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Guides/big/guide151/inspect.png")%>" /></p>
<p><img alt="Inspect element" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Guides/big/guide159/inspect.png")%>" /></p>
<h5>Customizing Desktop Editors window</h5>
<p>These options can be used on Linux OS.</p>
<p><code>--system-title-bar</code> - is used to run ONLYOFFICE Desktop Editors in a system window.</p>
<p><img alt="System window" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Guides/big/guide151/system-title-bar.png")%>" /></p>
<p><img alt="System window" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Guides/big/guide159/system-title-bar.png")%>" /></p>
<p><code>--custom-title-bar</code> - is used to run ONLYOFFICE Desktop Editors in a standard window (not a system one). This flag is used to cancel the effect of the <code>--system-title-bar</code> flag.</p>
<p><img alt="Standard window" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Guides/big/guide151/custom-title-bar.png")%>" /></p>
<p><img alt="Standard window" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Guides/big/guide159/custom-title-bar.png")%>" /></p>
<h5>Running Desktop Editors along with opening a file in a certain mode</h5>
<p>These options can be used on Windows and Linux OS.</p>
<p><code>--review=path/to/file</code> - is used to open an existing DOCX file in the Track Changes mode without the ability to disable this mode. The XLSX and PPTX files will be opened in the viewing mode, as the track changes mode is not currently supported in spreadsheets and presentations.</p>
<p><code>--view=path/to/file</code> - is used to open an existing DOCX, XLSX, or PPTX file in the viewing mode without the ability to switch to the editing mode.</p>
<div class="notehelp">Replace <code>path/to/file</code> with an actual full path to an existing file. The file path must be enclosed in double quotes. E.g., <code>--review="C:\Users\username\Documents\Document1.docx"</code> for Windows, <code>--review="/home/username/Documents/Document1.docx"</code> for Linux<%--, <code>--review="/Users/username/Documents/Document1.docx"</code> for MacOS--%>.</div>
<div class="notehelp">Replace <code>path/to/file</code> with an actual full path to an existing file. The file path must be enclosed in double quotes. E.g., <code>--review="C:\Users\username\Documents\Document1.docx"</code> for Windows, <code>--review="/home/username/Documents/Document1.docx"</code> for Linux.</div>
<p><code>--force-use-tab</code> - is used together with the <code>--review=path/to/file</code> or <code>--view=path/to/file</code> flags to open an existing DOCX file in a new tab of the main window. Otherwise, the document opens in a separate window.</p>
<h5>Running Desktop Editors as an independent process</h5>
<p>This option can be used on all operating systems.</p>
<p><code>--single-window-app</code> - is used to run the desktop editors in a new application as an independent process in case one instance of the application is already launched. If you close the first application, youll not see the "All the editor windows will be closed" warning and the second one will remain opened.</p>
@ -80,7 +81,7 @@
<li>Open the <b>Shortcut</b> tab.</li>
<li>In the Target field, after the path to the application, enter a space and then type the necessary flag.</li>
<li>Click the <b>Apply</b> button.
<p><img alt="Shortcut" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Guides/big/guide151/shortcut.png")%>" /></p>
<p><img alt="Shortcut" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Guides/big/guide159/shortcut.png")%>" /></p>
</li>
<li>You will need to provide administrator permissions to change this settings. Click <b>Continue</b>.</li>
<li>Launch the application by clicking the shortcut.</li>
@ -89,12 +90,12 @@
<ol>
<li>Press <b>Win+R</b>.</li>
<li>In the appeared <b>Run</b> window, type cmd in the <b>Open</b> field.
<p><img alt="Run" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Guides/big/guide151/run.png")%>" /></p>
<p><img alt="Run" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Guides/big/guide159/run.png")%>" /></p>
</li>
<li>Click the <b>OK</b> button. The terminal will be opened.</li>
<li>In the command line, enter the path to the application, add a space and then type the necessary flag, for example:
<pre><code>"%ProgramFiles%\ONLYOFFICE\DesktopEditors\DesktopEditors" --ascdesktop-support-debug-info</code></pre>
<p><img alt="Terminal" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Guides/big/guide151/windows.png")%>" /></p>
<p><img alt="Terminal" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Guides/big/guide159/windows.png")%>" /></p>
</li>
<li>Press Enter.</li>
</ol>
@ -105,7 +106,7 @@
<li>Press <b>CTRL+ALT+T</b>. The terminal will be opened.</li>
<li>In the command line, enter <code>/usr/bin/desktopeditors</code>, add a space and then type the necessary flag, for example:
<pre><code>/usr/bin/desktopeditors --ascdesktop-support-debug-info</code></pre>
<p><img alt="Terminal" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Guides/big/guide151/linux.png")%>" /></p>
<p><img alt="Terminal" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Guides/big/guide159/linux.png")%>" /></p>
</li>
<li>Press Enter.</li>
</ol>
@ -115,12 +116,12 @@
<ol>
<li>Press <b>Command+Space</b>.</li>
<li>In the appeared <b>Spotlight</b> window, type <b>Terminal</b> in the search line:
<p><img alt="Spotlight" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Guides/big/guide151/macos.png")%>" /></p>
<p><img alt="Spotlight" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Guides/big/guide159/macos.png")%>" /></p>
</li>
<li>Choose the <b>Terminal</b> option. The terminal will be opened.</li>
<li>In the command line, enter the path to the application, add a space and then type the necessary flag, for example:
<pre><code>"/Applications/ONLYOFFICE.app/Contents/MacOS/ONLYOFFICE" --ascdesktop-support-debug-info</code></pre>
<p><img alt="Terminal" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Guides/big/guide151/macos2.png")%>" /></p>
<p><img alt="Terminal" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Guides/big/guide159/macos2.png")%>" /></p>
</li>
<li>Press Enter.</li>
</ol>

View File

Before

Width:  |  Height:  |  Size: 7.3 KiB

After

Width:  |  Height:  |  Size: 7.3 KiB

View File

Before

Width:  |  Height:  |  Size: 41 KiB

After

Width:  |  Height:  |  Size: 41 KiB

View File

Before

Width:  |  Height:  |  Size: 6.2 KiB

After

Width:  |  Height:  |  Size: 6.2 KiB

View File

Before

Width:  |  Height:  |  Size: 9.3 KiB

After

Width:  |  Height:  |  Size: 9.3 KiB

View File

Before

Width:  |  Height:  |  Size: 5.8 KiB

After

Width:  |  Height:  |  Size: 5.8 KiB

View File

Before

Width:  |  Height:  |  Size: 3.9 KiB

After

Width:  |  Height:  |  Size: 3.9 KiB

View File

Before

Width:  |  Height:  |  Size: 8.2 KiB

After

Width:  |  Height:  |  Size: 8.2 KiB

View File

Before

Width:  |  Height:  |  Size: 8.5 KiB

After

Width:  |  Height:  |  Size: 8.5 KiB

View File

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 10 KiB