Coder Social home page Coder Social logo

Comments (2)

SoongNoonien avatar SoongNoonien commented on September 23, 2024

Thank you for your good work, which I have enjoyed daily for some time now.

Nice to hear!

(mpdevil:2093): GLib-GIO-ERROR **: 23:30:07.618: Settings schema 'org.mpdevil' does not contain a key named 'regex'
Sporings-/stoppunkts-felle

The 'regex' key is new and was introduced in version 0.8.5. So if you manually installed a version <0.8.5 to a location like /usr/local (which is the default for a manual installation) this will have priority over the new installation of 0.9.1 by apt/dpkg. If you did not remove the old version or install a newer version since your last bug report #9 this is probably causing the issue.

There are three possible solutions:

  • You still have the old build directory then you can simply enter it and run sudo make uninstall
  • You removed the old build directory then you could install it (the old version <0.8.5) again by reproducing the exact steps from last time and run sudo make uninstall afterwards
  • Remove the old version by hand which can be really easy if you did not install any other programs to /usr/local. The file causing the problem is /usr/local/share/glib-2.0/schemas/org.mpdevil.gschema.xml. If there is no other .xml file in that directory remove it entirely. If there are any other .xml files run sudo glib-compile-schemas /usr/local/share/glib-2.0/schemas afterwards.

I hope this resolves your problem.

from plattenalbum.

DagBjorndal avatar DagBjorndal commented on September 23, 2024

I had version 0.8.4. Couldn't find the build folder, so I went for solution 3, and deleted the .xml-file.

This didn't immediately work. I then ran the glib-compile-schemas command, which removed the other file in the directory. Now it works. Thank you, Martin!

MPDevil is wicked :-)

from plattenalbum.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.