Too big fonts in Viber?
Forum rules
Before you post please read how to get help
Before you post please read how to get help
-
- Level 1
- Posts: 19
- Joined: Thu Dec 18, 2008 5:40 am
- Location: København M(almö) AKA Malmö Sweden
Too big fonts in Viber?
The new version of Viber 6.5.5 has a problem it has very big font in it's windows
Is it possibly you get smaller font size in only one windows?
I'm running Linux Mint Cinnamon 18.1
Is it possibly you get smaller font size in only one windows?
I'm running Linux Mint Cinnamon 18.1
---
Venlig Hilsen / Kind Regards
/dizmoduck
- live your dreams, don't dream your life
Venlig Hilsen / Kind Regards
/dizmoduck
- live your dreams, don't dream your life
Re: To big fonts in Viber???
Install sqliteman or any other SQlite database manager, open your ~/.ViberPC/config.db file, then open "commonsettings" table and set "ScalingRatio" parameter to 0.5 instead of 1.
-
- Level 1
- Posts: 19
- Joined: Thu Dec 18, 2008 5:40 am
- Location: København M(almö) AKA Malmö Sweden
Re: To big fonts in Viber???
Thanks mate
amazes me why the developers of Viber only have a scale that is from 100 to 200%
amazes me why the developers of Viber only have a scale that is from 100 to 200%
---
Venlig Hilsen / Kind Regards
/dizmoduck
- live your dreams, don't dream your life
Venlig Hilsen / Kind Regards
/dizmoduck
- live your dreams, don't dream your life
Re: To big fonts in Viber???
Seems like there is no ScallingRatio parameter or I don't know how to find it, or db file is located somewhere else
After this command didn't work

After this command didn't work
Code: Select all
$ sqlite3 ~/.ViberPC/config.db -interactive 'update CommonSettings set Value = 0.6 where Title = "ScalingRatio"'
-
- Level 1
- Posts: 19
- Joined: Thu Dec 18, 2008 5:40 am
- Location: København M(almö) AKA Malmö Sweden
Re: To big fonts in Viber???
this hack was for a older version of Viber not the news one
---
Venlig Hilsen / Kind Regards
/dizmoduck
- live your dreams, don't dream your life
Venlig Hilsen / Kind Regards
/dizmoduck
- live your dreams, don't dream your life
Re: To big fonts in Viber???
not work on 18.3 aswell
Re: To big fonts in Viber???
I encountered slightly different problem - for me, font was too small. I used QT_SCALE_FACTOR option to increase it. Try this:
1. Open viber desktop file with your favourite editor:
2. Change to
1. Open viber desktop file with your favourite editor:
Code: Select all
sudo nano /usr/share/applications/viber.desktop
Code: Select all
Exec=/opt/viber/Viber %u
Code: Select all
Exec=bash -c "QT_SCALE_FACTOR=1.5 /opt/viber/Viber" %u
Re: To big fonts in Viber???
Works on the new viber although some modification I set the QT_SCALE_FACTOR=0.5zahardoc wrote: ↑Fri Jun 01, 2018 10:17 amI encountered slightly different problem - for me, font was too small. I used QT_SCALE_FACTOR option to increase it. Try this:
1. Open viber desktop file with your favourite editor:2. ChangeCode: Select all
sudo nano /usr/share/applications/viber.desktop
toCode: Select all
Exec=/opt/viber/Viber %u
Code: Select all
Exec=bash -c "QT_SCALE_FACTOR=1.5 /opt/viber/Viber" %u
Thanks @zahardoc
Re: To big fonts in Viber???
viber is no longer supported in linux. that said it will break playonlinux and appimagelauncher. i haver replaced viber with telegram cause it's cross platform: windows, linux, AND android.
http://www.linuxandubuntu.com/home/how- ... linux-mint
http://www.linuxandubuntu.com/home/how- ... linux-mint
Re: To big fonts in Viber???
This worked for me! Viber version 10.3.0 on Linux Mint 18.2.zahardoc wrote: ↑Fri Jun 01, 2018 10:17 amI encountered slightly different problem - for me, font was too small. I used QT_SCALE_FACTOR option to increase it. Try this:
1. Open viber desktop file with your favourite editor:2. ChangeCode: Select all
sudo nano /usr/share/applications/viber.desktop
toCode: Select all
Exec=/opt/viber/Viber %u
Code: Select all
Exec=bash -c "QT_SCALE_FACTOR=1.5 /opt/viber/Viber" %u
Thanks a lot!