FS#22814 - Zathura package is broken
Attached to Project:
Community Packages
Opened by Téssio Fechine (tessio) - Tuesday, 08 February 2011, 11:27 GMT
Last edited by Sergej Pupykin (sergej) - Friday, 11 February 2011, 11:28 GMT
Opened by Téssio Fechine (tessio) - Tuesday, 08 February 2011, 11:27 GMT
Last edited by Sergej Pupykin (sergej) - Friday, 11 February 2011, 11:28 GMT
|
Details
Description: I'm trying to install zathura in my Arch box,
but the package seems to be broken.. The installation
processes terminates with this error message:
"gtk-update-icon-cache: Failed to open file usr/share/icons/hicolor/.icon-theme.cache: No such file erro: command failed to execute correctly" Then, when I try to open a PDF, it crashes.. Additional info: version 0.0.8.2-3 Steps to reproduce: pacan -S zathura |
This task depends upon
post_install() {
[ -x `which gtk-update-icon-cache` ] && gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
}
That is how the Viewnior package does it anyways.