12

Last night, I updated my version of Google Chrome from 43.0.2357.81-1 to 43.0.2357.124-1. The most visible change is that the UI elements are way too large. Here's a comparison with Chrome (top), Firefox (center) and my system fonts (bottom); only Chrome is wrong:

Chrome is way too big, Firefox and vim are correct

This isn't a page zoom issue. Chrome thinks my zoom is at 100%. I can shrink the page elements by zooming out, but the UI is still too large.

I can fix this by launching Chrome with the --force-device-scale-factor flag. However, this isn't really a great fix; I'd have to change my launcher shortcuts and any programs that launch Chrome (e.g., web servers that auto-launch a browser, like Racket's). Using this flag also causes Chrome to start with a very small window size.

I checked in chrome://flags and didn't see anything interesting matching the grep for "scale."

If relevant, my desktop environment is Cinnamon on Linux Mint 17.1 64-bit. My screen resolution is 1920×1080, on a normal 14-inch (157 dpi) display.

4
  • The following is a possible duplicate. This bug report might also be related
    – Ramhound
    Commented Jun 9, 2015 at 16:49
  • You should rollback to the previous version to fix this. This submitted image matches your problem exactly. suspected duplicate bug report.
    – Ramhound
    Commented Jun 9, 2015 at 16:56
  • there's a bug for this and the Chrome team is currently working on it. Thanks for reporting it! code.google.com/p/chromium/issues/detail?id=498426
    – user457501
    Commented Jun 10, 2015 at 20:51
  • So how did it go? Do you still have this problem with the latest Chrome version? Or you stuck with an outdated software for the time being? If Chrome is the only problem, and you already have Firefox installed on the system, why not just use Firefox? Forget about Chrome! At least until they sort out the issue, then you can come back if you want.
    – Samir
    Commented Jul 6, 2015 at 20:49

1 Answer 1

8

As Ramhound suggested in a comment, I've rolled back to the previous version. Luckily, I still had the package in /var/cache/apt/archives, so I just installed it with sudo dpkg -i.

If anyone else is looking for the package, I've hosted it here. This is version 43.0.2357.81-1, as provided by the Google PPA, with no modifications.

As mentioned in the comments, this is now a known issue, so should be fixed in some new release.

4
  • Be sure you accept your own answer. You might mention the bug report in your answe though. Best solution until the next release.
    – Ramhound
    Commented Jun 11, 2015 at 11:35
  • @Ramhound thanks for the reminder (there's a delay before you can accept your own answer).
    – wchargin
    Commented Jun 11, 2015 at 15:00
  • Don't forget to killall chrome processes for the change to apply. I actually suspect that killall alone may fix the problem.
    – JohnRos
    Commented Jun 12, 2015 at 7:06
  • @JohnRos Well, a system reboot didn't fix the large GUI. But yes, a killall/reboot was required after the downgrade.
    – wchargin
    Commented Jun 12, 2015 at 23:17

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .