agl / pond

Pond
BSD 3-Clause "New" or "Revised" License
911 stars 109 forks source link

Clicking 'attach file' in Compose, quits the program #205

Open viric opened 8 years ago

viric commented 8 years ago

The program quits without trace.

I use gtk 3.16.6 in linux x86_64. I use the pond client bce6e0d.

burdges commented 8 years ago

Works for me. I suppose you ran into the mess that is our GTK error reporting : https://github.com/agl/pond/issues/143#issuecomment-72358811 There might still be something useful there though.

viric commented 8 years ago

My fault. I had a trace (I can't tell why I didn't see it before), and it was clear about a wrong installation:

(client:15121): GLib-GIO-ERROR **: Settings schema 'org.gtk.Settings.FileChooser' is not installed

I fixed the installation and I get the dialog well.