oliver / gedit-file-search

Gedit plugin to search a text in all files in a directory
https://oliver.github.io/gedit-file-search/
43 stars 11 forks source link

Installation does not create gschemas.compiled #19

Closed venzen closed 8 years ago

venzen commented 8 years ago

Using Ubuntu 14.04, Gedit 3.10 complains that it cannot locate gschemas.compiled

This can be remedied by manually compiling the file io.github.oliver.gedit-file-search.gschema.xml in the plugin directory:

$ cd ~/.local/share/gedit/plugins/<file-search-dir>/
$ glib-compile-schemas ./
venzen commented 8 years ago

Thanks for the useful plugin @oliver