Re: pgadmin3.hhp.cached - Mailing list pgadmin-hackers

From Dave Page
Subject Re: pgadmin3.hhp.cached
Date
Msg-id CA+OCxoyjg4vi-GWc786JZOA4fo1B+d12fKZ_KDyxEE7no1SOCg@mail.gmail.com
Whole thread Raw
In response to pgadmin3.hhp.cached  (Richard PALO <richard.palo@baou.fr>)
List pgadmin-hackers
On Fri, Jul 19, 2013 at 10:29 PM, Richard PALO <richard.palo@baou.fr> wrote:
> I needed to undo the following workaround put in Makefile.am:
>>
>>  # We need to ensure the help cache is world writeable
>>  install-data-hook:
>> -       touch $(help_dir)/docs/en_US/pgadmin3.hhp.cached
>> -       chmod 0666 $(help_dir)/docs/en_US/pgadmin3.hhp.cached
>> +#      touch $(help_dir)/docs/en_US/pgadmin3.hhp.cached
>> +#      chmod 0666 $(help_dir)/docs/en_US/pgadmin3.hhp.cached
>
>
> Is there not a better solution?

Why did you need to undo it? It's not really a workaround - that file
needs to be world writeable otherwise users that can't write to it
will get an error when they open the helpfile (that's a wxWidgets
requirement).

--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company


pgadmin-hackers by date:

Previous
From: Richard PALO
Date:
Subject: pgadmin3.hhp.cached
Next
From: Akshay Joshi
Date:
Subject: Fixed some minor issues in frmImport