home.social

#googlechrome — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #googlechrome, aggregated by home.social.

fetched live
  1. I think I'm the only soul on Earth having this particular issue with #JAWSForWindows2026, and it's maddening.

    Even if the window is maximized, if I have a multi-prompt chat with #ChatGPT in #GoogleChrome or #MicrosoftEdge, go to the bottom of the page, and then use Shift+H to move backward by heading to the most recent response, JAWS just will not read it properly.

    It'll read the first few words of the most recent prompt or response and then suddenly jump several prompts back in the conversation. How do I even explain this one to the #Vispero folks? @[[email protected]](mailto:[email protected])

    Meanwhile, #NVDA handles the exact same task beautifully. #Yay @[[email protected]](mailto:[email protected])

  2. I think I'm the only soul on Earth having this particular issue with #JAWSForWindows2026, and it's maddening.

    Even if the window is maximized, if I have a multi-prompt chat with #ChatGPT in #GoogleChrome or #MicrosoftEdge, go to the bottom of the page, and then use Shift+H to move backward by heading to the most recent response, JAWS just will not read it properly.

    It'll read the first few words of the most recent prompt or response and then suddenly jump several prompts back in the conversation. How do I even explain this one to the #Vispero folks? @[[email protected]](mailto:[email protected])

    Meanwhile, #NVDA handles the exact same task beautifully. #Yay @[[email protected]](mailto:[email protected])

  3. Installing Google Chrome to Ubuntu proot environment with Termux

    Google recently started rolling out the ARM64 version of Google Chrome for Linux machines. This gives a chance for users to install this browser straight from the official Google Chrome homepage, which coincides with the same installation method for regular 64-bit computers.

    You can download the browser from here.

    We have tested Google Chrome ARM64 on a Ubuntu proot distro with Termux on Android 16, and the browser worked with full Google account synchronization enabled. To install Google Chrome, let’s assume that you’ve set up Termux on your phone with Ubuntu proot distro and VNC server installed.

    After that, follow these steps:

    1. Open the terminal, assuming that you’ve signed in as root.
    2. Execute the below command to download Google Chrome’s package. Let’s assume that wget was installed in the Termux environment outside proot-distro.
     # wget https://dl.google.com/linux/direct/google-chrome-stable_current_arm64.deb  --2026-08-03 16:21:55--  dl.google.com/linux/direct/goo  Resolving dl.google.com (dl.google.com)... 2a00:1450:400d:802::200e, 142.250.27.136, 142.250.27.190, ...  Connecting to dl.google.com (dl.google.com)|2a00:1450:400d:802::200e|:443... connected.  HTTP request sent, awaiting response... 200 OK  Length: 132151632 (126M) [application/x-debian-package]  Saving to: ?google-chrome-stable_current_arm64.deb?   google-chrome-stable 100%[=====================>] 126.03M   905KB/s    in 2m 34s      2026-08-03 16:24:30 (838 KB/s) - ?google-chrome-stable_current_arm64.deb? saved [132151632/132151632] 
    1. Use apt to install the package you’ve just downloaded. This ensures that dependencies will automatically be satisfied. A successful installation looks like this:
     # apt install ./google-chrome-stable_current_arm64.deb  Note, selecting 'google-chrome-stable' instead of './google-chrome-stable_current_arm64.deb'  Installing:                     google-chrome-stable                                                                                       Installing dependencies:    wget                                                                                       Summary:    Upgrading: 0, Installing: 2, Removing: 0, Not Upgrading: 37    Download size: 344 kB / 132 MB    Space needed: 446 MB / 26.8 GB available   Continue? [Y/n]   Get:1 /root/google-chrome-stable_current_arm64.deb google-chrome-stable arm64 151.0.7922.71-1 [132 MB]  Get:2 ports.ubuntu.com/ubuntu-ports resolute-updates/main arm64 wget arm64 1.25.0-2ubuntu4.3 [344 kB]  Fetched 344 kB in 4s (96.3 kB/s)                                      Selecting previously unselected package wget.  (Reading database ... 78043 files and directories currently installed.)  Preparing to unpack .../wget_1.25.0-2ubuntu4.3_arm64.deb ...  Unpacking wget (1.25.0-2ubuntu4.3) ...  Selecting previously unselected package google-chrome-stable.  Preparing to unpack .../google-chrome-stable_current_arm64.deb ...  Unpacking google-chrome-stable (151.0.7922.71-1) ...  Setting up wget (1.25.0-2ubuntu4.3) ...  Setting up google-chrome-stable (151.0.7922.71-1) ...  update-alternatives: using /usr/bin/google-chrome-stable to provide /usr/bin/x-www-browser (x-www-browser) in auto mode  update-alternatives: using /usr/bin/google-chrome-stable to provide /usr/bin/gnome-www-browser (gnome-www-browser) in auto mode  update-alternatives: using /usr/bin/google-chrome-stable to provide /usr/bin/google-chrome (google-chrome) in auto mode  Processing triggers for man-db (2.13.1-1build1) ... 
    1. Run Google Chrome using google-chrome. It’s recommended to sign in to your Linux account before launching the browser, as running it from root isn’t secure.

    If everything worked, Google Chrome should run like this:

    Signing in even works.

    #Android #google #googleChrome #news #oneUi #Samsung #smartphone #Tech #Technology #Termux #Ubuntu #ubuntuProot #update
  4. Installing Google Chrome to Ubuntu proot environment with Termux

    Google recently started rolling out the ARM64 version of Google Chrome for Linux machines. This gives a chance for users to install this browser straight from the official Google Chrome homepage, which coincides with the same installation method for regular 64-bit computers.

    You can download the browser from here.

    We have tested Google Chrome ARM64 on a Ubuntu proot distro with Termux on Android 16, and the browser worked with full Google account synchronization enabled. To install Google Chrome, let’s assume that you’ve set up Termux on your phone with Ubuntu proot distro and VNC server installed.

    After that, follow these steps:

    1. Open the terminal, assuming that you’ve signed in as root.
    2. Execute the below command to download Google Chrome’s package. Let’s assume that wget was installed in the Termux environment outside proot-distro.
     # wget https://dl.google.com/linux/direct/google-chrome-stable_current_arm64.deb  --2026-08-03 16:21:55--  dl.google.com/linux/direct/goo  Resolving dl.google.com (dl.google.com)... 2a00:1450:400d:802::200e, 142.250.27.136, 142.250.27.190, ...  Connecting to dl.google.com (dl.google.com)|2a00:1450:400d:802::200e|:443... connected.  HTTP request sent, awaiting response... 200 OK  Length: 132151632 (126M) [application/x-debian-package]  Saving to: ?google-chrome-stable_current_arm64.deb?   google-chrome-stable 100%[=====================>] 126.03M   905KB/s    in 2m 34s      2026-08-03 16:24:30 (838 KB/s) - ?google-chrome-stable_current_arm64.deb? saved [132151632/132151632] 
    1. Use apt to install the package you’ve just downloaded. This ensures that dependencies will automatically be satisfied. A successful installation looks like this:
     # apt install ./google-chrome-stable_current_arm64.deb  Note, selecting 'google-chrome-stable' instead of './google-chrome-stable_current_arm64.deb'  Installing:                     google-chrome-stable                                                                                       Installing dependencies:    wget                                                                                       Summary:    Upgrading: 0, Installing: 2, Removing: 0, Not Upgrading: 37    Download size: 344 kB / 132 MB    Space needed: 446 MB / 26.8 GB available   Continue? [Y/n]   Get:1 /root/google-chrome-stable_current_arm64.deb google-chrome-stable arm64 151.0.7922.71-1 [132 MB]  Get:2 ports.ubuntu.com/ubuntu-ports resolute-updates/main arm64 wget arm64 1.25.0-2ubuntu4.3 [344 kB]  Fetched 344 kB in 4s (96.3 kB/s)                                      Selecting previously unselected package wget.  (Reading database ... 78043 files and directories currently installed.)  Preparing to unpack .../wget_1.25.0-2ubuntu4.3_arm64.deb ...  Unpacking wget (1.25.0-2ubuntu4.3) ...  Selecting previously unselected package google-chrome-stable.  Preparing to unpack .../google-chrome-stable_current_arm64.deb ...  Unpacking google-chrome-stable (151.0.7922.71-1) ...  Setting up wget (1.25.0-2ubuntu4.3) ...  Setting up google-chrome-stable (151.0.7922.71-1) ...  update-alternatives: using /usr/bin/google-chrome-stable to provide /usr/bin/x-www-browser (x-www-browser) in auto mode  update-alternatives: using /usr/bin/google-chrome-stable to provide /usr/bin/gnome-www-browser (gnome-www-browser) in auto mode  update-alternatives: using /usr/bin/google-chrome-stable to provide /usr/bin/google-chrome (google-chrome) in auto mode  Processing triggers for man-db (2.13.1-1build1) ... 
    1. Run Google Chrome using google-chrome. It’s recommended to sign in to your Linux account before launching the browser, as running it from root isn’t secure.

    If everything worked, Google Chrome should run like this:

    Signing in even works.

    #Android #google #googleChrome #news #oneUi #Samsung #smartphone #Tech #Technology #Termux #Ubuntu #ubuntuProot #update
  5. Google Chrome is now finally available on ARM64 Linux!

    Google announced that the rollout of Google Chrome, which is a popular web browser, started for ARM64 Linux machines on March of this year, with a promise that the rollout would be finished in the second quarter of this year. Users with those machines will be able to finally get the full Google Chrome experience without any limitations on Linux.

    Starting this August, Google Chrome for ARM64 machines running Linux is now available to download!

    Previously, if you wanted to have a Chrome-like experience instead of a powerful alternative, which is Mozilla Firefox, you’ll have to download Chromium from your distribution’s package manager. Chromium is an open-source version of Google Chrome without any features that are exclusive, such as Google account synchronization.

    Now, if you want Google Chrome on your ARM64 machine running Linux, you can download it from this page. You’ll be given a Debian or an RPM package to install, which automatically sets up a Google Chrome repository for automatic updates, as well as installing Chrome.

    To get started, go to the Google Chrome’s official homepage, then select the download option. You should see the last two options shown in the below picture:

    The last two options are for ARM64 machines. Once selected for your Linux distribution, press Accept and Install. Afterwards, use your package manager to install Google Chrome from the package file.

    If the installation is successful, you should be able to use the browser.

    #arm64 #google #googleChrome #Linux #news #Tech #Technology #update
  6. Google Chrome is now finally available on ARM64 Linux!

    Google announced that the rollout of Google Chrome, which is a popular web browser, started for ARM64 Linux machines on March of this year, with a promise that the rollout would be finished in the second quarter of this year. Users with those machines will be able to finally get the full Google Chrome experience without any limitations on Linux.

    Starting this August, Google Chrome for ARM64 machines running Linux is now available to download!

    Previously, if you wanted to have a Chrome-like experience instead of a powerful alternative, which is Mozilla Firefox, you’ll have to download Chromium from your distribution’s package manager. Chromium is an open-source version of Google Chrome without any features that are exclusive, such as Google account synchronization.

    Now, if you want Google Chrome on your ARM64 machine running Linux, you can download it from this page. You’ll be given a Debian or an RPM package to install, which automatically sets up a Google Chrome repository for automatic updates, as well as installing Chrome.

    To get started, go to the Google Chrome’s official homepage, then select the download option. You should see the last two options shown in the below picture:

    The last two options are for ARM64 machines. Once selected for your Linux distribution, press Accept and Install. Afterwards, use your package manager to install Google Chrome from the package file.

    If the installation is successful, you should be able to use the browser.

    #arm64 #google #googleChrome #Linux #news #Tech #Technology #update
  7. Google is exploring how to keep the desktop version of its Chrome browser always up to date without users needing to restart it to apply updates thurrott.com/cloud/339915/goog #googlechrome #security #technology

  8. Google is exploring how to keep the desktop version of its Chrome browser always up to date without users needing to restart it to apply updates thurrott.com/cloud/339915/goog #googlechrome #security #technology

  9. I don't hate Wayland but Google Chrome still has issues with the integrated Dell XPS webcam regarding permissions which I've already granted which Firefox doesn't. Main issue is that we use some electron-based apps such as Slack so video calls there don't work.

    Still have to report this issue and send debugging info which I'm sure has already been submitted by someone else but these have been crazy weeks at work 😩

  10. أصبح متصفح Google Chrome متوفراً رسمياً لأنظمة التشغيل Linux القائمة على معمارية Arm64، مع دعم كامل لتقنية إدارة الحقوق الرقمية Widevine DRM. ويسهل هذا الإطلاق عملية التثبيت المباشر والوصول السلس إلى المحتوى المحمي على العديد من الأجهزة، مثل أجهزة Raspberry Pi والحواسيب المحمولة القائمة على المعمارية نفسها. علاوة على ذلك، يدعم المتصفح ميزة مزامنة حساب Google الشخصي، وسيحصل بانتظام على جميع التحديثات البرمجية من خلال المستودعات الرسمية التابعة للنظام.

    #GoogleChrome #Linux #Arm64

  11. Hm, der Chrome aus'm DNF-Repo scheint dieses Problem nicht zu haben. Ich habe vor ein paar Tagen vom Flathub-Chrome auf den Chrome vom DNF-Repo umgesattelt und hier scheint das mit den PWAs zu funktionieren. Soll mir auch recht sein. Woher der Chrome kommt ist mir schlussendlich egal, solange ich auch die Updates dazu bekomme. 😌

    #GoogleChrome #Chrome

  12. MakeUseOf: These 4 browser extensions are so good Chrome should just include them. “Google Chrome is known for its wider library of browser extensions, readily available through an official store. More importantly, there are some really cool extensions that do things Chrome doesn’t really do on its own. Here are four browser extensions so good that Chrome should just include them in the next […]

    https://rbfirehose.com/2026/07/13/makeuseof-these-4-browser-extensions-are-so-good-chrome-should-just-include-them/
  13. 9to5 Google: Google Chrome will remove older Manifest V2 extensions in August. “The death of Manifest V2 extensions on Google Chrome has been going on for well over four years at this point, and the end finally has a date. August 31 is the official and complete end of older Chrome extensions.”

    https://rbfirehose.com/2026/07/10/9to5-google-google-chrome-will-remove-older-manifest-v2-extensions-in-august/