-
Notifications
You must be signed in to change notification settings - Fork 62
slick-greeter: Add blur effect and fix bugs #268
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
Conversation
Improve rendering quality on HiDPI displays.
- Add blur effect to the panel(menubar) and dashboard (dashbox). - Fix a bug that prevented the user list from automatically repositioning in the grid when the session list was closed. - Fix toggleBox misalignment - Fix the offset and clipping issues affecting the 'Select Desktop Session' label, caused by the avatar implementation in the grid. - Remove SMALL_AVATAR_OPACITY to avoid visibility issues.
|
Thanks @Hilyxx! This looks great, and it falls just in time to be included in the Mint BETA. |
|
One small detail. I don't like two things about the avatars:
I'd suggest to ship a generic avatar in slick-greeter directly, or libxapp, so that all DEs can benefit from it, and use something that look more like a symbolic/mono icon. |
|
I’ll take care of it. |
|
Ah, you're right, that's a fair point! |
|
I'll remove the Cinnamon fallback for now in any case to tag slick-greeter. |
|
There's no need to differentiate between mint and other distros. Slick is an XApp, it's OK for it to depend on xapp-common, which itself is distro-agnostic. In Cinnamon, I'm planning a rewrite of cs_user and cinnamon-settings-users. |



#264