Skip to content

open_dialog warning #71

Closed
Closed
@pvermees

Description

@pvermees

The following script was put together using code snippets from the documentation:

using Gtk4
win = GtkWindow("open_dialog tester", 400, 200)
function f(filename)
   println(filename * " loaded")
end
open_dialog(f, "Pick a file to open", win)

Running it from the REPL gives the following warning:

(process:259564): Gtk-WARNING **: 08:28:46.055: Attempting to add 'file:///home/test/test.txt' to the list of recently used resources, but no name of the application that is registering it was defined

I don't know if this is a bug or a feature, but how does one get rid of this warning?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions