Skip to content
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

Problems after upgrading to version 0.10 #2047

Open
2 tasks done
lhjok opened this issue Aug 23, 2023 · 1 comment
Open
2 tasks done

Problems after upgrading to version 0.10 #2047

lhjok opened this issue Aug 23, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@lhjok
Copy link

lhjok commented Aug 23, 2023

Is there an existing issue for this?

  • I have searched the existing issues.

Is this issue related to iced?

  • My hardware is compatible and my graphics drivers are up-to-date.

What happened?

1、The theme::Rule split line has a strange thickness change, and the problem occurs inside the scrollable.
2、After the upgrade my application icons disappeared, in the previous version it was displayed normally, I was using wayland window manager.

What is the expected behavior?

I hope that iced will become more and more stable, and I hope to release minor versions and fix bugs as soon as possible.

Version

crates.io release

Operating System

Linux

Do you have any log output?

warning: queue 0x7f0870000ca0 destroyed while proxies still attached:
  zwp_primary_selection_offer_v1@4278190080 still attached
  wl_data_offer@4278190081 still attached
  zwp_primary_selection_device_v1@55 still attached
  zwp_primary_selection_device_manager_v1@58 still attached
  wl_data_device@61 still attached
  wl_seat@60 still attached
  wl_data_device_manager@59 still attached
  wl_registry@57 still attached
warning: queue 0x562027f6fac0 destroyed while proxies still attached:
  wl_buffer@40 still attached
  wl_buffer@87 still attached
  wl_shm_pool@83 still attached
  wl_subsurface@34 still attached
  wl_surface@33 still attached
  wl_subsurface@32 still attached
  wl_surface@31 still attached
  wl_subsurface@30 still attached
  wl_surface@29 still attached
  wl_subsurface@28 still attached
  wl_surface@27 still attached
  wl_subsurface@26 still attached
  wl_surface@25 still attached
  xdg_wm_base@23 still attached
  xdg_activation_v1@15 still attached
  zwp_text_input_manager_v3@14 still attached
  zwp_pointer_constraints_v1@13 still attached
  zwp_relative_pointer_manager_v1@12 still attached
  wl_seat@11 still attached
  wp_fractional_scale_manager_v1@10 still attached
  wp_viewporter@9 still attached
  wl_subcompositor@8 still attached
  wl_output@7 still attached
  wl_output@6 still attached
  wl_shm@5 still attached
  wl_compositor@4 still attached
  wl_registry@2 still attached
@lhjok lhjok added the bug Something isn't working label Aug 23, 2023
@lhjok
Copy link
Author

lhjok commented Aug 23, 2023

The first problem is solved by changing LineHeight::Relative(1.1) to LineHeight::Absolute(Pixels(23.0))

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant