Skip to Main Content

MongoByte MongoDB Logo

Welcome to the new MongoDB Feedback Portal!

{Improvement: "Your idea"}
We’ve upgraded our system to better capture and act on your feedback.
Your feedback is meaningful and helps us build better products.

Status Submitted
Categories Compass
Created by Guest
Created on Feb 15, 2024

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.
  • Attach files
  • Guest
    Jun 14, 2025
    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.