Change Background on a Large Display
To change the Background on your large display Bluescape application, follow the steps below:
-
Log into the Large Display’s PC as an Administrator.
-
If open, close the Bluescape for large display application.
-
Open the picture file you want to use as a background to ensure it opens successfully.
-
Close the image file.
-
Navigate to
C:\ProgramData\BluescapeLargeDisplay,
and using Notepad, open theapp-config.json
file. -
Add the following to the last line in the
clientConfiguration
section of the json file with the correct file path:
“wallBackgroundImageFile”:“C:\\Users\\Admin\\Downloads\\111.jpg”
Note: The file path must have two slashes separating each area. Also, in the line above, you must add a comma to the end of the line. If the line is not added to the last line in clientConfiguration
as seen in Example 2 below.
Example 1:
"guest": false,
"sentryDsn": "https:/0018a5c80a484fcb798@o966/450430118112",
“wallBackgroundImageFile”:“C:\\Users\\Admin\\Downloads\\111.jpg”
If you are not adding “wallBackgroundImageFile” to the last line in the clientConfiguration
section, use a coma after the text:
“wallBackgroundImageFile”:“C:\\Users\\Admin\\Downloads\\111.jpg”,
Example 2:
"guest": false,
"wallBackgroundImageFile":"C:\\Users\\Shaun\\Downloads\\111.jpg",
"sentryDsn": "https:/0018a5c80a484fcb798@o966/450430118112"
-
Save the file.
-
Launch Bluescape, and the new background is visible.
Note: If this is done incorrectly, you will have to rename your wall with a new name and re-point the app to the appropriate instance.
Enable logs
-
Ensure the app is closed.
-
Open the Windows Run prompt by pressing Windows + R.
-
Type in sysdm.cpl and click OK.
-
Open the Advanced tab and in the System Properties window, click on the Environment Variables button.
-
The Environment Variables window is divided into two sections. You can add a variable to the system-wide environment variables. Under the User section, click New.
-
In the New User Variable prompt, enter the variable name
ENABLE_NATIVE_CLIENT_LOCAL_LOGS
and value1
and click OK. -
Start the application.
-
Logs will be stored in the following location:
C:\Users\<username>\AppData\Roaming\Bluescape\logs
.
Set Inactivity Timeout
In the user-config.json file, add a value to preferences called “activityTimeoutSession”, along with a timeout value (in seconds).
E.g. “activityTimeoutSession”: 300
Disable Windows pop-up side toolbars
-
In the Windows search bar, type: Edit Group Policy.
-
Open Edit Group Policy.
-
Under the Computer Configuration tab, double-click Administrative Templates.
-
Double click Windows Components.
-
In Windows components, search for Edge UI and double-click it.
-
Double click Allow Edge Swipe.
-
Select the disabled radial button, and select apply, and then OK.
-
Restart the PC and the pop-up side toolbars should no longer display.