You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
⋊>~ flatpak list | grep anytype 17:04:46
Anytype io.anytype.anytype 0.44.0 stable flathub system
Anything else?
⋊>~ flatpak run io.anytype.anytype 17:00:52
[2:0101/170056.096574:ERROR:bus.cc(407)] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory
Checking for beta autoupdate feature for deb/rpm distributions
Found package-type: deb
LaunchProcess: failed to execvp:
xdg-settings
[2:0101/170056.264801:ERROR:bus.cc(407)] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory
[2:0101/170056.264826:ERROR:bus.cc(407)] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory
[2:0101/170056.264840:ERROR:bus.cc(407)] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory
[2:0101/170056.264853:ERROR:bus.cc(407)] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory
[2:0101/170056.264865:ERROR:bus.cc(407)] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory
[2:0101/170056.265606:ERROR:wayland_connection.cc(197)] Failed to connect to Wayland display: No such file or directory (2)
[2:0101/170056.265618:ERROR:ozone_platform_wayland.cc(264)] Failed to initialize Wayland platform
[2:0101/170056.265622:ERROR:env.cc(258)] The platform failed to initialize. Exiting.
⋊>~ flatpak run --socket=wayland io.anytype.anytype
The text was updated successfully, but these errors were encountered:
I think you might have some environment variables, that make electron run using wayland(perhaps ELECTRON_OZONE_PLATFORM_HINT=wayland). The flatpak runs on X11 by default. An override should do the trick: flatpak --user override --nosocket=x11 --socket=wayland --unshare=ipc io.anytype.anytype
Have you read a contributing guide?
Current Behavior
flatpak run io.anytype.anytype
does not workflatpak run --socket=wayland io.anytype.anytype
does workExpected Behavior
Installing Flathub appication and afterwards starting from application launcher should start the app
Steps To Reproduce
flatpak install flathub anytype
Environment
Anything else?
The text was updated successfully, but these errors were encountered: