Created attachment 151094 [details] The spreadsheet "nobug.ods" which is used at the start of the bug report description This is a truly bizarre bug that I've spent a lot of time diagnosing and reducing to a simple case. This description is quite long. Please bear with me. You need an unusual folder on an NFS share. Here, we have a group called "silson". My username is "nigel". The folder has the group sticky bit set, so that files are created with group silson and everybody in that group shares write access. Here is the set-up for folder "test". I don't think the acls are relevant, but included just in case. [root@hermes Silson Library]# ls -ld test drwxrwsr-x+ 2 nigel silson 4096 Apr 30 15:29 test [root@hermes Silson Library]# getfacl test # file: test # owner: nigel # group: silson user::rwx group::rwx mask::rwx other::r-x default:user::rwx default:group::rwx default:mask::rwx default:other::r-x Now, open the attached file and save it into this folder with libreoffice calc, as "nobug" Now, insert a chart. Select A1:B8. Insert|Chart. X-Y scatter, Points & Lines, Finish. Save as "bug" Click on the chart and press backspace to delete it. Save as "fixedbug" The file protections are: ls test/* -l -rw-rw-r--+ 1 nigel nigel 14994 Apr 30 15:37 test/bug.ods -rw-rw-r--+ 1 nigel silson 9050 Apr 30 15:38 test/fixedbug.ods -rw-rw-r--+ 1 nigel silson 9056 Apr 30 15:34 test/nobug.ods It's the presence of a chart that makes the file get saved with group=nigel instead of group=silson. It can be a chart hidden away on a different work-sheet that nobody ever looks at .... The bug was not present in the libreoffice shipped with Fedora 27: 5.4.7.2-3.fc27.x86_64. It appeared after upgrading to Fedora 29, 6.1.5.2-5.fc29.x86_64
Created attachment 151095 [details] The file "bug.ods", in case you want to look at its internals
Just confirmed that this bug is also present in 6.2.3.2 as downloaded from https://www.libreoffice.org/download/download/
Thank you for reporting the bug. it seems you're using an old version of LibreOffice. Could you please try to reproduce it with the latest version of LibreOffice from https://www.libreoffice.org/download/libreoffice-fresh/ ? I have set the bug's status to 'NEEDINFO'. Please change it back to 'UNCONFIRMED' if the bug is still present in the latest version.
Appears fixed in 6.3.3.2-5.fc31 (fedora 31) In passing - I couldn't find an easy way to delete a chart. Click/Backspace no longer works. Is Highlighting the block of sells around it and then clearing all contents the right/only way to do it?
(In reply to Nigel Arnot from comment #4) > Appears fixed in 6.3.3.2-5.fc31 (fedora 31) > > In passing - I couldn't find an easy way to delete a chart. Click/Backspace > no longer works. Is Highlighting the block of sells around it and then > clearing all contents the right/only way to do it? Thanks for retesting with the latest version. Setting to RESOLVED WORKSFORME as the commit fixing this issue hasn't been identified.