Settings schema 'org.gtk.Settings.FileChooser'

Issues related to applications and software problems
Post Reply
mickey0
Posts: 61
Joined: 2015/06/16 22:44:38

Settings schema 'org.gtk.Settings.FileChooser'

Post by mickey0 » 2018/10/16 16:47:01

Hello,
I had a problem in attach files while logged into googlemail but it was only while I was using Chrome. So I thought it was a Chrome problem but at the moment (i don't know what I did) I can't attach any emails using Firefox too. Even worse: I can't also save/open file using OpenOffice writer; the same using evolution: I can't attach any file: all this applications crash giving the second error here below:

Code: Select all

(soffice:17266): Gtk-CRITICAL **: gtk_container_foreach: assertion 'GTK_IS_CONTAINER (container)' failed
(soffice:17266): GLib-GIO-ERROR **: Settings schema 'org.gtk.Settings.FileChooser' does not contain a key named 'sort-directories-first'
However, I can open/save file using "gedit"
I read this: http://www.toontricks.com/2017/06/ubunt ... -sort.html
but it didn't help much.
I found out that some XDG_ variables were empty. So I added these line within .basrc but without positive results:
(after I typed source .basrc and also rebooted the system)

Code: Select all

export XDG_DATA_DIRS=/usr/local/share/:/usr/share/
export XDG_DATA_HOME=$HOME/.local/share
export XDG_CONFIG_HOME=$HOME/.config
export XDG_CONFIG_DIRS=/etc/xdg
export XDG_CACHE_HOME=$HOME/.cache
Anybody knows how to solve this?
Many thanks.

mickey0
Posts: 61
Joined: 2015/06/16 22:44:38

Re: Settings schema 'org.gtk.Settings.FileChooser'

Post by mickey0 » 2018/10/22 15:34:04

Hello Guys,
any suggestion for my problem?
kind regards.

Post Reply