[X2Go-Commits] [[X2Go Wiki]] page changed: wiki:advanced:branding-theming
wiki-admin at x2go.org
wiki-admin at x2go.org
Fri Jan 26 20:12:55 CET 2024
A page in your DokuWiki was added or changed. Here are the details:
Browser : Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36
IP Address : 178.202.75.45
Hostname : ip-178-202-075-045.um47.pools.vodafone-ip.de
Old Revision : https://wiki.x2go.org/doku.php/wiki:advanced:branding-theming?rev=1706295667
New Revision : https://wiki.x2go.org/doku.php/wiki:advanced:branding-theming
Date of New Revision: 2024/01/26 19:12
Edit Summary : [X2GoClient Command Line Parameters] added description for support parameter
User : stefanbaur
There may be newer changes after this revision. If this
happens, a message will be shown on the top of the rev page.
@@ -2,12 +2,31 @@
X2GoClient can be branded/themed to match your Corporate Design/Corporate Identity.
===== X2GoClient Command Line Parameters =====
- The command line parameters for X2GoClient are:
+ The relevant command line parameters for X2GoClient are:
* ''--branding=</path/to/filename.svg>'' to change the logo in the lower left (default: face of a baby seal)
* ''--background=</path/to/filename.svg>'' to change the background (default: shades of blue fanning out to the right)
+
+ * ''--support-menu=</path/to/html-file.html>'' to add a //Support...// submenu item to X2GoClient's //Help// menu. The support information is provided via a simple HTML file. Example:
+ <code>
+ <html>
+ <head>
+ <title>Support Information</title>
+ </head>
+ <body>
+ <h1>In case of issues with this application:</h1>
+ First, check the <a href="http://intranet.example.com/self-help#X2Go>Intranet Self-Help section on X2Go</a>.<br>
+ If the issue persists, contact the helpdesk via:<br>
+ Phone: +1 212 555-1234
+ E-Mail: <a href="mailto:support at example.com">support at example.com</a>
+ <br>
+ <br/>
+ Thank you for using X2Go today, take care, and goodbye!
+ </body>
+ </html>
+ </code>
Path names may be relative (starting with a dot and a slash) or absolute, or missing entirely.
On Windows, backslashes and drive letters may be used.
--
This mail was generated by DokuWiki at
https://wiki.x2go.org/
More information about the x2go-commits
mailing list