Firefox does not start with a Gnome error

Firefox does not start, no message or feedback in the Gnome UI, but the syslog has this:

2022-12-14T14:14:41.775333-05:00 d64 firefox.desktop[8287]: XPCOMGlueLoad error for file /usr/lib/firefox/libnssutil3.so:
2022-12-14T14:14:41.775480-05:00 d64 firefox.desktop[8287]: /usr/lib/firefox/libnssutil3.so: cannot open shared object file: No such file or directory
2022-12-14T14:14:41.775593-05:00 d64 firefox.desktop[8287]: Couldn't load XPCOM.
2022-12-14T14:14:41.775833-05:00 d64 systemd[1654]: app-gnome-firefox-8287.scope: Couldn't move process 8287 to requested cgroup '/user.slice/user-1000.slice/user@1000.service/app.slice/app-gnome-firefox-8287.scope': No such process
2022-12-14T14:14:41.815273-05:00 d64 systemd[1654]: app-gnome-firefox-8287.scope: Failed to add PIDs to scope's control group: No such process
2022-12-14T14:14:41.815335-05:00 d64 systemd[1654]: app-gnome-firefox-8287.scope: Failed with result 'resources'.
2022-12-14T14:14:41.815409-05:00 d64 systemd[1654]: Failed to start Application launched by gnome-shell.

Seems it’s a known bug…

https://www.reddit.com/r/debian/comments/zluq83/help_cannot_start_firefoxunstable_108_after_daily/

Several people point to:

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1026072

And this did fix it.

sudo ln -s /usr/lib/x86_64-linux-gnu/libnssutil3.so /usr/lib/firefox/
sudo ln -s /usr/lib/x86_64-linux-gnu/libnss3.so /usr/lib/firefox/
sudo ln -s /usr/lib/x86_64-linux-gnu/libsmime3.so /usr/lib/firefox/
sudo ln -s /usr/lib/x86_64-linux-gnu/libssl3.so /usr/lib/firefox/