Update branding

ulab-next
Timothy Pearson 12 years ago committed by Timothy Pearson
parent a9cd26a4f3
commit a81a1b98f4

Binary file not shown.

Before

Width:  |  Height:  |  Size: 58 KiB

After

Width:  |  Height:  |  Size: 58 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 20 KiB

@ -21,12 +21,6 @@ tcp_keepalive=yes
#tcp_send_buffer_bytes=32768 #tcp_send_buffer_bytes=32768
#tcp_recv_buffer_bytes=32768 #tcp_recv_buffer_bytes=32768
#
# colors used by windows in RGB format
#
blue=009cb5
grey=dedede
#black=000000 #black=000000
#dark_grey=808080 #dark_grey=808080
#blue=08246b #blue=08246b
@ -34,8 +28,8 @@ grey=dedede
#white=ffffff #white=ffffff
#red=ff0000 #red=ff0000
#green=00ff00 #green=00ff00
#background=626c72 background=618dcc
#autorun=xrdp1 #autorun=xrdp7
#hidelogwindow=yes #hidelogwindow=yes
# when true, userid/password *must* be passed on cmd line # when true, userid/password *must* be passed on cmd line
@ -55,15 +49,12 @@ use_fastpath=both
# configure login screen # configure login screen
# #
# Login Screen Window Title # top level window background color in BGR format (not RGB)
#ls_title=My Login Title ls_top_window_bg_color=000000
# top level window background color in RGB format
ls_top_window_bg_color=009cb5
# width and height of login screen # width and height of login screen
ls_width=350 ls_width=500
ls_height=430 ls_height=180
# login screen background color in RGB format # login screen background color in RGB format
ls_bg_color=dedede ls_bg_color=dedede
@ -71,31 +62,31 @@ ls_bg_color=dedede
# logo # logo
# full path to bmp-file or file in shared folder # full path to bmp-file or file in shared folder
ls_logo_filename= ls_logo_filename=
ls_logo_x_pos=55 ls_logo_x_pos=10
ls_logo_y_pos=50 ls_logo_y_pos=30
# for positioning labels such as username, password etc # for positioning labels such as username, password etc
ls_label_x_pos=30 ls_label_x_pos=165
ls_label_width=60 ls_label_width=60
# for positioning text and combo boxes next to above labels # for positioning text and combo boxes next to above labels
ls_input_x_pos=110 ls_input_x_pos=270
ls_input_width=210 ls_input_width=210
# y pos for first label and combo box # y pos for first label and combo box
ls_input_y_pos=220 ls_input_y_pos=35
# OK button # OK button
ls_btn_ok_x_pos=142 ls_btn_ok_x_pos=300
ls_btn_ok_y_pos=370 ls_btn_ok_y_pos=142
ls_btn_ok_width=85 ls_btn_ok_width=60
ls_btn_ok_height=30 ls_btn_ok_height=23
# Cancel button # Cancel button
ls_btn_cancel_x_pos=237 ls_btn_cancel_x_pos=370
ls_btn_cancel_y_pos=370 ls_btn_cancel_y_pos=142
ls_btn_cancel_width=85 ls_btn_cancel_width=60
ls_btn_cancel_height=30 ls_btn_cancel_height=23
[Logging] [Logging]
LogFile=xrdp.log LogFile=xrdp.log

Binary file not shown.

Before

Width:  |  Height:  |  Size: 144 KiB

After

Width:  |  Height:  |  Size: 144 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 48 KiB

After

Width:  |  Height:  |  Size: 24 KiB

@ -560,11 +560,10 @@ xrdp_login_wnd_create(struct xrdp_wm *self)
self->login_window->notify = xrdp_wm_login_notify; self->login_window->notify = xrdp_wm_login_notify;
/* if window title not specified, use hostname as default */ /* if window title not specified, use Login as default */
if (globals->ls_title[0] == 0) if (globals->ls_title[0] == 0)
{ {
g_gethostname(buf1, 256); g_sprintf(buf, "Login");
g_sprintf(buf, "Login to %s", buf1);
set_string(&self->login_window->caption1, buf); set_string(&self->login_window->caption1, buf);
} }
else else

Binary file not shown.

Before

Width:  |  Height:  |  Size: 98 KiB

After

Width:  |  Height:  |  Size: 58 KiB

Loading…
Cancel
Save