Open xslhub opened 5 months ago
can you bisect?
Unfortunately I don't have time to bisect with git in the near future. I played around with a few Hyprland cursor settings today, but none of them helped me solve the problem.
I will however, try wlfreedp with every new Hyprland release and will report back if anything changes.
Hyprland is a great compositor and I really appreciate your work @vaxerski.
can you bisect?
# bad: [9a09eac79b85c846e3a865a9078a3f8ff65a9259] props: bump version to 0.42.0
# good: [cba1ade848feac44b2eda677503900639581c3f4] props: bump version to 0.40.0
git bisect start 'v0.42.0' 'v0.40.0'
# bad: [89f795da98cc53faf7e3a683d8c189aa24986267] master: refine master layout new window handling (#6479)
git bisect bad 89f795da98cc53faf7e3a683d8c189aa24986267
# bad: [4daa5c06587390c5c6835275ccbfc645bacc0052] flake.lock: update
git bisect bad 4daa5c06587390c5c6835275ccbfc645bacc0052
# good: [6e594e44162ed5ad8fd9db3e552723e32169158a] hyprpm: force en_US locale for date calcs
git bisect good 6e594e44162ed5ad8fd9db3e552723e32169158a
# skip: [3eeaea5be9324121678774761c0226fe98bf7e5b] Meson: add wayland.xml proto
git bisect skip 3eeaea5be9324121678774761c0226fe98bf7e5b
# bad: [121d3a72137d4780602cf245704615f63357ea22] wl_seat: move to hyprland impl
git bisect bad 121d3a72137d4780602cf245704615f63357ea22
# good: [071f6977dff6a4c49c2b52ac7030c7cbf666c9a5] wlroots: bump
git bisect good 071f6977dff6a4c49c2b52ac7030c7cbf666c9a5
# good: [60be4298e13b02913f241dd79fe7517f185299d0] makefile: fix wlroots headers dir
git bisect good 60be4298e13b02913f241dd79fe7517f185299d0
# good: [1584679004435d93d5fe2dd794d2aefaa0c9574a] xwayland: Remove delta for real position with xwayland zero scaling (#6057)
git bisect good 1584679004435d93d5fe2dd794d2aefaa0c9574a
# good: [4cdddcfe466cb21db81af0ac39e51cc15f574da9] cursor: minor fixes for unhiding surfaces
git bisect good 4cdddcfe466cb21db81af0ac39e51cc15f574da9
# first bad commit: [121d3a72137d4780602cf245704615f63357ea22] wl_seat: move to hyprland impl
and is it physically gone or just invisible but still usable
For me it's invisible but usable.
Also happens in some other applications, I've noticed the qemu gtk viewer (but only with OpenGL and only once it "kicks in" during VM boot)
Bug or Regression?
Bug
System Info and Version
System/Version info
```sh Hyprland, built from branch at commit ea2501d4556f84d3de86a4ae2f4b22a474555b9f (props: bump version to 0.41.0). Date: Mon Jun 10 14:23:06 2024 Tag: v0.41.0, commits: 4794 flags: (if any) System Information: System name: Linux Node name: main Release: 6.9.3-arch1-1 Version: #1 SMP PREEMPT_DYNAMIC Fri, 31 May 2024 15:14:45 +0000 GPU information: 03:00.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] Navi 22 [Radeon RX 6700/6700 XT/6750 XT / 6800M/6850M XT] [1002:73df] (rev c5) (prog-if 00 [VGA controller]) 0e:00.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] Raphael [1002:164e] (rev c3) (prog-if 00 [VGA controller]) os-release: NAME="Arch Linux" PRETTY_NAME="Arch Linux" ID=arch BUILD_ID=rolling ANSI_COLOR="38;2;23;147;209" HOME_URL="https://archlinux.org/" DOCUMENTATION_URL="https://wiki.archlinux.org/" SUPPORT_URL="https://bbs.archlinux.org/" BUG_REPORT_URL="https://gitlab.archlinux.org/groups/archlinux/-/issues" PRIVACY_POLICY_URL="https://terms.archlinux.org/docs/privacy-policy/" LOGO=archlinux-logo plugins: ```Description
After updating Hyprland to 0.41.0 the cursor is no longer visible in a wlfreerdp session. After downgrading to 0.40.0 everything is working fine.
How to reproduce
wlfreerdp -grab-keyboard /dynamic-resolution +aero /bpp:24 /network:auto /gfx:rfx
Crash reports, logs, images, videos
No response