how can I get pgAdmin4 to open as a standalone desktop application on MacOS? Announcing the...
Performance gap between vector<bool> and array
Why do early math courses focus on the cross sections of a cone and not on other 3D objects?
What is the difference between globalisation and imperialism?
SF book about people trapped in a series of worlds they imagine
Maximum summed subsequences with non-adjacent items
If Windows 7 doesn't support WSL, then what does Linux subsystem option mean?
Is there a kind of relay that only consumes power when switching?
How fail-safe is nr as stop bytes?
Putting class ranking in CV, but against dept guidelines
How does the math work when buying airline miles?
Why does it sometimes sound good to play a grace note as a lead in to a note in a melody?
Can anything be seen from the center of the Boötes void? How dark would it be?
Can a new player join a group only when a new campaign starts?
AppleTVs create a chatty alternate WiFi network
How come Sam didn't become Lord of Horn Hill?
Most bit efficient text communication method?
Illegal assignment from sObject to Id
What do you call the main part of a joke?
How can I reduce the gap between left and right of cdot with a macro?
Is it fair for a professor to grade us on the possession of past papers?
What is "gratricide"?
How to play a character with a disability or mental disorder without being offensive?
What initially awakened the Balrog?
Do I really need to have a message in a novel to appeal to readers?
how can I get pgAdmin4 to open as a standalone desktop application on MacOS?
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 23, 2019 at 00:00UTC (8:00pm US/Eastern)mail.app crasches on startup, OS 10.5.8Mac OS X: Update Python for ShellPop-up message upon launching Chrome: Confirm Changes - The extension “Chrome Security Component” has been addedGoogle Drive/Docs & Chrome Fullscreen ModeHow can I completely uninstall pgAdmin3 from OS X?Opening .cdr in inkscape on Mac OS X MavericksHow to notify user if browser contents change?Cannot access Chrome page information dialog boxHow to permanently disable Bing translator on Chrome?GoogleSoftwareUpdate keeps showing in desktop on MacOS
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}
I recently installed Postgres and pgAdmin4 and in it's default it opens on the browser. On PC I was able to "force" it to open as desktop app by entering the path to Chrome in the configuration popup that appears up at the top of the browser window. However, this will not work on Mac the same way.
This is what I'm trying currently. To find the path I ran:
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/Support/lsregister -dump | grep -i "google chrome"
which I found as the first answer in this related thread.
Am I accessing the wrong path?
macos google-chrome postgresql pgadmin
New contributor
add a comment |
I recently installed Postgres and pgAdmin4 and in it's default it opens on the browser. On PC I was able to "force" it to open as desktop app by entering the path to Chrome in the configuration popup that appears up at the top of the browser window. However, this will not work on Mac the same way.
This is what I'm trying currently. To find the path I ran:
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/Support/lsregister -dump | grep -i "google chrome"
which I found as the first answer in this related thread.
Am I accessing the wrong path?
macos google-chrome postgresql pgadmin
New contributor
add a comment |
I recently installed Postgres and pgAdmin4 and in it's default it opens on the browser. On PC I was able to "force" it to open as desktop app by entering the path to Chrome in the configuration popup that appears up at the top of the browser window. However, this will not work on Mac the same way.
This is what I'm trying currently. To find the path I ran:
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/Support/lsregister -dump | grep -i "google chrome"
which I found as the first answer in this related thread.
Am I accessing the wrong path?
macos google-chrome postgresql pgadmin
New contributor
I recently installed Postgres and pgAdmin4 and in it's default it opens on the browser. On PC I was able to "force" it to open as desktop app by entering the path to Chrome in the configuration popup that appears up at the top of the browser window. However, this will not work on Mac the same way.
This is what I'm trying currently. To find the path I ran:
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/Support/lsregister -dump | grep -i "google chrome"
which I found as the first answer in this related thread.
Am I accessing the wrong path?
macos google-chrome postgresql pgadmin
macos google-chrome postgresql pgadmin
New contributor
New contributor
New contributor
asked 10 hours ago
atlasofcoffeeatlasofcoffee
1
1
New contributor
New contributor
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
atlasofcoffee is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1427110%2fhow-can-i-get-pgadmin4-to-open-as-a-standalone-desktop-application-on-macos%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
atlasofcoffee is a new contributor. Be nice, and check out our Code of Conduct.
atlasofcoffee is a new contributor. Be nice, and check out our Code of Conduct.
atlasofcoffee is a new contributor. Be nice, and check out our Code of Conduct.
atlasofcoffee is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1427110%2fhow-can-i-get-pgadmin4-to-open-as-a-standalone-desktop-application-on-macos%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown