This built fine for me, but I needed to change the /usr/share/applications/ladybird.desktop file for it to show up in GNOME. The executable I get is /usr/bin/Ladybird, not /usr/bin/ladybird.
So I had to change it from this:
Exec=ladybird
To this:
Exec=Ladybird
Then I updated my desktop entries database:
sudo update-desktop-database
And I can now find and launch Ladybird from GNOME.
Pinned Comments
CxByte commented on 2025-07-10 01:47 (UTC)
A note since this package now builds with the system libs: skia has to be installed and available through pkg-conf;
skia-staticprovides the specific version (and a pkg-conf file) needed by this build.