Problem in downloading google chrome in Xubuntu - google-chrome

I'm new to Xubuntu when I tried to download google chrome using teminal i came up with these error how to solve this?

Related

explicitly-allowed-ports not working in latest google chrome v. 72.0.3626.109

We have few local sites with unsafe ports i.e. 100,101,102,103. Those were working fine on google chrome with explicitly-allowed-ports in the shortcut target. Suddenly they have stopped working for new update version of chrome v. 72.0.3626.109.
I am not able to find any solution to it. Even if I install the old version of chrome it gets updated to the new one. Can you please guide me what to do. I cant change the mapping of websites as there are limitations. Please guide.
This bug was already found in the Canary branch:
https://bugs.chromium.org/p/chromium/issues/detail?id=916025
Temporary solution is to disable the "Enable Network Service" option in the chrome://flags settings

Issue of loading PDF hosted on IIS 8.5

I host a static folder containing some large PDFs (~7000 kb) on IIS 8.5 on Windows Server 2012 R2. When I open the PDF in Chrome, the following message always shows first. I have to reload the page many times to display the PDF correctly.
Then I checked the network log using Chrome developer tool and found out the failed requests have Status Code "206 Partial Content". See the following screenshot:
Does anyone have similar issue as me? Any help is really appreciated!
To solve this issue:
1. Use the latest version of Chrome
2. In google chrome, you can change the default chrome pdf viewer to Adobe pdf viewer plugin.
Here I find the option my Google Chrome Version 70.0.3538.77 (Official Build) (64-bit)
Please recheck ... PDF switch setting is available on Latest version of Google Chrome.

Chrome Developer Tools not displaying (Version 51.0.2704.84 (64-bit))

I'm no longer able to access my Developer Tools in Mac Chrome (Version 51.0.2704.84 (64-bit)). This is the latest update for Chrome. CMD-OPTION-I and View > Developer > Developer Tools provides no result.
Is anyone else having this issue? Any ideas how to fix?
Try go to ~/Library/Application Support/Google/Chrome/Default\Local Storage and delete these two files :
chrome-devtools_devtools_0.localstorage
chrome-devtools_devtools_0.localstorage-journal
Or purge all your Google Chrome User Data and reinstall Chrome.
To fix this issue, I did the following:
Made a backup of /Users//Library/Application Support/Google/Chrome/Default.
Delete the Chrome App
Deleted the root Chrome folder /Users//Library/Application Support/Google/Chrome/
Downloaded and reinstalled the latest version of Chrome (Tried a simple update before previous steps, but didn't work)
Removed defaults from the new install
Copied back up of default content into new Default folder
Dev tools are now functioning again.

Tizen doesn't recognize Google Chrome

I just bought a Samsung gear 2 neo and wanted to create my own watch. So this means I am new to Tizen development.
I installed the Tizen IDE and the SDK but for some reason after following -a part- this tutorial (http://www.slideshare.net/badaindonesia/professional-tizen-application-development) Tizen won't run my projects because it can't find Google Chrome on the specified location. This problem occures when I try to run a Tizen web application as a Tizen web simulator app. When i try to launch it as a Tizen web app it says Could not find emulator or device but that isn't my current target.
The specific message is Google Chrome could not be found (C:\Program Files(x86)\Google\Chrome\Application\Chrome.exe). Please install Google Chrome and specify the Google Chrome program location in Window->Preferences under "Tizen SDK/Web/Simulator".
I have tried changing the location to C:\Program Files(x86)\Google\Chrome\Application\ But this wouldn't help either. Yes, i have entered the correct location since i have manually located the chrome.exe to.
The only thing which might be wrong is that I am using the Windows 7 64 bit installer while I am on a Windows 8 64 bit desktop pc.
I have experienced a similar bug. Maybe this will help you/future developers:
My problem was that the Chrome app wouldn't open while pressing debug. I subsequently tried it with the Visual Studio Tizen extension: same problem.
The fix: I dove into the extension code and found that changing the chrome path via the option "Change Chrome path" doesn't actually change your chrome path.
What does? Going into "C:\Users\[USERNAME]\.vscode\extensions\tizenweb.wappl-1.1.2\lib\constants.js" and changing Constants.CHROME_PATH to your chrome path (for the operating system you are using).
I have not found a solution for the Tizen app, though I would recommend using the VScode extension anyway.
I had the same problem. Though not exactly a solution, I found a workaround.
Start the Web Simulator from Start Menu
Enter the location of your index.html file in the address field and press Enter
Don't forget to add file:/// in the front.
There you go!!

Telerik Framework does not see Google Chrome

To test the use NUnit + Telerik Framework
Browser: Google Chrome v24 + standard extension of Telerik
When you run the test - an error "Failed SetUp: System.IO.FileNotFoundException: Chrome browser is not installed on this machine TearDown: System.NullReferenc"
Reinstall Telerik and Google Chrome did not help.
Tell me, please, how to solve the problem?
Translated by Google Translate.
Issue resolved.
Cause of error - Telerik does not work with Google Chrome v.24
Installed Chrome v.20 - it worked
UPD:
After the automatic browser update to version 24 - Telerik is working correctly
Re-install chrome, and do not say yes to the UAC prompt. What is most likely happening if chrome was installed with admin privileges so it installed to program files. Telerik's testing framework expects chrome to be installed in %appdata%. By saying no to the UAC prompt and yes to the install without admin prompt chrome will revert back to installing in %appdata%