Skip to content

Flatpak desktop entry launches bazaar-daemon instead of the Bazaar GUI #1811

Description

@altiacpd-ship-it

Description

The Bazaar menu entry does not open the application window.

The application launches correctly from a terminal with:

flatpak run io.github.kolunmi.Bazaar

However, the desktop/menu entry launches bazaar-daemon instead:

flatpak run --branch=stable --arch=x86_64 \
  --command=bazaar-daemon --file-forwarding \
  io.github.kolunmi.Bazaar @@u %U @@

This fails with:

(bazaar-daemon): Failed to acquire bus name
io.github.kolunmi.Bazaar.SearchProvider:
Transport endpoint is not connected

The installed desktop file contains:

Exec=/usr/bin/flatpak run --branch=stable --arch=x86_64 --command=bazaar-daemon --file-forwarding io.github.kolunmi.Bazaar @@u %U @@

Changing the launcher to:

Exec=/usr/bin/flatpak run io.github.kolunmi.Bazaar

makes Bazaar start normally.

System information

  • OS: Linux Mint 22.3 Zena
  • Desktop: Cinnamon 6.6.9
  • Session: X11
  • Kernel: 6.17.0-42-generic
  • Architecture: x86_64
  • Hardware: MSI Modern 15 F1MG
  • GPU: Intel Raptor Lake-U integrated graphics
  • Flatpak: 1.14.6
  • Remote: Flathub
  • Bazaar: 0.9.2
  • App ID: io.github.kolunmi.Bazaar
  • Runtime: org.gnome.Platform/x86_64/50
  • Installation: system-wide

Expected behavior

Launching Bazaar from the desktop/menu entry should open the Bazaar GUI.

Actual behavior

The menu entry launches bazaar-daemon, which fails to acquire its D-Bus name and exits without displaying the application window.

Workaround

Launching this command works:

flatpak run io.github.kolunmi.Bazaar

Please check whether the Flatpak desktop entry should launch bazaar instead of bazaar-daemon.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions