Zoom level (Ubuntu 22.04)
Why doesn't Compass remember/record the zoom level we're not comfortable with?
Every time we log in we have to reconfigure it.
3
votes

-
Vilém commented
The same opinion here...
There is a workaround that we found on linux (ubuntu):
1. go to /usr/share/applications
2. sudo nano mongodb-compass.desktop
3. replace the line```
Exec=mongodb-compass %U
```with the following line:
```
Exec=mongodb-compass --ignore-additional-command-line-flags --force-device-scale-factor=1.25 %U
```we used 1,25x greater zoom than usual.