After passing an argument while opening the app, it can not be opened anymore

OS version: EndeavourOS Galileo (basically most up-to-date)
App version: 7.5.1
Downloaded from: Arch User Repository (AUR)

Problem:

$ onlyoffice-desktopeditors
terminate called after throwing an instance of 'std::invalid_argument'
  what():  stod

Steps to produce:
Run onlyoffice-desktopeditors --force-scale 2 (I could have tried 1.3 first not sure about that) and you can not open the app no more even without passing any arguments.

Hello @AlperShal :handshake:

I have tested your scenario :upside_down_face:

The issue can be resolved in two ways:

  1. Use the following commands (tested on Ubuntu):
    1.1. sudo apt-get purge onlyoffice-desktopeditors → (It deletes the software entirely from the system)
    1.2. sudo apt-get install onlyoffice-desktopeditors

  2. Modify the settings in the settings.xml file:
    2.1. Open the configuration file: /home/[yourUserName]/.local/share/onlyoffice/desktopeditors/data/settings.xml
    2.2. Set the following value: <force-scale>1</force-scale>
    2.3. Save the changes.
    2.4. Restart the editor.

These steps should help address the issue you encountered. If you have any further questions or issues, feel free to ask.