Configuring Frame App
Frame App behavior can be configured on startup of the application (Command Line Arguments) and through configuration files/Windows registry keys. If you are installing Frame App on Windows endpoints and would like to configure the silent installation process, you can find additional documentation here.
Command Line Arguments​
Command line arguments or “launch arguments” are parameters that are automatically passed to a program (via command line) to modify its behavior. Some organizations may choose to use these modifiers to better fit their use case. We will start by providing a list of the available command line arguments and then explain how to configure them based on your operating system.
To launch Frame App with certain command line arguments, start by opening command prompt/terminal on your local machine. Specify the file path for Frame App (include the executable). Append your command line argument(s) after file path.
You may launch Frame App with the specified parameters. Use the table below to understand command line argument options and their syntax.
- Linux
- macOS
- Windows
Command Line Arguments | Description and Syntax Example |
---|---|
displays-auto-arrange | Frame App will launch with virtual displays configured to match your local environment. Example: ./Frame --displays-auto-arrange |
kiosk | Instructs Frame App to launch in full screen, also known as “Kiosk mode.” Example: ./Frame --kiosk |
url | Designates the startup URL, as you would on the “Preferences” page of Frame App. Example: ./Frame --url=console.nutanix.com |
x11-window | Switch from GTK (default) to X11 Windows. This argument should be used with HP ThinPro OS clients. Example: ./Frame --x11-window |
Frame App 7 Tech Preview
Command Line Arguments | Description and Syntax Example |
---|---|
startup-url | Designates the startup URL, as you would on the “Preferences” page of Frame App. Example: --startup-url="https://console.nutanix.com/" |
check-for-updates-on-startup | Frame App will check for updates on startup when this argument is set to ON. Example: --check-for-updates-on-startup=on |
clear-cache-on-startup | Frame App will automatically clear the local cache on startup when argument is set to ON. Example: --clear-cache-on-startup=on |
enable-camera | Frame App will launch with camera functionality enabled when this argument is set to ON. Example: --enable-camera=on |
enable-microphone | Frame App will launch with microphone functionality enabled when this argument is set to ON. Example: --enable-microphone=on |
Administrators using command line arguments with Frame App 7 must provide a value for each argument entered.
Command Line Arguments | Description and Syntax Example |
---|---|
displays-auto-arrange | Frame App will launch with virtual displays configured to match your local environment. Example: open /Applications/Frame.app --args --displays-auto-arrange |
kiosk | Instructs Frame App to launch in full screen, also known as “Kiosk mode.” Example: open /Applications/Frame.app --args --kiosk |
url | Designates the startup URL, as you would on the “Preferences” page of Frame App. Example: open /Applications/Frame.app --args --url=console.nutanix.com |
Frame App 7 Tech Preview
Command Line Arguments | Description and Syntax Example |
---|---|
startup-url | Designates the startup URL, as you would on the “Preferences” page of Frame App. Example: --startup-url="https://console.nutanix.com/" |
check-for-updates-on-startup | Frame App will check for updates on startup when this argument is set to ON. Example: --check-for-updates-on-startup=on |
clear-cache-on-startup | Frame App will automatically clear the local cache on startup when argument is set to ON. Example: --clear-cache-on-startup=on |
enable-camera | Frame App will launch with camera functionality enabled when this argument is set to ON. Example: --enable-camera=on |
enable-microphone | Frame App will launch with microphone functionality enabled when this argument is set to ON. Example: --enable-microphone=on |
Administrators using command line arguments with Frame App 7 must provide a value for each argument entered.
Command Line Arguments | Description and Syntax Example |
---|---|
displays-auto-arrange | Frame App will launch with virtual displays configured to match your local environment. . Example: "C:\Program Files\Frame\Frame.exe" -displays-auto-arrange |
kiosk | Instructs Frame App to launch in full screen, also known as “Kiosk mode.” . Example: "C:\Program Files\Frame\Frame.exe" -kiosk |
url | Designates the startup URL, as you would on the “Preferences” page of Frame App. . Example: "C:\Program Files\Frame\Frame.exe" -url=console.nutanix.com |
Frame App 7 Tech Preview
Command Line Arguments | Description and Syntax Example |
---|---|
startup-url | Designates the startup URL, as you would on the “Preferences” page of Frame App. Example: --startup-url="https://console.nutanix.com/" |
check-for-updates-on-startup | Frame App will check for updates on startup when this argument is set to ON. Example: --check-for-updates-on-startup=on |
clear-cache-on-startup | Frame App will automatically clear the local cache on startup when argument is set to ON. Example: --clear-cache-on-startup=on |
enable-camera | Frame App will launch with camera functionality enabled when this argument is set to ON. Example: --enable-camera=on |
enable-microphone | Frame App will launch with microphone functionality enabled when this argument is set to ON. Example: --enable-microphone=on |
Administrators using command line arguments with Frame App 7 must provide a value for each argument entered.
User Preference Policies​
Frame Administrators can enforce user preference policies across all installations of Frame App for Linux, Frame App for macOS, and/or Frame App for Windows through a preferences.conf file (Linux), plist (macOS), and group policy objects (Windows), respectively.
- Linux
- macOS
- Windows
For Frame App for Linux 6.10 and greater, Frame administrators can control user preferences by creating and saving a configuration file at the location /etc/nutanix-frame/preferences.conf
.
The conf file contains name-value pairs in the format KEY
= VALUE
. Spaces will be ignored. The list of supported keys and associated values are described in the following table.
Key Name | Description | Value(s) |
---|---|---|
ADVANCED_USB | Frame App will enable Advanced USB support when this argument is set to ON. Default Value: ON | ON or OFF |
CHECK_FOR_UPDATES_ON_STARTUP | Frame App will check for updates on startup when this argument is set to ON. If there is an update available, Frame App will ask the user if they wish to download and install the update. Default Value: ON | ON or OFF |
CLEAR_CACHE_ON_STARTUP | Frame App will clear the local cache on startup when this argument is set to ON. Default Value: OFF | ON or OFF |
SEND_ERROR_REPORTS | Frame App will not send error reports to Nutanix when this argument is set to OFF. Default Value: ON | ON or OFF |
STARTUP_URL | Designates the startup Uniform Resource Location (URL). Default Value: https://console.nutanix.com/ | URL |
STARTUP_URL=https://console.nutanix.com/
CLEAR_CACHE_ON_STARTUP=ON
Frame App 7Tech Preview
Key Name | Description | Value(s) |
---|---|---|
STARTUP_URL | Designates the startup Uniform Resource Location (URL). Default Value: https://console.nutanix.com/ | URL |
CHECK_FOR_UPDATES_ON_STARTUP | Frame App will check for updates on startup when this argument is set to ON. If there is an update available, Frame App will ask the user if they wish to download and install the update. Default Value: ON | ON or OFF |
CLEAR_CACHE_ON_STARTUP | Frame App will automatically clear local cache on startup when this argument is set to ON. Default Value: ON | ON or OFF |
ENABLE_CAMERA | Frame App will launch with camera functionality enabled when this argument is set to ON. Default Value: ON | ON or OFF |
ENABLE_MICROPHONE | Frame App will launch with microphone functionality enabled when this argument is set to ON. Default Value: ON | ON or OFF |
- Settings configured via registry keys, preferences.plist, and preferences.conf take precedence over command line arguments.
- Users will be unable to change settings from the Frame App GUI if they are configured via registry keys, preferences.plist, and preferences.conf or command line arguments.
For Frame App for macOS 6.10 and greater, Frame administrators can control user preferences by creating and saving a plist file at the location /Users/Shared/nutanix-frame/preferences.plist
.
The plist file contains name-value pairs in the format:
<key>VALID_KEY</key>
<string>VALID_VALUE</string>
The list of supported keys and associated values are described in the following table.
Key Name | Description | Value(s) |
---|---|---|
ADVANCED_USB | Frame App will enable Advanced USB support when this argument is set to ON. Default Value: ON | ON or OFF |
CHECK_FOR_UPDATES_ON_STARTUP | Frame App will check for updates on startup when this argument is set to ON. If there is an update available, Frame App will ask the user if they wish to download and install the update. Default Value: ON | ON or OFF |
CLEAR_CACHE_ON_STARTUP | Frame App will clear the local cache on startup when this argument is set to ON. Default Value: OFF | ON or OFF |
SEND_ERROR_REPORTS | Frame App will not send error reports to Nutanix when this argument is set to OFF. Default Value: ON | ON or OFF |
STARTUP_URL | Designates the startup Uniform Resource Location (URL). Default Value: https://console.nutanix.com/ | URL |
An example plist file would be:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>STARTUP_URL</key>
<string>https://console.nutanix.com/</string>
<key>CLEAR_CACHE_ON_STARTUP</key>
<string>ON</string>
</dict>
</plist>
Frame App 7 Tech Preview
Key Name | Description | Value(s) |
---|---|---|
STARTUP_URL | Designates the startup Uniform Resource Location (URL). Default Value: https://console.nutanix.com/ | URL |
CHECK_FOR_UPDATES_ON_STARTUP | Frame App will check for updates on startup when this argument is set to ON. If there is an update available, Frame App will ask the user if they wish to download and install the update. Default Value: ON | ON or OFF |
CLEAR_CACHE_ON_STARTUP | Frame App will automatically clear local cache on startup when this argument is set to ON. Default Value: ON | ON or OFF |
ENABLE_CAMERA | Frame App will launch with camera functionality enabled when this argument is set to ON. Default Value: ON | ON or OFF |
ENABLE_MICROPHONE | Frame App will launch with microphone functionality enabled when this argument is set to ON. Default Value: ON | ON or OFF |
- Settings configured via registry keys, preferences.plist, and preferences.conf take precedence over command line arguments.
- Users will be unable to change settings from the Frame App GUI if they are configured via registry keys, preferences.plist, and preferences.conf or command line arguments.
Frame App for Windows 6.3 (and greater) enables Windows administrators to set user preferences via group policy objects (GPOs). This allows Windows administrators to use Windows GPOs to change those preferences for all users or specific users.
Administrators can update Frame App user preferences either in HKEY_LOCAL_MACHINE
or HKEY_CURRENT_USER
. If user preference registry keys are set in HKEY_LOCAL_MACHINE
, those user preferences will take precedence as they will apply to all users. The relative path to the registry keys is \SOFTWARE\Nutanix\Frame\Preferences
.
Key Name | Description | Type | Value(s) |
---|---|---|---|
ADVANCED_USB | Frame App will enable Advanced USB support when this argument is set to ON. Default Value: ON | REG_SZ | ON or OFF |
CHECK_FOR_UPDATES_ON_STARTUP | Frame App will check for updates on startup when this argument is set to ON. If there is an update available, Frame App will ask the user if they wish to download and install the update. Default Value: ON | REG_SZ | ON or OFF |
CLEAR_CACHE_ON_STARTUP | Frame App will clear the local cache on startup when this argument is set to ON. Default Value: OFF | REG_SZ | ON or OFF |
SEND_ERROR_REPORTS | Frame App will not send error reports to Nutanix when this argument is set to OFF. Default Value: ON | REG_SZ | ON or OFF |
STARTUP_URL | Designates the startup Uniform Resource Location (URL). Default Value: https://console.nutanix.com/ | REG_SZ | URL |
STARTUP_URL=https://console.nutanix.com/
CLEAR_CACHE_ON_STARTUP=ON
Frame App 7 Tech Preview
Key Name | Description | Value(s) |
---|---|---|
STARTUP_URL | Designates the startup Uniform Resource Location (URL). Default Value: https://console.nutanix.com/ | URL |
CHECK_FOR_UPDATES_ON_STARTUP | Frame App will check for updates on startup when this argument is set to ON. If there is an update available, Frame App will ask the user if they wish to download and install the update. Default Value: ON | ON or OFF |
CLEAR_CACHE_ON_STARTUP | Frame App will automatically clear local cache on startup when this argument is set to ON. Default Value: ON | ON or OFF |
ENABLE_CAMERA | Frame App will launch with camera functionality enabled when this argument is set to ON. Default Value: ON | ON or OFF |
ENABLE_MICROPHONE | Frame App will launch with microphone functionality enabled when this argument is set to ON. Default Value: ON | ON or OFF |
- Settings configured via registry keys, preferences.plist, and preferences.conf take precedence over command line arguments.
- Users will be unable to change settings from the Frame App GUI if they are configured via registry keys, preferences.plist, and preferences.conf or command line arguments.
Local Cache​
Frame App functions similarly to web browsers. Frame App contains a local cache that saves cookies, session tokens, and specific user preferences (e.g., automatically use all local displays). The cache can be deleted manually when required.
Follow the steps below based on the operating system on which Frame App is installed. Replace $USER
with the name of your user.
- Linux
- macOS
- Windows
/home/$USER/.Nutanix/Frame/cache
/Users/$USER/Library/Application Support/com.nutanix.frame/cache
C:\Users\$USER\AppData\Nutanix\Frame\cache
The removal of the local cache will not remove the Startup URL value as this is stored either in the Preferences database or in the registry (for Windows).
Log Location​
Frame App writes its logs to the following locations. Replace username
with the name of your user.
- Linux
- macOS
- Windows
/home/$USER/.Nutanix/Frame/
/Users/$USER/Library/Application Support/com.nutanix.frame/
C:\Users\$USER\AppData\Nutanix\Frame\logs