Re: pgadmin3.hhp.cached

Поиск
Список
Период
Сортировка
От Dave Page
Тема Re: pgadmin3.hhp.cached
Дата
Msg-id CA+OCxoyjg4vi-GWc786JZOA4fo1B+d12fKZ_KDyxEE7no1SOCg@mail.gmail.com
обсуждение исходный текст
Ответ на pgadmin3.hhp.cached  (Richard PALO <richard.palo@baou.fr>)
Список 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 по дате отправления:

Предыдущее
От: Richard PALO
Дата:
Сообщение: pgadmin3.hhp.cached
Следующее
От: Akshay Joshi
Дата:
Сообщение: Fixed some minor issues in frmImport