linuxmint / nemo-extensions

A set of extensions for Nemo
416 stars 150 forks source link

Issues installing nemo terminal. #457

Closed linusrg1 closed 2 years ago

linusrg1 commented 2 years ago

I used the command python setup.py install to install nemo-terminal. (I cannot use the deb as I am on fedora) and now nemo refuses to open, shooting out this error.

(nemo:16239): GLib-GIO-ERROR **: 20:16:30.409: Settings schema 'org.nemo.extensions.nemo-terminal' is not installed Trace/breakpoint trap (core dumped)

leigh123linux commented 2 years ago

Use.

sudo dnf install nemo-terminal
linusrg1 commented 2 years ago

Thanks.