overte-org / tivolicloud

The Tivoli interface client and server software
Apache License 2.0
1 stars 0 forks source link

Import 464c10741b: Fix for chromium crash on Arch Linux (by Maki) #267

Open daleglass opened 2 years ago

daleglass commented 2 years ago

This is an automated proposal to look at a commit made by Maki and import it into Overte

Commit: 464c10741bd50e3db7bcea9e2b638462a2458011
Author: Maki
Date: Tue, 24 Mar 2020 12:23
Fix for chromium crash on Arch Linux

Stats:

Filename Stats Lines Added Removed Lines in blame
interface/src/Application.cpp 6 6 0 3
1 files - 6 6 0 3

To work on this, please assign the issue to yourself, then look at the commit and decide whether this would be a good addition to Overte.

Useful commits should be submitted as a PR against Overte. Tag this issue in PR, so that it's automatically closed once the PR is merged.

You can cherry-pick this issue with this command:

git cherry-pick 464c10741bd50e3db7bcea9e2b638462a2458011
daleglass commented 2 years ago

This disables the sandbox, which seems like a very bad idea, and is probably fixed in a better way by now