From 73b3b2850a5b52c2ac7a02f58faca9ec0164d9a4 Mon Sep 17 00:00:00 2001 From: Fred-Barclay Date: Mon, 28 Aug 2017 14:45:05 -0500 Subject: Fix #1498 This fixes an issue from f12c7af205ddd6c0d75587702f01688dc62a86c5 where a private-etc filter was added, which broke atril loading on Ubuntu 17.04 with the message: "/usr/bin/atril: error while loading shared libraries: libGL.so.1: cannot open shared object file: No such file or directory" --- etc/atril.profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/atril.profile b/etc/atril.profile index 6b0eed2db..2e4af9086 100644 --- a/etc/atril.profile +++ b/etc/atril.profile @@ -29,7 +29,7 @@ tracelog private-bin atril, atril-previewer, atril-thumbnailer private-dev -private-etc fonts +private-etc fonts,ld.so.cache # atril needs access to /tmp/mozilla* to work in firefox # private-tmp -- cgit v1.2.3-54-g00ecf