On Tue, May 30, 2017 at 2:05 PM, Al Gore <[email protected]> wrote:
> If you do not want to make any modifications to the code, simply download > the > prebuilt .WAR file from: > > http://guacamole.incubator.apache.org/releases/0.9.12-incubating/ > > Open this file with an archive program such as 7zip and you should see a > list of files and folders: > > <http://apache-guacamole-incubating-users.2363388.n4. > nabble.com/file/n1026/Capture.png> > > Open the folder labeled "translations" and will see a list of languages in > the form of "en.json" or "no.json" (by the way you can add to this list if > you want Spanish in there). Edit these files and replace every instance of > "Apache Guacamole" with "V2S Labs". Make sure to save them within the WAR > file. > Please avoid this. The theming support within the extension system exists to allow exactly these sort of changes without making modifications to the .war. Both the translation strings ("en.json", "no.json", etc.), and the appearance of the interface can be overridden using extensions. Using extensions, the same changes can be automatically applied without rebuilding things each release. By manually editing the .war, not only are you avoiding a built-in system designed for doing exactly what you want, but you will need to repeat those changes each time you upgrade. If you still don't want to use the extension system, you really should only modify the .war file through making changes to the source and rebuilding. Patching the pre-built binaries is not a good way of achieving this. - Mike
