Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nobara repo version of Quod Libet does not open #4514

Open
dtalon42 opened this issue Apr 12, 2024 · 0 comments
Open

Nobara repo version of Quod Libet does not open #4514

dtalon42 opened this issue Apr 12, 2024 · 0 comments
Labels

Comments

@dtalon42
Copy link

dtalon42 commented Apr 12, 2024

Steps to reproduce

  • Tried to open Quod Libet

Expected Output

  • Quod Libet should open

Actual Output

  • Running quodlibet in the terminal resulted in it not opening and returning the following message:
    • /usr/bin/python3: undefined symbol: unity_launcher_entry_get_for_desktop_id](errorreport.main.errorhook: unity.py:46:init: gi.repository.GLib.GError: g-invoke-error-quark: Could not locate unity_launcher_entry_get_for_desktop_id: 'unity_launcher_entry_get_for_desktop_id': /usr/bin/python3: undefined symbol: unity_launcher_entry_get_for_desktop_id (1)
  • Running with sudo returned this:
    • error: failed to open file /usr/lib64/lv2/svg/manifest.ttl (No such file or directory) lilv_world_load_file(): error: Error loading file file:///usr/lib64/lv2/svg/manifest.ttl lilv_world_load_bundle(): error: Error reading file:///usr/lib64/lv2/svg/manifest.ttl error: failed to open file /usr/lib64/lv2/valve_audio_dsp_version.txt/manifest.ttl (Not a directory) lilv_world_load_file(): error: Error loading file file:///usr/lib64/lv2/valve_audio_dsp_version.txt/manifest.ttl lilv_world_load_bundle(): error: Error reading file:///usr/lib64/lv2/valve_audio_dsp_version.txt/manifest.ttl E: [0000.890] errorreport.main.errorhook: unity.py:46:init: gi.repository.GLib.GError: g-invoke-error-quark: Could not locate unity_launcher_entry_get_for_desktop_id: 'unity_launcher_entry_get_for_desktop_id': /usr/bin/python3: undefined symbol: unity_launcher_entry_get_for_desktop_id (1)

Test System

Which version of Quod Libet?

  • Quod Libet 4.6

Which operating system

  • Nobara 39
    • Basically Fedora 39
      DE: KDE Plasma 6

If it's audio-related, what back-end?

Additional Information

Flatpak version does open without issue but I wanted to try this since I had a few issues with it occasionally playing the wrong track or crashing on loading my library.
Nobara uses dnf which is Fedora's package manager.
Issue was caused due to an interaction with libunity. Removing that solved the problem.
unity.py was checking for Unity integration, and since libunity was present, that was causing that check to pass despite the Unity DE not being present.

@dtalon42 dtalon42 added the bug label Apr 12, 2024
@declension declension changed the title Repo version of Quod Libet does not open Nobara repo version of Quod Libet does not open Apr 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant