You are not logged in.
Pages: 1
Hi guys, i can't open files .txt and when i try to start gedit from terminal didn't start
matteo ~ $ gedit
(gedit:2975): GLib-GIO-ERROR **: 13:05:05.802: Settings schema 'org.gnome.nautilus.preferences' does not contain a key named 'confirm-trash'
Rilevato trace/breakpoint (core dump creato)anyone can help me? Thank you
Last edited by LaLampada (2021-03-25 14:26:37)
Offline
Offline
I do not understand what I have to do
Last edited by LaLampada (2021-03-25 13:17:56)
Offline
One of the following:
https://bugs.archlinux.org/task/70153#comment198075
dconf write /org/gnome/gedit/plugins/active-plugins "['spell', 'sort', 'modelines', 'docinfo']"From the initial bug report patch the package with https://gitlab.gnome.org/GNOME/gedit/-/ … st_iid=102.
Second suggestion from initial post update gedit to 40.0 along with dependencies.
Downgrade all packages to a date before gnome 40 was added to the repositories.
Offline
solved with:
dconf write /org/gnome/gedit/plugins/active-plugins "['spell', 'sort', 'modelines', 'docinfo']"ty really much
Offline
Since the solution is misleading, the point is not setting the active plugins to that value, but to remove "filebrowser" from the list of active plugins, i.e. disable it.
In my case:
$ dconf read /org/gnome/gedit/plugins/active-plugins
['time', 'spell', 'modelines', 'filebrowser', 'docinfo']
$ dconf write /org/gnome/gedit/plugins/active-plugins "['time', 'spell', 'modelines', 'docinfo']"Inofficial first vice president of the Rust Evangelism Strike Force
Offline
Pages: 1