drawing icon indicating copy to clipboard operation
drawing copied to clipboard

Failed to load module "pantheon-filechooser-module"

Open viniciusban opened this issue 5 years ago • 2 comments

Description

I see the following message when starting the application from command line:

$ flatpak run com.github.maoschanz.drawing
Gtk-Message: 01:27:30.708: Failed to load module "pantheon-filechooser-module"

Steps to reproduce the bug:

  1. Install app from command line using flatpak install flathub com.github.maoschanz.drawing
  2. Run app from command line using flatpak run com.github.maoschanz.drawing

Expected behavior

App running without any error messages.

System

  • Device (desktop computer/tablet/phone/...): notebook
  • OS: elementary OS 5.0 Juno
  • Package format (flatpak, DEB, AUR ?): flatpak
  • App version: 0.2.0

viniciusban avatar Jul 07 '19 04:07 viniciusban

is it only a message, or is the behavior abnormal? (no filechooser dialog? a GNOME-ish filechooser dialog?)

maoschanz avatar Jul 07 '19 15:07 maoschanz

I tested, and the message is probably a clue, but it's printed once only, when the app starts. Then the dialog windows are the correct pantheon ones, but the save dialog closes itself after a few seconds (the response is -4, Gtk.ResponseType.DELETE_EVENT)

maoschanz avatar Sep 19 '20 21:09 maoschanz