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
I have tested your scenario
The issue can be resolved in two ways:
-
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
-
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.