Closed
Description
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
Labels
No labels