HP t530 Login Screen Customization

HP t530 Manual

HP t530 manual content summary:

  • HP t530 | Login Screen Customization - Page 1
    Technical white paper Login Screen Customization HP ThinPro Table of contents Overview...2 Themes...2 Desktop background configuration ...2 Common attributes...2 name...2 padding...2 color ...3 alpha ...3 size ...3 position...3 alignment ...3 context...4 Elements ...4 global ...4 gradient ...4 image
  • HP t530 | Login Screen Customization - Page 2
    desktop background, login, and logout screens on the thin client. This white paper describes options available and how to construct a desktop background and login screen for your needs. Themes The directory /etc/hptc-zero-login/styles contains the configuration files for each of the themes shown in
  • HP t530 | Login Screen Customization - Page 3
    absolute pixels or in percentage of screen height. Example: size: 400×10%; Default: the natural size of the element; that is, the pixel size of or in percentage of screen width and height. Example: position: 400,90%; Default: 0,0 (the upper left) Use: Specifies the position of the element. Alignment
  • HP t530 | Login Screen Customization - Page 4
    are a fraction of the distance to the screen edge (top and bottom or left and right). • axis Parameter: [height|width] Example: axis: width; Default: height Use: Specifies the direction of a linear gradient (top-to-bottom or left-to-right) or whether the radius of a radial gradient is half the
  • HP t530 | Login Screen Customization - Page 5
    ; Use: Specifies the absolute pathname to the image file. Many formats are supported, including PNG, JPG, and GIF. The image can have transparent regions. • proportional Parameter: [true|false] Example: proportional: false; Default: true Use: When true, the image aspect ratio is maintained when the
  • HP t530 | Login Screen Customization - Page 6
    thin client is in this locale. The supported locales are the same as those supported by HP ThinPro Dynamic text elements. • text Parameter: Default text Example: text: text: This support HTML-style markup. It does support using \n to display multiple lines of text in one element. See Dynamic text elements
  • HP t530 | Login Screen Customization - Page 7
    supported by HP ThinPro: de_DE (German), en_US (English), es_ES (Spanish), fr_FR (French), ja_JP (Japanese), ko_KR (Korean), ru_RU (Russian), zh_CN (Simplified Chinese), and zh_TW (Traditional Chinese). The name must match one : font-size: 5%; Use: Specifies the default size of the font. The text can
  • HP t530 | Login Screen Customization - Page 8
    Default: 0 Use: Specifies an offset to draws the text in the shadow-color value underneath the main text, if not zero. If only one offset is specified, it is used for both X and Y. If both offsets are zero, no shadow is drawn. tileset Note Available in HP ThinPro formats are supported, including PNG
  • HP t530 | Login Screen Customization - Page 9
    Example background To create the following custom desktop background: 1. Enter the gradient attribute: gradient { colors: 0.0,6688ff 0.33,446688 1.0,88dddd; } 2. Enter the two text attributes: text { text: Big Business, LLC; color: white; font: unfonts-core; max-height: 300; max-width: 800;
  • HP t530 | Login Screen Customization - Page 10
    right; } Dynamic text elements Note Available in HP ThinPro 6.0 or later. HP ThinPro Background Manager can overlay text information on the desktop %%gateway%%-Gateway machine for the network • %%boot_time%%-Date and time the thin client was last rebooted • %%df%%-Amount of free disk space on the
  • HP t530 | Login Screen Customization - Page 11
    that does not have a predefined dynamic text element, you can create a new one. Do one of the following: • Modify the script /etc/bginfo/bginfo.aux.sh. • supplied for the connection. In both the ThinPro and Smart Zero configurations, it is possible to customize the login dialog box. Note In ThinPro
  • HP t530 | Login Screen Customization - Page 12
    or QPushButton#loginButton • QPushButton#cancelButton* The following items are available with HP ThinPro 6.2 and later: • QLabel#leftPixmap-Creates a pixmap to the left of the credentials • QLineEdit#username • QLineEdit#password • QLineEdit#domain Example For example, you might customize the center
  • HP t530 | Login Screen Customization - Page 13
    ,204); font-size: 24pt; font-weight: bold; } Note Text that is overridden in the .qss file is not localized when the locale changes. You can manually localize this string. (It is UTF-8 encoded.) You might customize the background on the text-entry areas, as follows: /* Black text on white background
  • HP t530 | Login Screen Customization - Page 14
    textString-Specifies text to be used as the title instead of the default text. • icon-enabled: [0|1]-Specifies whether the dialog box icon the username box is displayed. • password-enabled: [0|1]-Specifies whether the password box is displayed. • domain-enabled: only in HP ThinPro 6.0 or later. 14
  • HP t530 | Login Screen Customization - Page 15
    login dialog box can be configured to use strings in a language not supported by HP ThinPro. For instance, the login dialog box can be displayed in Dutch if Dutch translations were provided for the *-text fields. The strings provided for a *text field overwrite the default text, and the text does
  • HP t530 | Login Screen Customization - Page 16
    : 0 icon-path: /usr/share/pixmaps/HP_Logo_300.png The Remember Me check box is not displayed and the default login icon is replaced with the HP logo. 2. Configure the following elements in the default.qss and login.rtf files: • Gradient backgrounds for the text-entry areas and the dialog box • An
  • HP t530 | Login Screen Customization - Page 17
    Logoff, sleep, restart, and shutdown dialog box customization You can customize the logoff, sleep, restart, and shutdown dialog boxes using the files in the shutdown theme directory. Each customizable field is preceded by a prefix string specifying the dialog box in question; for example, strings
  • HP t530 | Login Screen Customization - Page 18
    thin-clients/software-and-os.html • HP support website: http://www.hp.com/support (search for the thin client model to find the support page for that particular model) - For documentation, see User Guides on the thin client's support page. - For software updates and add-ons, see Software and Drivers
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18

Technical white paper
Login Screen Customization
HP ThinPro
Table of contents
Overview
.................................................................................................................................................................................
2
Themes
...............................................................................................................................................................................
2
Desktop background configuration
....................................................................................................................................
2
Common attributes
...............................................................................................................................................................
2
name
...................................................................................................................................................................................
2
padding
...............................................................................................................................................................................
2
color
....................................................................................................................................................................................
3
alpha
...................................................................................................................................................................................
3
size
......................................................................................................................................................................................
3
position
...............................................................................................................................................................................
3
alignment
...........................................................................................................................................................................
3
context
................................................................................................................................................................................
4
Elements
................................................................................................................................................................................
4
global
..................................................................................................................................................................................
4
gradient
..............................................................................................................................................................................
4
image
..................................................................................................................................................................................
5
polygon
...............................................................................................................................................................................
6
rectangle
............................................................................................................................................................................
6
text
......................................................................................................................................................................................
6
tileset
..................................................................................................................................................................................
8
Example background
............................................................................................................................................................
9
Dynamic text elements
.....................................................................................................................................................
10
Custom dynamic tokens
................................................................................................................................................
11
Login dialog box customization
.......................................................................................................................................
11
Appearance customization
...........................................................................................................................................
11
Additional customization
..............................................................................................................................................
14
Logoff, sleep, restart, and shutdown dialog box customization
.................................................................................
17
For more information
........................................................................................................................................................
18