diff options
author | sakib <[email protected]> | 2019-04-09 23:20:09 +0600 |
---|---|---|
committer | sakib <[email protected]> | 2019-04-09 23:20:09 +0600 |
commit | 1f97a807c5766cb3225732efbae2126761378e6c (patch) | |
tree | aa573d19e9afa62fa12f607d77f24c907457a80b | |
parent | 3d76ad3b6f1281430670f028a5514a281cbc6a22 (diff) | |
download | mate-user-guide-1f97a807c5766cb3225732efbae2126761378e6c.tar.bz2 mate-user-guide-1f97a807c5766cb3225732efbae2126761378e6c.tar.xz |
remove custom-command-options section and correct syntax
-rw-r--r-- | mate-user-guide/C/goscustdesk.xml | 79 |
1 files changed, 2 insertions, 77 deletions
diff --git a/mate-user-guide/C/goscustdesk.xml b/mate-user-guide/C/goscustdesk.xml index ee5a093..a6489c4 100644 --- a/mate-user-guide/C/goscustdesk.xml +++ b/mate-user-guide/C/goscustdesk.xml @@ -167,9 +167,7 @@ keys that provides an alternative to standard ways of performing an action. For <para>Use the <application>Preferred Applications</application> preference tool to specify the applications that you want the MATE Desktop to use when the MATE Desktop starts an application -for you. For example, you can specify the web browser application (<application>Epiphany -</application>, <application>Mozilla Firefox</application>, <application>Opera</application> -...) to launch when you click on a link in other applications such as +for you. For example, you can specify the web browser application (<application>Epiphany</application>, <application>Mozilla Firefox</application>, <application>Opera</application>...) to launch when you click on a link in other applications such as email clients or document viewers.</para> <para> <application>Preferred Applications</application> can be found by going to @@ -204,80 +202,7 @@ email clients or document viewers.</para> </itemizedlist> <para>For each preferred application category, a drop-down menu contains a list of possible applications you can choose from. The list depends on the applications installed on your computer.</para> - <para>In each category, the last item in the menu (<guimenuitem>Custom</guimenuitem>) permits you to customize the command used by the system when the specific launch action occurs.</para> - - <section xml:id="goscustlookandfeel-32"><info><title>Custom Command Options</title></info> - <indexterm> - <primary>preferred applications</primary> - <secondary>custom command</secondary> - </indexterm> - <para>The following table summarizes the various options you can choose from when you select -<guimenuitem>Custom</guimenuitem> in the drop-down application menu.</para> - <table frame="topbot" xml:id="goscustlookandfeel-TBL-37"><info><title>Custom command options</title></info> - <tgroup cols="2" colsep="1" rowsep="1"> - <colspec colname="colspec0" colwidth="18.86*"/> - <colspec colname="colspec1" colwidth="47.14*"/> - <thead> - <row> - <entry colsep="0" rowsep="1"> - <para>Dialog Element</para> - </entry> - <entry colsep="0" rowsep="1"> - <para>Description</para> - </entry> - </row> - </thead> - <tbody> - <row> - <entry colname="colspec0" colsep="0" rowsep="0" valign="top"> - <para> - <guilabel>Command</guilabel> - </para> - </entry> - <entry colname="colspec1" colsep="0" rowsep="0" valign="top"> - <para>Enter the command to execute to start the custom application. For the <application>Web -Browser</application> and the <application>Mail Reader</application> applications, you can include a <literal>%s</literal> -after the command to tell the application to use the URL or Email address you clicked on. The exact command arguments -may depend on the specific application.</para> - </entry> - </row> - <row> - <entry colname="colspec0" colsep="0" rowsep="0" valign="top"> - <para> - <guilabel>Run in terminal</guilabel> - </para> - </entry> - <entry colname="colspec1" colsep="0" rowsep="0" valign="top"> - <para>Select this option to run the command in a terminal window. Select this option for an - application that does not create a window in which to run.</para> - </entry> - </row> - <row> - <entry colname="colspec0" colsep="0" rowsep="0" valign="top"> - <para> - <guilabel>Execute flag (Terminal only)</guilabel> - </para> - </entry> - <entry colname="colspec1" colsep="0" rowsep="0" valign="top"> - <para>Most terminal applications have an option that cause them to treat the remaining command line options as -commands to run (<option>-x</option> for <application>mate-terminal</application>). Enter this option here. - For example, this is used when executing a command of a launcher for which the chosen type is Application in Terminal.</para> - </entry> - </row> - <row> - <entry colname="colspec0" colsep="0" rowsep="0" valign="top"> - <para> - <guilabel>Run at start (Accessibility only)</guilabel> - </para> - </entry> - <entry colname="colspec1" colsep="0" rowsep="0" valign="top"> - <para>Select this option to run the command as soon as your session begins.</para> - </entry> - </row> - </tbody> - </tgroup> - </table> - </section> + <tip><formalpara><title>Run at start (Accessibility only)</title><para>Select this option to run the command as soon as your session begins.</para></formalpara></tip> </section> </section> |