02:07 wlb: wayland-protocols Merge request !321 opened by Peng Wu (pwu) text-input-v3: Add description about how to reset the input method https://gitlab.freedesktop.org/wayland/wayland-protocols/-/merge_requests/321
11:34 wlb: weston Issue #929 opened by Christopher Obbard (obbardc) kms: Only attempt to use AFBC compression when supported & fallback to not using AFBC when its unsupported https://gitlab.freedesktop.org/wayland/weston/-/issues/929
13:09 iconoclasthero: i'm trying to wrest control of my touchpad from synaptics in favor of libinput and I've not been able to find instruction on how to do that. Would anyone here be able to point me in the correct orientation?
13:10 iconoclasthero: i wonder if orientation originally mean pointing to the east.
13:23 kennylevinsen: *to orient* meant to align something pointing east, with an extended meaning just being according to a specific reference direction.
13:26 zamundaaa[m]: iconoclasthero: whatever compositor you're using is pretty much guaranteed to already use libinput
13:26 zamundaaa[m]: What's the problem you're trying to solve?
13:34 iconoclasthero: gsettings set org.gnome.desktop.peripherals.touchpad disable-wile-typing
13:35 iconoclasthero: `gsettings set org.gnome.desktop.peripherals.touchpad disable-while-typing true` is not functioning.
13:42 iconoclasthero: when I look at xinput for the touchpad it shows that all of the options are synaptics
13:43 iconoclasthero: setting "Synaptics Off (364): 0" to 2 was suggested but disables scrolling not touchpad while typing
13:44 iconoclasthero: which is not listed as an option when i try xinput list-props 13
13:44 iconoclasthero: i don't have the same device listed on this dutch dell site:https://www.dell.com/support/kbdoc/nl-be/000150104/precision-xps-ubuntu-general-touchpad-mouse-issue-fix
13:44 iconoclasthero: it is Device 'DELL0823:00 044E:120A Touchpad':
14:05 zamundaaa[m]: xinput is not relevant on Wayland
14:05 zamundaaa[m]: The issue you're experiencing seems Gnome specific
14:06 jadahl: disable-while-typing is a libinput feature, isn't it?
14:34 zamundaaa[m]: yeah. Might be broken for that specific hardware somehow
14:35 haasn: whoa, since when does libinput have a "custom" acceleration profile?
14:36 haasn: can I now finally recreate the synaptics acceleration curve under libinput?
18:37 phodius: hi
18:39 phodius: i have an issue i get undefined reference to `xdg_surface_get_toplevel etc but my xml is correct and i ran the scanner but idont see it i the header?
18:42 kennylevinsen: phodius: you ran the scanner on the xdg-shell protocol xml, for both client-header and private-code? See https://github.com/emersion/hello-wayland/blob/master/Makefile
18:44 phodius: ok i have look though im runing a compositor xdg-shell-protocol.c: xdg-shell.xml wayland-scanner private-code xdg-shell.xml xdg-shell-protocol.c xdg-shell-server-protocol.h: xdg-shell.xml wayland-scanner server-header xdg-shell.xml xdg-shell-server-protocol.h
18:53 soreau: phodius: if you're writing a client, you probably want client-header
18:54 phodius: ive made a compositor
18:56 phodius: just some thing basic but im trying to get it to work with omp
19:02 phodius: alright that for client that the issue i see now
20:43 wlb: weston Merge request !1569 opened by Biswapriyo Nath (Biswa96) build: add option to disable tests https://gitlab.freedesktop.org/wayland/weston/-/merge_requests/1569