Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Windows: %LOCALAPPDATA%\flexvdi-client\settings.ini
  • Linux: $XDG_CONFIG_HOME/flexvdi-client/settings.ini or $HOME/.config/flexvdi-client/settings.ini if $XDG_CONFIG_HOME is not set
  • Mac OS: $HOME/.config/flexvdi-client/settings.ini

The configuration file follows the classic INI file format. Four sections are accepted: General, Session, Devices and Layout. Any unknown section or option is silently ignored. Keys are case-sensitive, and the they can have a string, integer or boolean value. Boolean values can be either "true" or "false", in lower-case; anything else is an error. Finally, some keys accept lists of values. In that case, they are written as a semicolon-separated list of values.

...

  • Windows: %LOCALAPPDATA%\flexvdi-client\flexvdi-client.log
  • Linux: $XDG_DATA_HOME/flexvdi-client/flexvdi-client.log, or $HOME/.local/share/flexvdi-client/flexvdi-client.log if $XDG_HOME is not set.
  • Mac OS: $HOME/.local/share/flexvdi-client/flexvdi-client.log

...

No Format
# filter out HID (class 0x03) USB devices and allow anything else
0x03,-1,-1,-1,0|-1,-1,-1,-1,1

# allow only the device with Vendor ID 0x045e and Product ID 0x028e (a Microsoft XBOX USB controller)
-1,0x045e,0x028e,-1,1|-1,-1,-1,-1,0

Options in the command line

...