hughsie / colord

Making color management just work
GNU General Public License v2.0
75 stars 51 forks source link

Handle mangled mapping.db #112

Closed rossburton closed 4 years ago

rossburton commented 4 years ago

If mapping.db is corrupted somehow then colord won't start up. Detect this case and attempt to delete the file and try again.

Closes #111.

hughsie commented 4 years ago

Pushed with a few whitespace fixups, thanks!