[PR #835] [MERGED] fixed recovery issue #3768

Closed
opened 2026-05-05 10:07:33 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netblue30/firejail/pull/835
Author: @valoq
Created: 10/5/2016
Status: Merged
Merged: 10/6/2016
Merged by: @netblue30

Base: masterHead: master


📝 Commits (1)

📊 Changes

1 file changed (+3 additions, -2 deletions)

View changed files

📝 etc/libreoffice.profile (+3 -2)

📄 Description

When starting two instances of libreoffice, the second one will start the document recovery for already open documents of the first instance.
This was caused by using a too restrictive whitelist on /tmp, which prevented libreoffice from writing several temporary files.

There was also an issue about libreoffice not being able to look for java in /usr/local/sbin.
This was solved by noblacklist /usr/local/sbin


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/netblue30/firejail/pull/835 **Author:** [@valoq](https://github.com/valoq) **Created:** 10/5/2016 **Status:** ✅ Merged **Merged:** 10/6/2016 **Merged by:** [@netblue30](https://github.com/netblue30) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`cbe61ef`](https://github.com/netblue30/firejail/commit/cbe61efad39348acc81671a3c920232aa2d34277) fixed recovery issue ### 📊 Changes **1 file changed** (+3 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `etc/libreoffice.profile` (+3 -2) </details> ### 📄 Description When starting two instances of libreoffice, the second one will start the document recovery for already open documents of the first instance. This was caused by using a too restrictive whitelist on /tmp, which prevented libreoffice from writing several temporary files. There was also an issue about libreoffice not being able to look for java in /usr/local/sbin. This was solved by noblacklist /usr/local/sbin --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 10:07:33 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/firejail#3768
No description provided.