Re: QtWebEngine issue

Поиск
Список
Период
Сортировка
От Neel Patel
Тема Re: QtWebEngine issue
Дата
Msg-id CACCA4P2bbNT7v8cGaAC0chzTn0enN9wc92rrpueANXW=A5LQYQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: QtWebEngine issue  (Dave Page <dpage@pgadmin.org>)
Ответы Re: QtWebEngine issue  (Dave Page <dpage@pgadmin.org>)
Список pgadmin-hackers
Hi,

As I am not able to reproduce so i can not do experiment but from Qt documentation, we can try setting below attribute at beginning in pgAdmin4.cpp file before application start ?

QCoreApplication::setAttribute(Qt::AA_UseDesktopOpenGL); 

OR

QCoreApplication::setAttribute(Qt::AA_UseOpenGLES);


Below is the link for reference.

Thanks,
Neel Patel

On Thu, Nov 10, 2016 at 7:24 PM, Dave Page <dpage@pgadmin.org> wrote:
Hi

On Thu, Nov 10, 2016 at 1:28 PM, Neel Patel <neel.patel@enterprisedb.com> wrote:
> Hi Dave,
>
> I have tried to reproduce the issues ( crash & black screen) with
> QtWebEngine but no luck.
> Tried with Windows 7 & Windows 10 with both Qt 5.5 & 5.7.
>
> I think below links confirm that it is known issue in Qt.
>
> https://bugreports.qt.io/browse/QTBUG-34964
> https://bugreports.qt.io/browse/QTBUG-50543
> https://bugreports.qt.io/browse/QTBUG-54326

Agreed.

> Let me  know if anything needed for more investigations.

Turning off accelerated graphics for the VM seems to solve the problem
for me, but of course, that's not a good answer. Is there a way to do
that just for pgAdmin?


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

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

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

Предыдущее
От: Dave Page
Дата:
Сообщение: pgAdmin III commit: Add classid filter to queries on pg_depend
Следующее
От: Dave Page
Дата:
Сообщение: pgAdmin III commit: Don't show an error on PG 9.6.