Skip to content

Commit

Permalink
Docs: Update xlet-settings-ref.xml (#9813)
Browse files Browse the repository at this point in the history
Fixes a typo.
Specifies the use of the `xlet-settings` command from Cinnamon 4.2..
  • Loading branch information
claudiux committed Jan 2, 2021
1 parent 7e78f17 commit 495726f
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions docs/reference/cinnamon-tutorials/xlet-settings-ref.xml
Expand Up @@ -253,7 +253,7 @@
"title" : "3rd section",
"sections" : ["setting5", "setting6"]
},
"section1" : {
"section4" : {
"type" : "section",
"title" : "4th section",
"sections" : ["setting7", "setting8"]
Expand Down Expand Up @@ -454,14 +454,21 @@
<title>Accessing the settings window from command-line</title>

<para>
You can access the settings with the following command:
You can access the settings with one of the following commands:
</para>
<informalexample>
<programlisting>
xlet-settings &lt;type&gt; &lt;uuid&gt; &lt;instanceid&gt;</programlisting>
</informalexample>
<informalexample>
<programlisting>
xlet-settings &lt;type&gt; &lt;uuid&gt; -i &lt;instanceid&gt; -t &lt;tabnumber&gt;</programlisting>
</informalexample>
<para>
Where <code>type</code> is <code>applet</code>, <code>desklet</code> or <code>extension</code> depending on what type it is. The <code>instanceid</code> is optional. The <code>tabnumber</code> is optional and designates the tab (or page) you want to access; the tabs are numbered from <code>0</code> to <code>number of tabs - 1</code>.
</para>
<para>
Where <code>type</code> is <code>applet</code>, <code>desklet</code> or <code>extension</code> depending on what type it is. The <code>instanceid</code> is optional.
The second command is new in Cinnamon 4.2.
</para>
</sect2>
</chapter>

0 comments on commit 495726f

Please sign in to comment.