Commit Graph

3 Commits

Author SHA1 Message Date
David Korth
d246e79b4b [debian] Move rom-properties.thumbnailer from gtk3 to utils.
gtk3 depends on utils, so this shouldn't be a big problem.

This is needed to prepare for the gtk4 package, which will also use the
rom-properties.thumbnailer file.

(cherry picked from commit d2f3476ab5)
2022-12-24 15:00:15 -05:00
David Korth
6aed6ce4b5 [rp-download] Added an AppArmor profile.
The AppArmor profile has the following permissions, with everything else
denied:

- Allow TCP network access to download from online image databases.
- Allow read access to rom-properties.conf.
- Allow write access to .cache/rom-properties/.
2020-01-19 12:28:33 -05:00
David Korth
08a1170603 [libromdata] CacheManager: Implement fork()/execve() on Linux for rp-download.
[rp-download] Cache keys have the file extension, so we shouldn't add
it here. We *are* verifying that the file extension is supported, and
we have to remove it for amiibo.

CurlDownloader: Reduced the timeout to 10 seconds.

Install to the libexec directory.

[debian] Renamed rom-properties-stub to rom-properties-utils.
rp-download is now included as part of this package.
2020-01-15 00:01:07 -05:00