Public bug reported:
(appstreamcli:32616): GLib-CRITICAL **: 23:10:36.646:
g_variant_builder_end: assertion '!GVSB(builder)->uniform_item_types ||
GVSB(builder)->prev_item_type != NULL || g_variant_type_is_definite
(GVSB(builder)->type)' failed
(appstreamcli:32616): GLib-CRITICAL **: 23:10:36.646
*** This bug is a duplicate of bug 1765726 ***
https://bugs.launchpad.net/bugs/1765726
Thanks to Jonathan Kamens (@jik)
It is useful answer.
But for first you need to install package "cpanminus"
Full list of commands is:
sudo apt install libappindicator-dev
sudo apt install cpanminus
sudo c
I solved this issue by the next actions:
- run the touchpad-edge-detector tool from the libevdev-utils package
in my case command is sudo touchpad-edge-detector 96x46 /dev/input/event6
- then I pasted output of previous command to file
/lib/udev/hwdb.d/60-evdev.hwdb
- and apply this changes by co