evince: fix apparmor profile for Trisquel Mini

This commit is contained in:
Luis Guzman 2024-11-10 07:23:09 +00:00
parent 9d07b5ee53
commit 39ac25ccf2

View file

@ -1,6 +1,6 @@
#!/bin/sh #!/bin/sh
# #
# Copyright (C) 2020 Luis Guzmán <ark@switnet.org> # Copyright (C) 2024 Luis Guzmán <ark@switnet.org>
# #
# This program is free software; you can redistribute it and/or modify # This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by # it under the terms of the GNU General Public License as published by
@ -17,7 +17,7 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
# #
VERSION=2 VERSION=3
. ./config . ./config
@ -28,10 +28,14 @@ cat << FIX >> debian/apparmor-profile
owner /tmp/.mate_desktop_thumbnail* w, owner /tmp/.mate_desktop_thumbnail* w,
owner /tmp/mate-desktop-thumbnailer* w, owner /tmp/mate-desktop-thumbnailer* w,
# Fix thumbnail issue #915024
owner @{HOME}/.cache/thumbnails/** rw,
owner /tmp/atril-thumbnailer* rw,
} }
FIX FIX
changelog "Fix LP #1798091 - no pdf thumbnails" changelog "Fix LP #1798091 - no pdf thumbnails || Fix Debian #915024 - no pdf thumbnails"
package package