You are not logged in.

#1 2021-03-25 12:06:53

LaLampada
Member
Registered: 2021-03-19
Posts: 39

[Solved] gedit didn't work

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

#2 2021-03-25 12:53:42

loqs
Member
Registered: 2014-03-06
Posts: 19,016

Re: [Solved] gedit didn't work

Offline

#3 2021-03-25 13:17:17

LaLampada
Member
Registered: 2021-03-19
Posts: 39

Re: [Solved] gedit didn't work

I do not understand what I have to do

Last edited by LaLampada (2021-03-25 13:17:56)

Offline

#4 2021-03-25 14:22:05

loqs
Member
Registered: 2014-03-06
Posts: 19,016

Re: [Solved] gedit didn't work

One of the following:

Offline

#5 2021-03-25 14:24:39

LaLampada
Member
Registered: 2021-03-19
Posts: 39

Re: [Solved] gedit didn't work

solved with:

dconf write /org/gnome/gedit/plugins/active-plugins "['spell', 'sort', 'modelines', 'docinfo']"

ty really much

Offline

#6 2021-03-25 14:50:40

schard
Forum Moderator
From: Hannover
Registered: 2016-05-06
Posts: 2,688
Website

Re: [Solved] gedit didn't work

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

Board footer

Powered by FluxBB