Comment 25 for bug 2063827

Revision history for this message
Daniel van Vugt (vanvugt) wrote (last edit ): Re: Gnome apps segfault in Nvidia Wayland sessions on Noble

Oh it wouldn't be the installer's fault. More likely my dev machine always worked around the issue because in order to build Mutter I have always:

  sudo apt-get build-dep mutter

So I was getting libnvidia-egl-wayland-dev and its dependencies installed.

Everyone else should just use:

  sudo apt install libnvidia-egl-wayland1

to solve the bug.