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
Running the v4.0 Electron Flatpak (did not try the WebkitGTK one) results in some lines like this:
[31:1219/171443.444735: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
It looks like adding this line to engineer.atlas.Nyxt-Electron.yaml should fix it:
finish-args:
...
- --socket=system-bus
The text was updated successfully, but these errors were encountered:
Running the v4.0 Electron Flatpak (did not try the WebkitGTK one) results in some lines like this:
It looks like adding this line to
engineer.atlas.Nyxt-Electron.yaml
should fix it:The text was updated successfully, but these errors were encountered: