User Client Options

The user client is used to display user balances, system notifications and request information from the users. This is discussed in more detail in the section called “User Client”. The user client implements a number of command-line options that change it's behavior.

OptionDescription

--silent

The silent option tells the client not to report errors if it has problems connecting to the server. If the server is unavailable at time of startup (e.g. the client is not connected to the network), or if the user does not currently exist in the database, the client will simply sleep waiting for the condition to change.

This option can also be set by adding a silent=Y line to the client config.properties.

--debug

The debug option tells the client to log activity to a file called user-client.log which will be created in the user's home directory.

This option can also be set by adding a debug=Y line to the client config.properties.

--minimized

The minimized option tells the client to start minimized. On windows the client will be minimized to the task tray.

This option is recommended if the user's balance is not important to the user. For example, if a user is only allowed to assign print jobs to a shared account, then their personal balance is of little importance, so the user client should be minimized.

This option can also be set by adding a minimized=Y line to the client config.properties.

--noquit

The noquit option tells the client that it stop the user from closing or quitting the client.

This option can also be set by adding a noquit=Y line to the client config.properties.

--disabletasktrayicon

The option tells the client to hide the task tray icon.

This option can also be set by adding a disabletasktrayicon=Y line to the client config.properties.

--disable-balloon-tips

This option instructs the client to display messages in dialog boxes rather than notification area balloon tips. (Windows only)

This option can also be set by adding a disable-balloon-tips=Y line to the client config.properties.

--user <username>

The user option allows the client to be run using a different username.

This can be useful if the user is logged into a machine with a different username than he or she is authenticated to the server/printers as. For example, if a user is using a laptop that is not a part of the domain.

This option can also be set by adding a user=<username> line to the client config.properties.

--cache <cache directory>

This argument is actioned by pc-client-local-cache.exe. It defines the location of the globally writable cache directory on the system's locale hard drive. The cache is used to minimize network traffic on future launches. The default location is C:\Cache. Standard users will require WRITE and READ access to this directory.

--neverrequestidentity

The client will use the username of the logged in user to identify itself with the server. In a domain environment, users always login using their network identity and the names will always match. However on non-domain systems where local accounts are used (e.g. Laptops), these names may not match. The client will display a popup requesting the user to confirm their identity. This option will suppress this dialog.

This option can also be set by adding a neverrequestidentity=Y line to the client config.properties.

--windowposition <position>

Specify where the client window should appear. The valid options include top-left, top-right, bottom-left or bottom-right.

In addition to the above set of fixed positions, co-ordinates of the window can also be specified by setting the <position> parameter to XY<x>,<y>. The <x> value sets the x co-ordinate of the window (if negative the value indicates the distance from the right of screen). The <y> value sets the y co-ordinate of the window (if negative the value indicates the distance from the bottom of screen). Some examples include:

  • XY100,100 - position the window 100 pixels from the left and 100 pixels from the top of the screen.

  • XY-50,100 - position the window 50 pixels from the right and 50 pixels from the top of the screen.

  • XY50,-100 - position the window 50 pixels from the left and 100 pixels from the bottom of the screen.

The window position can also be set by adding a windowposition=<position> line to the client config.properties.

--windowtitle <title>

Allows the window title to be customized. If the <title> includes {0} then this will be replaced by the user's username.

The window title can also be set by adding a windowtitle=<title> line to the client config.properties.

--background-color <color>

Changes the background color of the client's balance window. The colors are coded in standard hexadecimal RGB ("web colors", see http://en.wikipedia.org/wiki/Web_colors for an explanation). E.g. to set the background color to red, use:

    --background-color=FF0000
                                

The balance window background color can also be set by adding a background-color=<color> line to the client config.properties.

--text-color <color>

Changes the text color of the client's balance window. The colors are coded in standard hexadecimal RGB ("web colors", see http://en.wikipedia.org/wiki/Web_colors for an explanation). E.g. to set the text color to blue, use:

    --text-color=0000FF
                                

The balance window text color can also be set by adding a text-color=<color> line to the client config.properties.

--link-color <color>

Changes the color of the link on the client's balance window. The colors are coded in standard hexadecimal RGB ("web colors", see http://en.wikipedia.org/wiki/Web_colors for an explanation). E.g. to set the link color to a dark gray, use:

    --link-color=333333
                                

The balance window link color can also be set by adding a link-color=<color> line to the client config.properties.

--default-selection <option>

Specifies the default selected option on the account selection popup. This option can be used to save mouse clicks / keyboard presses by setting the default selected option to the one that is most commonly used.

Options include:

  • charge-personal - The "Charge to my personal account" option is selected.

  • charge-account-list - The "Charge to shared account" option is selected.

  • charge-account-pin - The "Charge to shared account using PIN / Code" option is selected.

  • print-as-user - The "Perform print as user" option is selected.

For example, applying a default selection of charge-account-list ensures that the option Charge to shared account is selected, and the dropdown list of accounts is highlighted. This allows the user to begin navigating the list of shared accounts immediately via the keyboard, and saves them having to select the option first.

This option can also be set by adding or enabling the default-selection=<option> line in the client config.properties file.

--default-account <option>

Specifies the default selected account on the account selection popup. This option can be used to save mouse clicks / keyboard presses by setting the default selected account to the one that is most commonly used.

For example, setting the default account to "sales\invoices" results in this account being selected when the account selection popup shows. This allows the user to quickly confirm the selection by just clicking OK in those cases that the print should be charged to this account. The selection can still be changed in case the print should not be charge to this account.

This option can also be set by adding or enabling the default-account=<option> line in the client config.properties file.

--default-account-pin <option>

Specifies the default account pin entered on the account selection popup. This option can be used to save typing by setting the default account pin to the one that is most commonly used.

Without this option, the account pin field on the account selection popup shows the account pin last entered in this field.

If the option is specified but left blank (--default-account-pin ""), the account pin field will be blank on every popup.

This option can also be set by adding or enabling the default-account-pin=<option> line in the client config.properties file.

--accounts-file <account-file-path>

Specifies the location of the local accounts file to load. For more information, see the section called “Managing Large Client Account Lists on Distributed Sites”.

--auth-ttl-values <ttl-value-mins>

Comma separated list of authentication ttl values in minutes. This overrides the values configued on the server. See the section called “Popup Authentication”.

This option can also be set by adding or enabling the auth-ttl-values= line in the client config.properties file.

--auth-ttl-default <default-mins>

The default time-to-live value automatically selected when the login authentication window displays. This overrides the values configued on the server.

This option can also be set by adding or enabling the auth-ttl-default= line in the client config.properties file.

Table A.2. User Client command-line options

The command-line arguments listed above are usually used in the area/method used to start the client - a login script, shortcut, or the relevant registry key in HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run\.

The command-line arguments may also be set in the config.properties file. This is particularly helpful on Apple Mac systems where command-line arguments are difficult to implement. The config.properties file is located in the same directory as the client executable on Linux and Windows. On the Mac it can be found at:

    [app-path]/PCClient.app/Contents/Resources/config.properties
            

Additionally settings may be changed at the user-level by placing a file in the user's Library Preferences folder located at:

    ~/Library/Preferences/PCClient/config.properties
            

The file should contain the options in a properties file form like:

    user=mary
    minimized=Y
    windowposition=top-left
    windowtitle=Print Balance: {0}