pgAdmin 4 always open in browser not as a standalone desktop application

前端 未结 6 1651
梦毁少年i
梦毁少年i 2020-12-07 14:32

installed PSQL10 but when pgAdmin is run from start then always open in browser.There is no option to run as a Desktop Application

6条回答
  •  生来不讨喜
    2020-12-07 14:59

    With new chrome versions it is possible to run pgAdmin 4 as "native" desktop app. While the pgAdmin v4 web server is running, right click the icon in the Windows System Tray and select Configure... In the Browser Command input add the following:

    "C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" --app=%URL%

    Note that if you have Google Chrome installed in a different location, you will need to update the chrome.exe shortcut above accordingly.

    Now when you start pgAdmin 4 it has its own window which you can pin to taskbar/tab to and so on. Like before.

提交回复
热议问题