Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Font size of bookmarks and tabs got small for chrome in ubuntu 16.04 [closed]

Suddenly my font size of bookmarks and tabs got small in ubuntu 16.04. what is the process to revert it back? I even tried reinstalling chrome but issue is still there.

enter image description here

like image 495
sanket tijare Avatar asked Dec 03 '22 13:12

sanket tijare


1 Answers

Got the solution.

To permanently get back to the nice, calming original scaling factor (=1), you need to edit Chrome's desktop file:

sudo nano /usr/share/applications/google-chrome.desktop

Find the line which contains the path to the binary and change it from

Exec=/usr/bin/google-chrome-stable %U

to

Exec=/usr/bin/google-chrome-stable --force-device-scale-factor=1 %U

like image 96
sanket tijare Avatar answered Dec 21 '22 21:12

sanket tijare