Re: Running pgadmin4 as desktop application

Поиск
Список
Период
Сортировка
От Chris Mayo
Тема Re: Running pgadmin4 as desktop application
Дата
Msg-id 30628d77-bfbb-5bc1-7522-7c3c05730c1a@gmail.com
обсуждение исходный текст
Ответ на Running pgadmin4 as desktop application  (Devrim Gündüz <devrim@gunduz.org>)
Ответы Re: Running pgadmin4 as desktop application  (Dave Page <dpage@pgadmin.org>)
Список pgadmin-hackers
> Ok, this worked on CentOS 7 box, but not on Fedora 24, which has QT5 and Python
> 3. Can you help me to debug this? The content of the file in Fedora 24 is:
>
> $ cat /etc/pgAdmin\ Development\ Team/pgAdmin\ 4.conf
> [General]
> ApplicationPath=../../../..//usr/lib/python3.5/site-packages/pgadmin4-web/
> PythonPath="/usr/lib64/python3.5/site-packages; /usr/lib/python3.5/site-packages"
>
>
> I'm still getting segfault, and:
>
> An error occurred initialising the application server:
>
> Failed to locate pgAdmin4.py, terminating server thread.

I suspect it is because the path is missing the xdg directory:
/etc/xdg/pgAdmin\ Development\ Team/pgAdmin\ 4.conf

http://doc.qt.io/qt-5/qsettings.html#locations-where-application-settings-are-stored

but that did seem to apply for Qt4.8 too:
http://doc.qt.io/qt-4.8/qsettings.html#locations-where-application-settings-are-stored

Chris



В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Chris Mayo
Дата:
Сообщение: [PATCH] Document that a patch should be submitted to the list as an attachment
Следующее
От: Dave Page
Дата:
Сообщение: Re: Running pgadmin4 as desktop application