-
Notifications
You must be signed in to change notification settings - Fork 346
Ubuntu 24 dependency updates #787
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't workingneeds verificationDescription of the issue needs to be verified by the teamDescription of the issue needs to be verified by the team
Description
Activity
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingneeds verificationDescription of the issue needs to be verified by the teamDescription of the issue needs to be verified by the team
Pre-submit checks
Describe the bug
Error on installing on Ubuntu 24:
My guess:
Ubuntu 24.04 renamed a bunch of core libraries as part of a technical transition (e.g. libfontconfig1 → libfontconfig1t64). AppImageLauncher's normal downloadable .deb was built before that rename, so it's asking for library names that no longer exist under those names on your system - even though the actual libraries are installed.
Expected behavior
Seamless install
Steps to reproduce the issue
Screenshots
No response
Distribution and desktop environment
Ubunutu 24.04
Installed AppImageLauncher version
appimagelauncher_3.0.0-beta-2-gha287.96cb937_arm64.deb
List of AppImages you tried (ideally with URL)
No response
Additional context
No response