-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Redesign the login screen #2366
Conversation
7442255
to
07c48c7
Compare
Hi @TOMATO-ONE Thanks very much for doing this. Here are my initial thoughts:-
Let me know if that's useful or if you have any questions. |
We might need to add them to gitignore. |
Thank you. @matt335672 Regarding 2. I stand by your opinion. I will not keep the previous parameter values. Regarding 3. You mean to change the logo file name hard-coded on the source code side to xrdp_logo_1.bmp / xrdp_logo_1.png. Regarding 4, I did not know that indexed bitmap saves file size. I took a PNG image exported by inkspace and simply opened it in Microsoft Paint and converted it to a BMP image. Let me use the 4bit BMP you converted in Gimp. |
Hi @TOMATO-ONE The reasoning behind changing the source code is that if the code is build with imlib2, the png is loaded instead. This has the small benefit that transparency is included for free, so if the user starts to change the colours they don't have to edit the logo as well. I quite like the idea of keeping the old logo about - it's been done in the past. |
07c48c7
to
c9b711f
Compare
@matt335672 I accept your suggestion. I have carried out the following
|
xrdp/Makefile.am
Outdated
@@ -98,6 +98,9 @@ dist_xrdppkgdata_DATA = \ | |||
xrdp24b.bmp \ | |||
xrdp256.bmp \ | |||
xrdp_logo.bmp \ | |||
xrdp_logo_1.bmp \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Replace the old logo. The old one can be resurrected from git history if necessary.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Agreed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Roger.
I will replace the existing file.
Hi @TOMATO-ONE This all looks fine to me. I haven't tested it yet, as I'm a little busy elsewhere at the moment but I will try to do so later in the week. |
6ecf224
to
4114774
Compare
Re-fixed. @matt335672 I'm in no hurry. |
Ah, it's my fault. |
LGTM. |
Thank you very much. I am happy to contribute. |
Thanks @TOMATO-ONE. Apologies I didn't get to review this earlier in the week. |
See Discussions #2342.
I have created a new login screen screen for use in the next major version.
New logo created by @metalefty.
Background colour taken from Windows 10 RDP login screen.
Login screen colours taken from Windows 10 mstsc.exe.
Add bmp logo image sized for HiDPI login screen and transparent png image for imlib2 build.