wlroots icon indicating copy to clipboard operation
wlroots copied to clipboard

A modular Wayland compositor library

Results 100 wlroots issues
Sort by recently updated
recently updated
newest added

Currently it's possible to steal the current selection by creating a new window (which can be transparent). Instead we could wait for the first interaction with the window (key press,...

enhancement
seat

So it's not possible for a client to create a wl_seat, then create a wl_pointer, and immediately destroy the wl_seat (because it'll `wl_resource_destroy` the wl_pointer too). --- wlroots has migrated...

bug
seat

[zrythm](https://gitlab.com/alextee/zrythm) ([AUR](https://aur.archlinux.org/packages/zrythm-git/)) Dragging an item from a menu on the right to the track space on the left ([e.g.](https://matrix.org/_matrix/media/v1/download/matrix.org/xPbVkrmkFqvmsvDxzneIPkMf)) does not work. Clicking and dragging on a menu item does...

Spec: https://specifications.freedesktop.org/wm-spec/wm-spec-1.3.html Properties that MUST be supported: - [ ] `_NET_SUPPORTED` (there are missing atoms here) - [ ] `_NET_DESKTOP_VIEWPORT` - [ ] `_NET_CURRENT_DESKTOP` - [ ] `_NET_REQUEST_FRAME_EXTENTS` - [x]...

enhancement
xwayland

Grabs would be a much better way to implement locked/confined pointers. That's how Weston does it. --- wlroots has migrated to gitlab.freedesktop.org. This issue has been moved to: https://gitlab.freedesktop.org/wlroots/wlroots/-/issues/1501

enhancement

Grabs are currently used only for drag-and-drop. They could be useful to a lot more things: * Pointer constraints (https://github.com/swaywm/wlroots/issues/1501) * Move/resize windows (those would be grab interfaces implemented in...

enhancement

See: * https://lists.freedesktop.org/archives/wayland-devel/2019-January/039901.html * https://who-t.blogspot.com/2018/12/high-resolution-wheel-scrolling-on.html --- wlroots has migrated to gitlab.freedesktop.org. This issue has been moved to: https://gitlab.freedesktop.org/wlroots/wlroots/-/issues/1508

enhancement

wlroots events currently have a `uint32_t time_msec` field. It will be necessary to either change the field (`struct timespec`?) or add a new one (`uint32_t time_nsec`?). --- wlroots has migrated...

enhancement

Currently it's not possible to start a drag-and-drop operation with a tablet device, because `wlr_drag` is missing a tablet grab interface. --- wlroots has migrated to gitlab.freedesktop.org. This issue has...

enhancement
seat

wlroots: https://github.com/swaywm/wlroots/commit/20d404a091fa92f56be4825bbaf89e4027fda154 sway: ec5da0ca5bad6a433f727499d68ac1352397f5aa Not sure if this is a problem with sway, or not. But, I'm now using sway on multiple systems, with the same software setup. Everything is...

bug
backend/drm