Thread: pgAdmin 4 commit: On certain linux operating systems,Qt application ex

pgAdmin 4 commit: On certain linux operating systems,Qt application ex

From
Ashesh Vashi
Date:
On certain linux operating systems, Qt application exits with an error
message such as 'X Error: BadDrawable'.

In order to resolve the issue, we need to let the Qt know not to load
the MIT-SHM extension.

Reference:
https://iwf1.com/quick-fix-one-kdes-common-xorg-errors-x-error-baddrawable/

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=deb5475b98422920c82c9b6ad8d41c500bd5958c
Author: Neel Patel <neel.patel@enterprisedb.com>

Modified Files
--------------
runtime/pgAdmin4.cpp | 9 +++++++++
1 file changed, 9 insertions(+)