Skip to content

Commit

Permalink
Commented-out conventional logo parameters removed from xrdp.ini.in
Browse files Browse the repository at this point in the history
  • Loading branch information
TOMATO-ONE committed Sep 19, 2022
1 parent c9b711f commit 6ecf224
Showing 1 changed file with 8 additions and 23 deletions.
31 changes: 8 additions & 23 deletions xrdp/xrdp.ini.in
Original file line number Diff line number Diff line change
Expand Up @@ -95,22 +95,16 @@ use_fastpath=both
;
; colors used by windows in RGB format
;
#blue=009cb5
#grey=dedede
#black=000000
#dark_grey=808080
#blue=08246b
#dark_blue=08246b
grey=e1e1e1
dark_grey=b4b4b4
blue=0078d7
dark_blue=0078d7
#white=ffffff
#red=ff0000
#green=00ff00
#background=626c72

blue=0078d7
grey=e1e1e1
dark_grey=b4b4b4
dark_blue=0078d7

;
; Select a default fv1 font
;
Expand All @@ -130,7 +124,6 @@ dark_blue=0078d7
#ls_title=My Login Title

; top level window background color in RGB format
#ls_top_window_bg_color=009cb5
ls_top_window_bg_color=003057

; width and height of login screen
Expand All @@ -145,11 +138,9 @@ ls_top_window_bg_color=003057
; below
;
ls_width=350
#ls_height=430
ls_height=360

; login screen background color in RGB format
#ls_bg_color=dedede
ls_bg_color=f0f0f0

; optional background image filename. BMP format is always supported,
Expand All @@ -170,14 +161,11 @@ ls_bg_color=f0f0f0
; For transform values, see 'ls_background_transform'. The logo width and
; logo height are ignored for a transform of 'none'.
#ls_logo_filename=
ls_logo_filename=xrdp_logo_1.bmp
ls_logo_transform=scale
#ls_logo_width=240
#ls_logo_height=140
ls_logo_x_pos=55
ls_logo_y_pos=35
ls_logo_width=250
ls_logo_height=110
ls_logo_x_pos=55
ls_logo_y_pos=35

; for positioning labels such as username, password etc
ls_label_x_pos=30
Expand All @@ -188,22 +176,19 @@ ls_input_x_pos=110
ls_input_width=210

; y pos for first label and combo box
#ls_input_y_pos=220
ls_input_y_pos=158

; OK button
ls_btn_ok_x_pos=142
#ls_btn_ok_y_pos=370
ls_btn_ok_y_pos=308
ls_btn_ok_width=85
ls_btn_ok_height=30
ls_btn_ok_y_pos=308

; Cancel button
ls_btn_cancel_x_pos=237
#ls_btn_cancel_y_pos=370
ls_btn_cancel_y_pos=308
ls_btn_cancel_width=85
ls_btn_cancel_height=30
ls_btn_cancel_y_pos=308

[Logging]
; Note: Log levels can be any of: core, error, warning, info, debug, or trace
Expand Down

0 comments on commit 6ecf224

Please sign in to comment.