hyprwm / Hyprland

Hyprland is an independent, highly customizable, dynamic tiling Wayland compositor that doesn't sacrifice on its looks.
https://hyprland.org
BSD 3-Clause "New" or "Revised" License
19.63k stars 827 forks source link

New bugs #559

Closed TAforever closed 1 year ago

TAforever commented 2 years ago

I continue to actively test and here's what I found:

  1. The program easyeffects in tiling mode draws drop-down menus with artifacts, in floating mode everything is fine.
  2. In programs with their own cursor (retroarch) and games, a conflict of cursors occurs and either two cursors are drawn, system and game, or they are replaced alternately.
  3. Also in the game starcraft remastered (proton xwayland), it happens that the true position of the cursor does not correspond to where it is drawn and, accordingly, it will not be possible to capture the controls, but after a while it passes.
dragove commented 1 year ago

The telegram bug is randomly happening. At most time, it happens.

heisfer commented 1 year ago

I think the telegram issue can be resolved by env QT_AUTO_SCREEN_SCALE_FACTOR=1 source: https://wiki.archlinux.org/title/HiDPI#Qt_5 But in sway it works just fine?

Edit: Sometimes still does it

TAforever commented 1 year ago

Decided to try hl today and it impressed me. What a great job done! I am happy to announce that the bug with telegram and starcraft has been fixed! There was only a bug with Easyeffects. I figured out why you couldn't reproduce it: I noticed that on your screenshots you have minimize and maximize buttons, even though by default there is only a close button. Remove extra buttons and you will reproduce this bug exactly. Also thanks for adding the feature to add and remove windows in the Master area in the Master Layout.

dragove commented 1 year ago

The telegram issue is fixed in 0.21.0beta version. The bug in easyeffects is not a big problem but cause some drawing issue in float mode.

output.webm

TAforever commented 1 year ago

Today I compiled hyprland-git and I can say that all the bugs have been fixed. Well done.