-
Notifications
You must be signed in to change notification settings - Fork 28
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
Update iced #67
Update iced #67
Conversation
b87bdb9
to
b6f371a
Compare
Looking at the It seems I guess that will need a fix in |
Yeah, looks like the autosized layer-shell code that previously existed in |
This seems to work well now. I've adjusted the design of OSDs with a value to match other similar widgets in Settings. |
e6b5e4c
to
d606114
Compare
Good question. Perhaps it should use The polkit dialog also seems to no longer focus the text box immediately on start as it did before, and requires manually clicking on the text box. |
That's also a reported issue after the App Library rebase, in that the search bar isn't focused initially. So it might be something that needs to be fixed in libcosmic/iced. |
Looking at the documentation for the older and newer iced, it looks like |
I've been trying to do the same, but not quite sure where to chain the focus. Chaining it after |
Hm, I guess it's not the same issue here, since cosmic-osd isn't using |
Looks like the |
Yay! |
I guess defaulting to |
The polkit dialog text input is now focused on launch! |
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.
Yep, seems good now. Thanks!
This currently panics, since it seems to enter unreachable code in theview
function inapp.rs
(similar to pop-os/cosmic-greeter#149).Edit: This now doesn't panic (enabling multi-window seems to fix it), but the OSDs show up as just a dot.