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

Single-finger touch event not working in cog 0.18.4 on Debian bookworm [wpe webkit 2.38.6] #737

Open
escherstair opened this issue Oct 4, 2024 · 1 comment

Comments

@escherstair
Copy link

I have a Debian bookworm (stable) than runs on a NXP iMX8M-Plus, and I built cog by sources as suggested by @bertogg in issue #736.
Now I have

cog --version
0.18.4 (WPE WebKit 2.38.6)

(cog:169): GLib-GObject-CRITICAL **: 20:42:30.266: g_object_unref: assertion 'G_IS_OBJECT (object)' failed

I can see web pages, I can scroll with my finger, I can use a mouse (if connected), but single-finger touch doesn't work in a reliable way.
I mean, it seems to me that sometime something happens (I see some visual "effects" on the item I touch), but my touch is not handled as a touch/click.
I tried both with short touch and long touch, but nothing changes.
Is this a known limitation?

@bertogg
Copy link
Member

bertogg commented Oct 4, 2024

I cannot comment about this specific problem but if you want to run the latest cog in Debian stable consider building also the latest stable wpewebkit:

dget http://deb.debian.org/debian/pool/main/w/wpewebkit/wpewebkit_2.46.1-1.dsc
cd wpewebkit-2.46.1
sed -i 's/dpkg-dev[^,]*,//' debian/control
apt build-dep .
debian/rules binary

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants