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.
Description
The Bazaar menu entry does not open the application window.
The application launches correctly from a terminal with:
However, the desktop/menu entry launches
bazaar-daemoninstead:This fails with:
The installed desktop file contains:
Changing the launcher to:
Exec=/usr/bin/flatpak run io.github.kolunmi.Bazaarmakes Bazaar start normally.
System information
io.github.kolunmi.Bazaarorg.gnome.Platform/x86_64/50Expected 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:
Please check whether the Flatpak desktop entry should launch
bazaarinstead ofbazaar-daemon.