用户客户端通常是显示用户的余额,系统通知和从用户的请求信息。在 “用户客户端”部分有更详细的讨论。用户客户端执行的许多命令选项更改了其行为活动。
| Option | Description |
|---|---|
|
|
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 |
|
|
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 |
|
|
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 |
|
|
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 |
|
|
This argument is actioned by |
|
|
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 |
|
|
Specify where the client window should appear. The valid options include
In addition to the above set of fixed positions, co-ordinates of the window can also be specified by
setting the
The window position can also be set by adding a |
|
|
Allows the window title to be customized. If the
The window title can also be set by adding a |
|
|
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
|
|
|
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
|
|
|
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
|
|
|
Specifies the default selected option on the account selection popup. This option is useful when one particular charging option is the most common, but other options are required on occasion.
For example, applying a default selection of
Valid options include:
This option can also be set by adding a
|
|
|
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”. |
表格 A.2.用户客户端的命令行command-line选项
命令行command-line参数在上面有列出,通常是用于启动客户端,终止客户端 - 登录的脚本,捷径或与之相关的注册关键字:HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run\。
命令行command-line参数也可能设置在config.properties 文件里。这特别有助于Apple Mac 系统命令行command-line参数在执行有困难的时候。config.properties文件的路径是与
Linux和 Windows客户端的执行路径是相同的。您可以在 Mac上找到:
[app-dir]/PCClient.app/Contents/Resources/config.properties
另外设置可能被有优先使用文件的用户更改文件夹的路径:
~/Library/Preferences/PCClient/config.properties
文件应该包含在文件格式属性选项里,类似的有:
user=mary
minimized=Y
windowposition=top-left
windowtitle=Print Balance: {0}
Changing the time after which jobs are deleted when awaiting popup response
If a user does not respond to the account selection popup after a defined time, their print job will
be automatically deleted. This is to prevent a buildup of old jobs in the print queue. The default
timeout is 10 minutes, and can be changed as follows:
Navigate to the Options tab
In the section Client Software, find the option Delete jobs awaiting popup response after...
Enter the number of minutes to wait for users to respond to the popup before their job is deleted
Press