Skip to content
This repository was archived by the owner on Jan 15, 2025. It is now read-only.
This repository was archived by the owner on Jan 15, 2025. It is now read-only.

Linux GtkDialog needs a parent to be modal #31

@adamth0mps0n

Description

@adamth0mps0n

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.

holoscape_ubuntu18 04_v2

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions