how to remove a gedit' plugin from command line

I’m installed OpenSuSE 15 from scratch and then copy my old home folder to the new instalation:

Im getting this error when I’m running gedit from terminal:

:~> gedit 

(gedit:6517): GLib-GIO-ERROR **: Settings schema 'org.gnome.gedit.plugins.restoretabs' is not installed

`trap' para punto de parada/seguimiento (`core' generado)

So I removed /.config/gedit folder from my home but the error persists.

So how can I remove this plugin from gsetting?

regards,
Maniat1k

Have you checked the gedit > preferences > plugins?

I installed a plugin and these files appeared.

| gedit-plugin-bookmarks - Gedit bookmarks plugin
|

|


 /usr/lib64/gedit/plugins/bookmarks.plugin
/usr/lib64/gedit/plugins/libbookmarks.so
/usr/share/appdata/gedit-bookmarks.metainfo.xml

3 files total


Sorry, I know that, but right now I can’t open gedit: the GUI does not appear because of the missing plugin. I need to remove the plugin somehow

Ok! the solution was the other way around: just followed the steps on the project: https://github.com/Quixotix/gedit-restore-tabs


git clone git://github.com/Quixotix/gedit-restore-tabs.git
cp restoretabs.* ~/.local/share/gedit/plugins/

that worked just fine!