Just an FYI for anyone compiling the Ring GNOME front end from source, we just 
merged a patch that removes the video quality control button fromt he UI:
https://gerrit-ring.savoirfairelinux.com/#/c/3092/

You may have to delete the contents of your build dir and re-run the cmake 
command for the project to compile.

This is because this patch removes one of the images from the pixmaps dir. 
Currently all the resources are compiled into the binary with the help of 
glib-compile-resources. To do this automatically in cmake we use the 
GResources.cmake module found in the cmake dir of the project. It detects when 
the *.gresource.xml files change to know that it needs to recompile the 
resources... however make all the files that are resources into targets and it 
seems to not detect properly when they're removed and so produces an error 
whenever one is removed.

If any cmake hackers know how to ammend cmake/GResources.cmake to avoid this 
issue please feel free to let us know / contribute a patch.

Thanks,
-stepan
_______________________________________________
Ring mailing list
[email protected]
https://lists.savoirfairelinux.net/mailman/listinfo/ring

Reply via email to