|
76 | 76 | <object class="GtkLabel"> |
77 | 77 | <property name="visible">True</property> |
78 | 78 | <property name="can_focus">False</property> |
| 79 | + <property name="tooltip_text" translatable="yes">Changes default bandwidth performance behaviour for RDP5. By default only theming is enabled, and all other options are disabled (corresponding to modem (56 Kbps)). Setting experience to broadband enables menu animations and full window dragging. Setting experience to lan will also enable the desktop wallpaper. Setting experience to modem disables all (including themes). Experience can also be a hexidecimal number containing the flags.</property> |
79 | 80 | <property name="halign">start</property> |
80 | 81 | <property name="hexpand">True</property> |
81 | 82 | <property name="label" translatable="yes">Experience</property> |
|
89 | 90 | <object class="GtkLabel"> |
90 | 91 | <property name="visible">True</property> |
91 | 92 | <property name="can_focus">False</property> |
| 93 | + <property name="tooltip_text" translatable="yes">Sets the colour depth for the connection (8, 15, 16, 24 or 32). More than 8 bpp are only supported when connecting to Windows XP (up to 16 bpp) or newer. Note that the colour depth may also be limited by the server configuration. The default value is the depth of the root window.</property> |
92 | 94 | <property name="halign">start</property> |
93 | 95 | <property name="label" translatable="yes">Color depth</property> |
94 | 96 | </object> |
|
101 | 103 | <object class="GtkLabel"> |
102 | 104 | <property name="visible">True</property> |
103 | 105 | <property name="can_focus">False</property> |
| 106 | + <property name="tooltip_text" translatable="yes">Enable fullscreen mode. This overrides the window manager and causes the rdesktop window to fully cover the current screen. Fullscreen mode can be toggled at any time using Ctrl-Alt-Enter.</property> |
104 | 107 | <property name="halign">start</property> |
105 | 108 | <property name="label" translatable="yes">Fullscreen</property> |
106 | 109 | </object> |
|
113 | 116 | <object class="GtkLabel"> |
114 | 117 | <property name="visible">True</property> |
115 | 118 | <property name="can_focus">False</property> |
| 119 | + <property name="tooltip_text" translatable="yes">Disable encryption from client to server. This sends an encrypted login packet, but everything after this is unencrypted (including interactive logins).</property> |
116 | 120 | <property name="halign">start</property> |
117 | 121 | <property name="label" translatable="yes">Disable encryption</property> |
118 | 122 | </object> |
|
125 | 129 | <object class="GtkLabel"> |
126 | 130 | <property name="visible">True</property> |
127 | 131 | <property name="can_focus">False</property> |
| 132 | + <property name="tooltip_text" translatable="yes">Enable compression of the RDP datastream.</property> |
128 | 133 | <property name="halign">start</property> |
129 | 134 | <property name="label" translatable="yes">Enable compression</property> |
130 | 135 | </object> |
|
137 | 142 | <object class="GtkLabel"> |
138 | 143 | <property name="visible">True</property> |
139 | 144 | <property name="can_focus">False</property> |
| 145 | + <property name="tooltip_text" translatable="yes">Enable caching of bitmaps to disk (persistent bitmap caching). This generally improves performance (especially on low bandwidth connections) and reduces network traffic at the cost of slightly longer startup and some disk space. (10MB for 8-bit colour, 20MB for 15/16-bit colour, 30MB for 24-bit colour and 40MB for 32-bit colour sessions)</property> |
140 | 146 | <property name="halign">start</property> |
141 | 147 | <property name="label" translatable="yes">Cache bitmaps</property> |
142 | 148 | </object> |
|
149 | 155 | <object class="GtkLabel"> |
150 | 156 | <property name="visible">True</property> |
151 | 157 | <property name="can_focus">False</property> |
| 158 | + <property name="tooltip_text" translatable="yes">Enable numlock syncronization between the Xserver and the remote RDP session. This is useful with applications that looks at the numlock state, but might cause problems with some Xservers like Xvnc.</property> |
152 | 159 | <property name="halign">start</property> |
153 | 160 | <property name="label" translatable="yes">Numlock syncronization</property> |
154 | 161 | </object> |
|
562 | 569 | <object class="GtkLabel"> |
563 | 570 | <property name="visible">True</property> |
564 | 571 | <property name="can_focus">False</property> |
| 572 | + <property name="tooltip_text" translatable="yes">Username for authentication on the server.</property> |
565 | 573 | <property name="halign">end</property> |
566 | 574 | <property name="margin_top">12</property> |
567 | 575 | <property name="label" translatable="yes">Username</property> |
|
575 | 583 | <object class="GtkLabel"> |
576 | 584 | <property name="visible">True</property> |
577 | 585 | <property name="can_focus">False</property> |
| 586 | + <property name="tooltip_text" translatable="yes">Domain for authentication.</property> |
578 | 587 | <property name="halign">end</property> |
579 | 588 | <property name="label" translatable="yes">Domain</property> |
580 | 589 | </object> |
|
621 | 630 | <object class="GtkLabel"> |
622 | 631 | <property name="visible">True</property> |
623 | 632 | <property name="can_focus">False</property> |
| 633 | + <property name="tooltip_text" translatable="yes">Keyboard layout to emulate. This requires a corresponding keymap file to be installed. The standard keymaps provided with rdesktop follow the RFC1766 naming scheme: a language code followed by a country code if necessary - e.g. en-us, en-gb, de, fr, sv, etc.</property> |
624 | 634 | <property name="halign">end</property> |
625 | 635 | <property name="label" translatable="yes">Keymap</property> |
626 | 636 | </object> |
|
0 commit comments