Settings app not loading / crashing
-
Hi there,
I've just made the update to 24.04 and discovered i can't open the settings anymore - no matter the enty point: settings, battery settings, network.. I had a quick look on the forum and then checked some logs with AI. Before i do something stupid I thought i'd ask if anyone has ever encountered this:
Device: Volla Phone 22 (yggdrasil)
Ubuntu Touch channel: 24.04-1.x/arm64/android9plus/stable
Build: tag=24.04-1.1, version=2 (rootfs timestamp 2025-11-18, device 20251110-26930)Issue: System Settings (“lomiri-system-settings”) won’t open — shows spinner then closes immediately.
Logs:
lomiri-system-settings: library "libpq_cust.so" not found
then systemd reports crash: Main process exited, code=killed, status=11/SEGV (segfault)
Already tried:
Checked /etc/os-release (shows Ubuntu 24.04.3 LTS base; UT channel info confirmed via /etc/system-image/channel.ini)
grep -R "libpq_cust" -n /usr/lib /usr/share returns nothing (so not referenced in plain config/QML files)Thanks and have a good day
-
strange. An internet research for libpq returns references to Postgresql, a thing unlikely to be used on a phone, let alone for UT system settings. I find nothing of this name on my phone (FP5 with the same software as you) where the system settings are launching fine.
What is the output of
ldd /usr/bin/lomiri-system-settings ?
If you are posting from a phone you could have trouble posting a long list, in this case use
ldd /usr/bin/lomiri-system-settings | grep pq