pgAdmin 4 v3.1 How can I use another browser? (Win 7) - browser

I'd like to change my default browser to IE (as that one has most of our internal sites programmed for). But currently, I can only get pgadmin4 to work well with Opera.
Is there a way to tell pgAdmin4 to use a different browser apart from the stock one?

With the latest version of pgAdmin4, developers have added copy URL option on right click on tray icon, Download the latest version then right click on pgAdmin4 tray icon which will give you option to Copy URL, once you click that option then open your desired browser and paste the URL and hit Enter.
And you are good to go :)
Also, there is an option to run the custom browser command also.
In new chrome versions you can 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%
If you want to run in chrome browser window, configure command like this:
"C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" %URL%
Hope this helps.

Run your pgadmin in default browser.
right click the icon in the Windows System Tray and select Configure as shown in the image.
use "C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" --app=%URL% to run as stand alone app.
or
paste "C:\Program Files (x86)\Internet Explorer\iexplore.exe " %URL% in browser command box to run with internet explorer
Windows System Tray
browser command
pgadmin

You just set as a default browser in any browser setting.PGAdmin Automatically Open as the set default browser

pgAdmin 4 v4.29 How can I use FireFox browser? (Win 10)
Right click the icon in the Windows System Tray and select Configure
as shown in the image.
Use "C:\Program Files (x86)\Mozilla Firefox\firefox" --app=%URL%
to run as stand alone app. But you have to select "Copy Server URL"
from Configuration window option and paste in browser.
or
paste "C:\Program Files (x86)\Mozilla Firefox\firefox" %URL% in
browser command box to run with Firefox Browser.

Related

How to make uninstallation work by right clicking app icon from start menu [duplicate]

I created an install file with Inno Setup 5.5.9 that I then ran on a Windows 10 machine. My only problem has to do with uninstalling the program. I can use the Control Panel just fine to uninstall. But in the Start menu, when I right click on the shortcut that launches my program, there is no option in the context menu to Uninstall. Other programs do have this option.
Is this a Windows 10 thing that I can't get around?
Does the program need to be installed under Program Files or Program Files (x86)?
Or is there a change I can make to my Inno script to have the uninstall option show up?
I'm a standard user on the Windows 10 machine, and therefore installed the program without administrative privileges. Does that have anything to do with it?
Only "Windows apps" (aka Universal Windows Platform [UWP] apps, Windows Store apps and Metro-style apps) have working "Uninstall" command.
Classic "Desktop apps", like those installed with Inno Setup, do not. Their Uninstall command only opens "Program and Features" Control Panel. Check other major desktop apps, like Microsoft Visual Studio or Google Chrome. Their "Uninstall" command behaves the same. And they are definitely not packaged by Inno Setup.
You would have to re-package your desktop app to turn it to "Windows app", instead of using Inno Setup.
I had the same problem.
In my case sometimes only the uninstall shortcut in windows start menu disappers.
I somehow fixed it.
Just use in Icons-section the command to create this shortcut twice. Their names need to differ.
For example:
Name: "{group}\{#Uninstall_Name} {#MyAppName}"; Filename: "{uninstallexe}";IconFilename: {app}\{#IconFileStartDesktop};
Name: "{group}\{#MyAppName} {#Uninstall_Name}"; Filename: "{uninstallexe}" ;IconFilename: {app}\{#IconFileStartDesktop};
If the first uninstall-shorcut does not show up, the second one enter code here will to it.

I'm unable to find configuration of pgAdmin4 on Windows 8.1

I'm new to PostgreSQL, just installed it along with pgAdmin4. After installation when I clicked on the pgAdmin4 it start in the browser of IE. But I want that in my chrome browser so I searched for it. Most of the people have mentioned or shared a picture of pgAdmin 4 configuration like this.
They mentioned it like right click the icon in the Windows System Tray and select Configure but the pgAdmin is not showing in the system tray of window 8.1. Or may be I'm misunderstanding about the system tray. Because in windows 8.1 pgAdmin 4 directly opens in browser.
The browser issues is fixed by change by default browser to chrome but I'm still unable to find this configuration setting. Can anyone help me to understand or get this screen?
pgAdmin 4 is a web server, so when you click pgAdmin 4 on the start menu, it starts the web server in the background, then opens a browser to connect to it.
The web server running in the background should have added a small icon to the system tray in the lower right corner.
On my Window 7 it looks like this:

Chrome Devtools is missing Sources when attached to remote Node JS

I'm running Chrome 67 on Windows connecting to my Ubuntu PC which is running NodeJS 8
I have an ssh tunnel setup to the Ubuntu PC so I can connect the Chrome Debugger to Node.
Chrome://inspect/#devices correctly spots the Remote Target
This allows me to click on the inspect link to open the debugger.
The Debugger connects and the console prints debug data from the running Node JS app confirming that things look good.
In the console messages, I can click on the links and have them open the source files
If I click on the Sources tab, I expect to see a Sources side panel (ref) displaying the file hierarchy but it seems to be completely lacking.
If I click on Add folder to workspace then it opens up a local file browser.
Has this feature been removed in newer versions of Chrome? If so is there a new way to view the remote file list?
Do not click on Inspect under Remote Target
Click on Open dedicated DevTools for Node
This will launch a specific version of DevTools configured for Node which features the Node file system

Eclipse Marketplace Not Showing All Search Results

I'm having an issue with the eclipse marketplace where doing a search doesn't show all available results. Searching for "java" I get a list of about 10 available plugins and at the bottom it says "156 matches. Browse for more solutions."
The problem is, when I click to browse more solutions I just get a blank emacs window and I can't seem to get to any of the other search results so I'm stuck with only the first 10 options.
How can I get it to show the rest of the results?
I'm running eclipse on a RedHat 6 Linux server and using a Cygwin XWindow to open it on my PC. My eclipse version info is below.
When clicking on that link, Eclipse should be opening your web browser. Somehow, on your system, Eclipse thinks that Emacs is your web browser. You can fix this on your system set-up, or override that system settings in Eclipse for Eclipse only.
Set Default Browser
Open Preferences
Navigate to General -> Web Browser
Customize your settings
Visit Marketplace Directly
An alternative is to browse to the Eclipse Marketplace directly in your web browser:
https://marketplace.eclipse.org/search/site/java

Launching app in hidden window using Remote Desktop Connection (Win 10)

How can I see the window of an app that shows on the second screen of my multi-monitor set-up when I remote in from another computer?
For example:
...on my laptop:
cmd: mstsc /span
rdc display configuration: Full Screen + Use all of my monitors for the remote session
...on the remote computer:
Open GitGUI or FileZilla for example.
Task bar shows application open.
The hover preview shows the app is open.
I can't see the app window on my screen (can't interact with it).
Nothing I do brings the app to a window I can use.
Anyone else come across this problem?
Thanks
Figured it out. Using the Windows key plus the right/left arrows, I can move windows from desktop to desktop.

Resources