Changes for page Desktop Client

Last modified by michelk on 2021/09/09 20:56

From version 5.1
edited by michelk
on 2021/09/09 18:01
Change comment: Import
To version 1.1
edited by ryanp
on 2021/09/09 18:01
Change comment: Import

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.michelk
1 +XWiki.ryanp
Content
... ... @@ -52,13 +52,6 @@
52 52  
53 53  If the client requires additional URLs to access the panel, depending on the location of the user, they can be set up in the Administration interface. See Desktop Client Configuration.
54 54  )))
55 -|=(% colspan="1" %)(% colspan="1" %)
56 -(((
57 -Host parameters
58 -)))|(% colspan="1" %)(% colspan="1" %)
59 -(((
60 -This allows the user to add additional parameters to the configured iSymphony server. For example: this could be used to set the language of the application by providing the parameter ~{~{locale=ja_jp}}
61 -)))
62 62  |=(((
63 63  Global Hotkey:
64 64  )))|(((
... ... @@ -101,7 +101,7 @@
101 101  |=(((
102 102  **Application Path:**
103 103  )))|(((
104 -/usr/bin/open
97 +open
105 105  )))
106 106  |=(((
107 107  **Argument Format String**:
... ... @@ -108,14 +108,8 @@
108 108  )))|(((
109 109  http:~/~/www.getisymphony.com?q=${PBX(UNIQUEID)
110 110  
111 -{{{-a /Applications/FireFox.app --args }}}}
104 +{{{/Applications/FireFox.app }}}}
112 112  )))
113 -
114 -
115 -
116 -The documentation for the open command can be found here:
117 -
118 -[[https:~~/~~/developer.apple.com/legacy/library/documentation/Darwin/Reference/ManPages/man1/open.1.html>>url:https://developer.apple.com/legacy/library/documentation/Darwin/Reference/ManPages/man1/open.1.html||shape="rect"]]
119 119  {{/info}}
120 120  
121 121  
... ... @@ -133,22 +133,19 @@
133 133  == (% style="color: rgb(0,0,0);" %)Windows(%%) ==
134 134  
135 135  {{code}}
136 -Version 2.1+: C:\Users\<username>\AppData\Roaming\iSymphony Desktop\iSymphonyDesktop.json
137 -Version 1.x: C:\Users\<username>\AppData\Roaming\iSymphony\iSymphony.json
123 +C:\Users\<username>\AppData\Roaming\iSymphony\iSymphony.json
138 138  {{/code}}
139 139  
140 140  == OS X ==
141 141  
142 142  {{code}}
143 -Version 2.1+: /Users/<username>/Library/Application Support/iSymphony Desktop/iSymphonyDesktop.json
144 -Version 1.0: /Users/<username>/Library/Application Support/iSymphony.json
129 +/Users/<username>/Library/Application Support/iSymphony.json
145 145  {{/code}}
146 146  
147 147  == Linux ==
148 148  
149 149  {{code}}
150 -Version 2.1+: /home/<username>/iSymphony/iSymphony Desktop/iSymphonyDesktop.json
151 -Versin 1.0: /home/<username>/iSymphony/iSymphony.json
135 +/home/<username>/iSymphony/iSymphony.json
152 152  {{/code}}
153 153  {{/layout-cell}}
154 154  {{/layout-section}}