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

Latest version fails to start because it misses xdg-settings #47

Open
apollo13 opened this issue May 24, 2022 · 1 comment
Open

Latest version fails to start because it misses xdg-settings #47

apollo13 opened this issue May 24, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@apollo13
Copy link

➜  ~ flatpak run org.jitsi.jitsi-meet
LaunchProcess: failed to execvp:
xdg-settings
/app/bin/jitsi-meet-run: line 2:     3 Trace/breakpoint trap   (core dumped) zypak-wrapper /app/bin/jitsi-meet/jitsi-meet "$@"

This happens on fedora 36.

@ananace
Copy link
Collaborator

ananace commented Jun 4, 2022

The xdg-settings error is not what's causing your issue, here's a snapshot from how (successfully) launching Jitsi looks like on my laptop running Gentoo;

$ flatpak run org.jitsi.jitsi-meet
LaunchProcess: failed to execvp:
xdg-settings
[3:0604/021713.259257:ERROR:bus.cc(397)] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory
[3:0604/021713.259336:ERROR:bus.cc(397)] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory
02:17:13.275 › APPIMAGE env is not defined, current application is not an AppImage
[3:0604/021713.307777:ERROR:bus.cc(397)] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory
[3:0604/021713.307831:ERROR:bus.cc(397)] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory
[3:0604/021713.307869:ERROR:bus.cc(397)] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory
[3:0604/021713.307899:ERROR:bus.cc(397)] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory
[3:0604/021713.311958:ERROR:object_proxy.cc(623)] Failed to call method: org.freedesktop.login1.Manager.Inhibit: object_path= /org/freedesktop/login1: unknown error type: 
libva error: vaGetDriverNameByIndex() failed with unknown libva error, driver_name = (null)
[43:0604/021713.351264:ERROR:sandbox_linux.cc(377)] InitializeSandbox() called with multiple threads in process gpu-process.
[43:0604/021717.350677:ERROR:gl_surface_presentation_helper.cc(260)] GetVSyncParametersIfAvailable() failed for 1 times!

Unfortunately I don't have much experience in debugging electron applications, at least for launch issues or hard crashes.

@ananace ananace added the bug Something isn't working label Jun 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants