OpenBoard-org / OpenBoard

OpenBoard is a cross-platform interactive whiteboard application intended for use in a classroom setting.
https://openboard.ch/
GNU General Public License v3.0
2.34k stars 423 forks source link

Flatpak installation of newest version 1.7.1 doesn't start in Ubuntu #979

Closed TobiasBaeumlin closed 3 months ago

TobiasBaeumlin commented 4 months ago

Describe the bug

After installing the newest flatpak version of ch.openboard.OpenBoard the program doesn't start anymore:

openboard: symbol lookup error: openboard: undefined symbol: _ZNK12QAudioSource5errorEN2Qt15Disambiguated_tE, version Qt_6

To Reproduce

  1. Install or upgrade the flatpak version of OpenBoard in Ubuntu:

flatpak update ch.openboard.OpenBoard

or

flatpak install ch.openboard.OpenBoard

(if not installed before.)

  1. Try to run the program: flatpak run ch.openboard.OpenBoard

Expected behavior

OpenBoard application starts

Actual behavior

Get error message: openboard: symbol lookup error: openboard: undefined symbol: _ZNK12QAudioSource5errorEN2Qt15Disambiguated_tE, version Qt_6

Screenshots

Additional resources

Context

ProbstDJakob commented 4 months ago

Same here with Fedora (39), so it is not directly linked to Ubuntu.

bruening-bw commented 4 months ago

Same here with Debian Stable.

kaamui commented 4 months ago

Hi @jbruechert,

Are you aware of this issue ?

Regards

jbruechert commented 4 months ago

Not yet, will fix it. The runtime must have had an (unintended) ABI break, which already broke one of my own apps as well.

EDIT: I've reported it upstream and also started a rebuild of OpenBoard against the new ABI.

ProbstDJakob commented 4 months ago

FYI: I don't know why, but the Flatpak release states that the version 1.7.1 is about a year old (5/8/2023, 2:00:00 AM - don't know which date format this is, but probably US).

jbruechert commented 4 months ago

It should launch again now. For the release date, it's just a typo: https://github.com/flathub/ch.openboard.OpenBoard/pull/64/files

ProbstDJakob commented 4 months ago

I can confirm, that it works. Thank you.

letsfindaway commented 3 months ago

Closing this issue as it seems to be resolved.