aprilis / messenger

Unofficial Facebook Messenger app for elementary OS
GNU General Public License v3.0
90 stars 7 forks source link

Weird error not allowing start #37

Closed artistro08 closed 5 years ago

artistro08 commented 5 years ago
(com.github.aprilis.messenger:9061): GLib-GIO-ERROR **: 07:59:31.524: Settings schema 'com.github.aprilis.messenger' is not installed

That's what i get when I run:

com.github.aprilis.messenger --activate

Weird. thoughts?

aprilis commented 5 years ago

Try sudo glib-compile-schemas /usr/share/glib-2.0/schemas/ and then start the app again

artistro08 commented 5 years ago

That works!