Guido Günther

Results 25 issues of Guido Günther

I thought I had filed a bug to not forget about this when working on dmabuf import but it seems I haven't: Some of the dmabuf formats (YUV) are split...

enhancement
renderer

#### What should happen: Cursor keys should scroll up/down in the main windows (elaso page up/down would be nice) #### What happened instead: Cursor keys seem to do nothing ####...

idea
mobile

Downloading map tiles currently shows numbers: ![image](https://user-images.githubusercontent.com/2052773/182793561-25c872a1-30b3-4c3d-a269-31931f99190b.png) Having a percentage or progress bar there would be nice to get an idea how far in the process one is. Thanks for...

I was able to hack up pdfpc to make it work on my phone screen having the presenter attached via usb-c: ![image](https://user-images.githubusercontent.com/2052773/184329807-56ba291b-2571-4456-9403-8c7c66b1dac0.png) to give a talk with a Librem5: https://meetings-archive.debian.net/pub/debian-meetings/2022/DebConf22/debconf22-231-the-current-state-of-debian-on-smartphones.webm...

We're jumping through a lot of hoops to have `install.sh` and `Makefile` generic enough for - in tree builds - Linux distro builds - builds for other platforms Using [meson](https://mesonbuild.com/)...

Calling `varnam_transliterate` for e.g. `halO` returns `ഹലോ` multiple times. I'm currently deduplicating this https://gitlab.gnome.org/guidog/phosh-osk-stub/-/merge_requests/117/diffs but I *assume* this should happen within govarnam in the first place?

There's some symbols that neither use the `vm_`, `varnam_` or `vararray_` prefix: see https://github.com/anoop142 It would be good to namespace those before the next release as we can't drop symbols...

Needed for multiarch installations where the target dir needs the architcture backed in too. Currently we're carrying this patch downstream in Debian to make it possible to build the package...

These patches allow to: - add a `${DESTDIR}`. This is needed for distro packaging where you install into `/whatever/build/dir/usr/lib/libgovarnam.so.1.9.0` but want the path on the installed system to be `/usr/lib/libgovarnam.so.1.9.0`....

When in a conversation on a narrow display (e.g. on a phone) I have to hit the small button in the top left corner to go back to the room...

feature