Hello All,
We have been working on enabling to support for GNOME Desktop (with Wayland) over Imagination GPU (which does supports for X & Wayland Window System) on our RISC-V Platform by installing the necessary Gnome packages (ubuntu-desktop-minimal) on Ubuntu 22.04 distribution. I noticed, i was able to successfully launch the gnome-session on CPU (without setting LD_LIBRARY_PATH) while the performance of the GNOME Desktop environment is very poor (as it’s handles over CPU). But noticing a below issue after setting the ‘LD_LIBRARY_PATH=/lib:/usr/lib:/usr/local/lib’ (to configure it to work with GPU) upon launching the gnome-session as below:
root@Ubuntu-riscv64: gnome-session
/usr/libexec/gnome-session-binary: symbol lookup error: /lib/riscv64-linux-gnu/libpangocairo-1.0.so.0: undefined symbol: cairo_ft_font_options_substitute
I’m on Ubuntu 22.04, which provides Gnome Shell v42.9 with ubuntu-desktop-minimal package from their official APT.
I tried finding if there any necessary packages which can fix this issue, but still no luck yet. It’ll be highly appreciated if you could provide us with some details which will help us fix this.
Regards,
Ravi Kiran