evince: fix apparmor profile for Trisquel Mini
This commit is contained in:
parent
b640585ac8
commit
94cb4fd000
1 changed files with 7 additions and 3 deletions
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue