What did I do
I ran flatpak updated com.emqx.MQTTX application.
What happened
The application window did not appear.
Running with flatpak run com.emqx.MQTTX I was able to see the cause.
Expected
The application to start.
Environment
- OS: Linux Debian Trixie (tried both with Gnome and KDE: same result)
- MQTTX version: 1.13.0, installed via flatpak
More detail
The error is about missing file /run/dbus/system_bus_socket.
Finally there is a segmentation fault regarding zypak-wrapper /app/mqttx/mqttx.
Here's the error log:
[3:0129/124237.244483:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: File o directory non esistente
[Database] Using data path: /home/alberto/.var/app/com.emqx.MQTTX/config/MQTTX
[PATH] System PATH environment variable has been fixed
[ENV] Node.js version: 22.21.1
[ENV] Electron version: 39.2.7
[ENV] Chrome version: 142.0.7444.235
[3:0129/124238.044274:ERROR:ui/ozone/platform/wayland/host/wayland_connection.cc:202] Failed to connect to Wayland display: File o directory non esistente (2)
[3:0129/124238.044316:ERROR:ui/ozone/platform/wayland/ozone_platform_wayland.cc:282] Failed to initialize Wayland platform
[3:0129/124238.044358:ERROR:ui/aura/env.cc:257] The platform failed to initialize. Exiting.
/app/bin/mqttx.sh: riga 2: 3 Errore di segmentazione zypak-wrapper /app/mqttx/mqttx
What did I do
I ran flatpak updated com.emqx.MQTTX application.
What happened
The application window did not appear.
Running with
flatpak run com.emqx.MQTTXI was able to see the cause.Expected
The application to start.
Environment
More detail
The error is about missing file
/run/dbus/system_bus_socket.Finally there is a segmentation fault regarding
zypak-wrapper /app/mqttx/mqttx.Here's the error log: