It isn't directly related to Linux desktop but I think this is worth to share. I'm working as a tech support and to fulfill the job, the department uses an old, windows based application called Kayako Desktop.
The app itself works perfect under wine except the font looks so tiny on 1080p laptop and makes my eyes get tired fast. Thankfully there is a way to increase the kayako desktop chat font size. Here are the steps.
1. Increase the DPI
Open the terminal and run: winecfg
Go to Graphic section and set to 150 DPI (or 125, depends on your eyes comfort).
2. Edit the Kayako Desktop CSS
- Open File Manager and show hidden files by pressing Ctrl+H
- Go to .wine/drive_c/Program Files/Kayako/desktop/resources/html/styles
- Open chat.css using text editor (gedit, mousepad. kwrite, depends on your distro).
- You will find : font-size: 12px;
- Increase the size to your comfort (me, for example: 18px)
- Save the file
- Restart the app
3. Done
Now the Kayako Desktop fonts look bigger and look good in the 1080p screen resolution. This tips should works on Windows OS too (follow the 2nd step).
Comments