budgie-control-center icon indicating copy to clipboard operation
budgie-control-center copied to clipboard

Don't use gnome-desktop thumbnail preview creator - closes #85

Open fossfreedom opened this issue 9 months ago • 0 comments

Description

Workaround the deemed insecure usage of gnome-desktop thumbnail preview generator.

By the time this part of the code is reached, all the file & mime-type validations have passed. So just create a image preview using the standard pixbuf routine.

Note GCC uses the GTK4 version of gnome-bg thumbnail generator that does not use the deemed insecure bwrap routine hence why it works just fine.

Submitter Checklist

  • [ ] Squashed commits with git rebase -i (if needed)
  • [ ] Built budgie-control-center and verified that the patch worked (if needed)

fossfreedom avatar May 07 '24 19:05 fossfreedom