How to make chrome run with proxy properly?How to run chrome from terminal window after deb isntallation?Does...

Did Apollo leave poop on the moon?

Will a paper be retracted if a flaw in released software code invalidates its central idea?

Making pause in a diagram

Can ads on a page read my password?

Colleagues speaking another language and it impacts work

Does a 4 bladed prop have almost twice the thrust of a 2 bladed prop?

Where to pee in London?

Is it a bad idea to offer variants of a final exam based on the type of allowed calculators?

How do I get the =LEFT function in excel, to also take the number zero as the first number?

Getting an entry level IT position later in life

Is Odin inconsistent about the powers of Mjolnir?

Determine Beckett Grading Service (BGS) Final Grade

Our group keeps dying during the Lost Mine of Phandelver campaign. What are we doing wrong?

How many years before enough atoms of your body are replaced to survive the sudden disappearance of the original body’s atoms?

Is this cheap "air conditioner" able to cool a room?

What is a Casino Word™?

Decode a variable-length quantity

"How do you solve a problem like Maria?"

ESTA declined to the US

Is it double speak?

Purchased new computer from DELL with pre-installed Ubuntu. Won't boot. Should assume its an error from DELL?

What word best describes someone who likes to do everything on his own?

Cobb-Douglas production function with expenditures rather than units

Does the length of a password for Wi-Fi affect speed?



How to make chrome run with proxy properly?


How to run chrome from terminal window after deb isntallation?Does Chrome run on Debian kFreeBSD?Keeping Pushbullet for Chrome active with Chrome closed?How to run google chrome as root in linuxInstall Google Chrome with YUM on Fedora 14Can Google Chrome run on ARM architecture?How to set Remember proxy login in Chromesystemd: finish the execution of custom shell script before starting nginxsystemd root authentication every new shell sessionCannot get to 192.168.*.* addresses when using chromium with socks proxy






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}







0















I want to set my chrome with socks5 proxy.



chrome://linux-proxy-config/


To input the chrome://linux-proxy-config/ in chrome ,an error info occurs:



When running Google Chrome under a supported desktop environment, the system proxy settings will be used. However, either your system is not supported or there was a problem launching your system configuration.

But you can still configure via the command line. Please see man google-chrome for more information on flags and environment variables.


I input the command in console.



google-chrome-stable  --proxy-server="socks5://127.0.0.1:1080


So many warnings info:



"Fontconfig warning: "/etc/fonts/fonts.conf", line 100: unknown element "blank"
[3873:3960:0808/102301.399211:ERROR:object_proxy.cc(619)] Failed to call method: org.freedesktop.Notifications.GetCapabilities: object_path= /org/freedesktop/Notifications: org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.Notifications was not provided by any .service files
[7:13:0808/102302.782729:ERROR:command_buffer_proxy_impl.cc(107)] ContextResult::kTransientFailure: Shared memory region is not valid
[3873:4069:0808/102302.788747:ERROR:object_proxy.cc(619)] Failed to call method: org.freedesktop.DBus.Properties.Get: object_path= /org/freedesktop/UPower: org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.UPower was not provided by any .service files
[3873:4069:0808/102302.789045:ERROR:object_proxy.cc(619)] Failed to call method: org.freedesktop.UPower.GetDisplayDevice: object_path= /org/freedesktop/UPower: org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.UPower was not provided by any .service files


I want to make the command run in bakground silently.



google-chrome-stable  --proxy-server="socks5://127.0.0.1:1080  &


The above command take no effect,warning info still pop out in the console.
Try other way.



sudo gvim /usr/share/applications/google-chrome.desktop
#replace the `Exec=/usr/bin/google-chrome-stable --incognito` with
Exec=/usr/bin/google-chrome-stable --proxy-server="socks5://127.0.0.1:1080"


Run chrome with it's logo, chrome can open ,now i can't go surfing with the proxy
socks5://127.0.0.1:1080,how to fix it?










share|improve this question































    0















    I want to set my chrome with socks5 proxy.



    chrome://linux-proxy-config/


    To input the chrome://linux-proxy-config/ in chrome ,an error info occurs:



    When running Google Chrome under a supported desktop environment, the system proxy settings will be used. However, either your system is not supported or there was a problem launching your system configuration.

    But you can still configure via the command line. Please see man google-chrome for more information on flags and environment variables.


    I input the command in console.



    google-chrome-stable  --proxy-server="socks5://127.0.0.1:1080


    So many warnings info:



    "Fontconfig warning: "/etc/fonts/fonts.conf", line 100: unknown element "blank"
    [3873:3960:0808/102301.399211:ERROR:object_proxy.cc(619)] Failed to call method: org.freedesktop.Notifications.GetCapabilities: object_path= /org/freedesktop/Notifications: org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.Notifications was not provided by any .service files
    [7:13:0808/102302.782729:ERROR:command_buffer_proxy_impl.cc(107)] ContextResult::kTransientFailure: Shared memory region is not valid
    [3873:4069:0808/102302.788747:ERROR:object_proxy.cc(619)] Failed to call method: org.freedesktop.DBus.Properties.Get: object_path= /org/freedesktop/UPower: org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.UPower was not provided by any .service files
    [3873:4069:0808/102302.789045:ERROR:object_proxy.cc(619)] Failed to call method: org.freedesktop.UPower.GetDisplayDevice: object_path= /org/freedesktop/UPower: org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.UPower was not provided by any .service files


    I want to make the command run in bakground silently.



    google-chrome-stable  --proxy-server="socks5://127.0.0.1:1080  &


    The above command take no effect,warning info still pop out in the console.
    Try other way.



    sudo gvim /usr/share/applications/google-chrome.desktop
    #replace the `Exec=/usr/bin/google-chrome-stable --incognito` with
    Exec=/usr/bin/google-chrome-stable --proxy-server="socks5://127.0.0.1:1080"


    Run chrome with it's logo, chrome can open ,now i can't go surfing with the proxy
    socks5://127.0.0.1:1080,how to fix it?










    share|improve this question



























      0












      0








      0








      I want to set my chrome with socks5 proxy.



      chrome://linux-proxy-config/


      To input the chrome://linux-proxy-config/ in chrome ,an error info occurs:



      When running Google Chrome under a supported desktop environment, the system proxy settings will be used. However, either your system is not supported or there was a problem launching your system configuration.

      But you can still configure via the command line. Please see man google-chrome for more information on flags and environment variables.


      I input the command in console.



      google-chrome-stable  --proxy-server="socks5://127.0.0.1:1080


      So many warnings info:



      "Fontconfig warning: "/etc/fonts/fonts.conf", line 100: unknown element "blank"
      [3873:3960:0808/102301.399211:ERROR:object_proxy.cc(619)] Failed to call method: org.freedesktop.Notifications.GetCapabilities: object_path= /org/freedesktop/Notifications: org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.Notifications was not provided by any .service files
      [7:13:0808/102302.782729:ERROR:command_buffer_proxy_impl.cc(107)] ContextResult::kTransientFailure: Shared memory region is not valid
      [3873:4069:0808/102302.788747:ERROR:object_proxy.cc(619)] Failed to call method: org.freedesktop.DBus.Properties.Get: object_path= /org/freedesktop/UPower: org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.UPower was not provided by any .service files
      [3873:4069:0808/102302.789045:ERROR:object_proxy.cc(619)] Failed to call method: org.freedesktop.UPower.GetDisplayDevice: object_path= /org/freedesktop/UPower: org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.UPower was not provided by any .service files


      I want to make the command run in bakground silently.



      google-chrome-stable  --proxy-server="socks5://127.0.0.1:1080  &


      The above command take no effect,warning info still pop out in the console.
      Try other way.



      sudo gvim /usr/share/applications/google-chrome.desktop
      #replace the `Exec=/usr/bin/google-chrome-stable --incognito` with
      Exec=/usr/bin/google-chrome-stable --proxy-server="socks5://127.0.0.1:1080"


      Run chrome with it's logo, chrome can open ,now i can't go surfing with the proxy
      socks5://127.0.0.1:1080,how to fix it?










      share|improve this question














      I want to set my chrome with socks5 proxy.



      chrome://linux-proxy-config/


      To input the chrome://linux-proxy-config/ in chrome ,an error info occurs:



      When running Google Chrome under a supported desktop environment, the system proxy settings will be used. However, either your system is not supported or there was a problem launching your system configuration.

      But you can still configure via the command line. Please see man google-chrome for more information on flags and environment variables.


      I input the command in console.



      google-chrome-stable  --proxy-server="socks5://127.0.0.1:1080


      So many warnings info:



      "Fontconfig warning: "/etc/fonts/fonts.conf", line 100: unknown element "blank"
      [3873:3960:0808/102301.399211:ERROR:object_proxy.cc(619)] Failed to call method: org.freedesktop.Notifications.GetCapabilities: object_path= /org/freedesktop/Notifications: org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.Notifications was not provided by any .service files
      [7:13:0808/102302.782729:ERROR:command_buffer_proxy_impl.cc(107)] ContextResult::kTransientFailure: Shared memory region is not valid
      [3873:4069:0808/102302.788747:ERROR:object_proxy.cc(619)] Failed to call method: org.freedesktop.DBus.Properties.Get: object_path= /org/freedesktop/UPower: org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.UPower was not provided by any .service files
      [3873:4069:0808/102302.789045:ERROR:object_proxy.cc(619)] Failed to call method: org.freedesktop.UPower.GetDisplayDevice: object_path= /org/freedesktop/UPower: org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.UPower was not provided by any .service files


      I want to make the command run in bakground silently.



      google-chrome-stable  --proxy-server="socks5://127.0.0.1:1080  &


      The above command take no effect,warning info still pop out in the console.
      Try other way.



      sudo gvim /usr/share/applications/google-chrome.desktop
      #replace the `Exec=/usr/bin/google-chrome-stable --incognito` with
      Exec=/usr/bin/google-chrome-stable --proxy-server="socks5://127.0.0.1:1080"


      Run chrome with it's logo, chrome can open ,now i can't go surfing with the proxy
      socks5://127.0.0.1:1080,how to fix it?







      debian chrome socks5-proxy






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked 15 mins ago









      it_is_a_literatureit_is_a_literature

      3447 gold badges33 silver badges66 bronze badges




      3447 gold badges33 silver badges66 bronze badges

























          0






          active

          oldest

          votes














          Your Answer








          StackExchange.ready(function() {
          var channelOptions = {
          tags: "".split(" "),
          id: "106"
          };
          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: false,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: null,
          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
          });


          }
          });














          draft saved

          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f534472%2fhow-to-make-chrome-run-with-proxy-properly%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
















          draft saved

          draft discarded




















































          Thanks for contributing an answer to Unix & Linux Stack Exchange!


          • 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.




          draft saved


          draft discarded














          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f534472%2fhow-to-make-chrome-run-with-proxy-properly%23new-answer', 'question_page');
          }
          );

          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







          Popular posts from this blog

          Taj Mahal Inhaltsverzeichnis Aufbau | Geschichte | 350-Jahr-Feier | Heutige Bedeutung | Siehe auch |...

          Baia Sprie Cuprins Etimologie | Istorie | Demografie | Politică și administrație | Arii naturale...

          Nicolae Petrescu-Găină Cuprins Biografie | Opera | In memoriam | Varia | Controverse, incertitudini...