Re: pgadmin3.hhp.cached

From: Dave Page <dpage(at)pgadmin(dot)org>
To: Richard PALO <richard(dot)palo(at)baou(dot)fr>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: pgadmin3.hhp.cached
Date: 2013-07-22 08:07:21
Message-ID: CA+OCxoyjg4vi-GWc786JZOA4fo1B+d12fKZ_KDyxEE7no1SOCg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

On Fri, Jul 19, 2013 at 10:29 PM, Richard PALO <richard(dot)palo(at)baou(dot)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

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2013-07-22 09:31:56 Fixed some minor issues in frmImport
Previous Message Richard PALO 2013-07-19 21:29:43 pgadmin3.hhp.cached