Closed Mikaela closed 8 months ago
does non flatpak versions work? also flatpak issue tracker is here, if it only occurs on flatpak: https://github.com/flathub/chat.delta.desktop/issues
I am not sure on non-flatpak versions. The appimage works in firejail (firejail --appimage '--private=~/.config/firejailed/deltachat/' /home/aminda/.local/appimages/deltachat --enable-features=UseOzonePlatform,WaylandWindowDecorations,WebRTCPipeWireCapturer --ozone-platform=wayland
), but that may be caused by firejail.
I don't feel comfortable downloading random binaries especially due to https://github.com/deltachat/deltachat-desktop/issues/1504 and I am not a fan of appimage in general.
I additionally get the impression that there is no rpm repository and I would need to keep updating it manually instead of being able to rely on package manager?
I additionally get the impression that there is no rpm repository and I would need to keep updating it manually instead of being able to rely on package manager?
Do you want to add a package to Fedora's (?) repositories? We have a Delta Chat group for helping people package Delta Chat.
I don't have prior packaging experience or bandwidth currently for learning and maintaining a package, sorry.
I think flatpak is currently the best universal packaging format on Linux.
lets reopen if it still occurs, but on https://github.com/flathub/chat.delta.desktop/issues unless it's confirmed that it is not only an issue in the flatpak release. Also a year already passed, maybe it got fixed with one of the electron upgrades
Still happening.
└┌(%:~)┌- LANG=en flatpak run chat.delta.desktop --ozone-platform-hint=auto --enable-features=WaylandWindowDecorations
[2:0112/103724.802734:ERROR:bus.cc(399)] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory
Logfile: /home/aminda/.var/app/chat.delta.desktop/config/DeltaChat/logs/2024-01-12-10-37-25.log
LaunchProcess: failed to execvp:
xdg-settings
LaunchProcess: failed to execvp:
xdg-settings
LaunchProcess: failed to execvp:
xdg-settings
LaunchProcess: failed to execvp:
xdg-settings
LaunchProcess: failed to execvp:
xdg-settings
LaunchProcess: failed to execvp:
xdg-settings
[2:0112/103725.188858:ERROR:wayland_connection.cc(195)] Failed to connect to Wayland display: No such file or directory (2)
[2:0112/103725.188872:ERROR:ozone_platform_wayland.cc(242)] Failed to initialize Wayland platform
[2:0112/103725.188876:ERROR:env.cc(255)] The platform failed to initialize. Exiting.
If I understand @muelli correctly from the other issue tracker correctly, I think this should be reopened here.
https://github.com/flathub/chat.delta.desktop/pull/124#pullrequestreview-1880141801 suggests that electron is too old.
flatpak --user override chat.delta.desktop --socket=wayland
as the manifest doesn't include thatflatpak run chat.delta.desktop --enable-features=UseOzonePlatform,WaylandWindowDecorations,WebRTCPipeWireCapturer --ozone-platform=wayland