Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Transmission-gtk fail #2295

Closed
jagajaga opened this issue Apr 16, 2014 · 6 comments
Closed

Transmission-gtk fail #2295

jagajaga opened this issue Apr 16, 2014 · 6 comments

Comments

@jagajaga
Copy link
Member

Trying to open "open dialog" to choose file and transmission-gtk falls with
(.transmission-gtk-wrapped:6677): GLib-GIO-CRITICAL **: g_settings_schema_source_lookup: assertion 'source != NULL' failed

(.transmission-gtk-wrapped:6677): GLib-GIO-ERROR **: No GSettings schemas are installed on the system
[1] 6677 trace trap transmission-gtk

@bluescreen303
Copy link
Contributor

A while back, I think we had a similar issue with the libreoffice open
dialog.

On Wed, Apr 16, 2014 at 8:25 PM, Arseniy Seroka notifications@github.comwrote:

Trying to open "open dialog" to choose file and transmission-gtk falls
with
`(.transmission-gtk-wrapped:6677): GLib-GIO-CRITICAL **:
g_settings_schema_source_lookup: assertion 'source != NULL' failed

(.transmission-gtk-wrapped:6677): GLib-GIO-ERROR **: No GSettings schemas
are installed on the system
[1] 6677 trace trap transmission-gtk
`


Reply to this email directly or view it on GitHubhttps://github.com//issues/2295
.

@lucabrunox
Copy link
Contributor

I've recently tested transmission-gtk, but didn't go through that code path
As far as I can see, transmission-gtk does not use itself gsettings, rather gtk itself (in particular org.gtk.Settings.FileChooser and org.gtk.Settings.ColorChooser). Perhaps either gtk3 skips the glib setup-hook, or all gtk applications need to be wrapped. @vcunat
Also consider that without merging {system-path}/share/glib-2.0 (some desktop manager that does not merge /share/glib-2.0) and without wrapping with ${gtk3}/share, the app is still broken. Of course the best is to wrap all gtk apps.

@jagajaga
Copy link
Member Author

@lethalman xmonad

@jagajaga jagajaga reopened this Apr 17, 2014
@lucabrunox
Copy link
Contributor

Yes I was fooled by xsession. Clearing XDG_DATA_DIRS let me reproduce the problem. I'm going to fix all gtk3 packages.

@vcunat
Copy link
Member

vcunat commented Apr 17, 2014

@lethalman: file open/save dialogs from gtk3 need the gschemas from gtk3. That's the most common issue (it crashes when you try to display the dialog).

@vcunat
Copy link
Member

vcunat commented Apr 17, 2014

It was fine until we moved the schemas into another directory than ${gtk3}/share...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants