Comment 1 for bug 1873082

Revision history for this message
Adam Reichold (adamreichold) wrote : Re: Save does not save

Hello Laureano,

thank you for taking the time to report this. I do agree with you assessment that "save" or "saveAs" should be the default tool bar action. (We already moved the keyboard shorts in that direction some time ago.) However you will have to take this up with the maintainer of the package you are using as the default file toolbar we ship here does contain neither the "Save copy" nor any other action but "openInNewTab" and "refresh", i.e.
```
static QStringList fileToolBar() { return QStringList() << "openInNewTab" << "refresh"; }
```

So I suspect that these defaults were patched in the package your are using. (I think this applies to the official Debian package and hence downstream Ubuntu as well.)

But do not, that you can change this via the settings dialog by modifying the "File tool bar" setting and replacing "saveCopy" by "save" or "saveAs" and then restarting the application.

Best regards,
Adam