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
{{ message }}
This repository was archived by the owner on Jan 15, 2025. It is now read-only.
Installing on Ubuntu without the packaged Gnome desktop produces an error. See log below.
sna@sna-XPS-13-9343:~/Downloads/Holoscape-v0.0.3-alpha-Ubuntu-18.04-x64$ ./Holoscape.sh
Registering scheme as priviliged: holoscape-happ
(electron) 'setHighlightMode function' is deprecated and will be removed.
Registering file protocol: holoscape-happ
connectConductor ws://localhost:4435
Gtk-Message: 12:55:06.230: GtkDialog mapped without a transient parent. This is discouraged.
connectConductor ws://localhost:4435
Passphrase socket not found (yet)
I believe that the GtkDialog should have a parent to be modal to.
Perhaps gtk_window_set_transient_for() which sets this window to always be on top of, or transient for, another one and optionally gtk_window_set_modal() to make it a modal dialog.
Installing on Ubuntu without the packaged Gnome desktop produces an error. See log below.
sna@sna-XPS-13-9343:~/Downloads/Holoscape-v0.0.3-alpha-Ubuntu-18.04-x64$ ./Holoscape.sh
Registering scheme as priviliged: holoscape-happ
(electron) 'setHighlightMode function' is deprecated and will be removed.
Registering file protocol: holoscape-happ
connectConductor ws://localhost:4435
Gtk-Message: 12:55:06.230: GtkDialog mapped without a transient parent. This is discouraged.
connectConductor ws://localhost:4435
Passphrase socket not found (yet)
I believe that the GtkDialog should have a parent to be modal to.
Perhaps gtk_window_set_transient_for() which sets this window to always be on top of, or transient for, another one and optionally gtk_window_set_modal() to make it a modal dialog.