Bug 117963 - Flatpak: Edit with External Tool does nothing, busyloops stat-ing a /tmp file
Summary: Flatpak: Edit with External Tool does nothing, busyloops stat-ing a /tmp file
Status: RESOLVED MOVED
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Draw (show other bugs)
Version:
(earliest affected)
6.0.4.2 release
Hardware: All Linux (All)
: medium normal
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-06-01 19:48 UTC by Will Thompson
Modified: 2018-06-02 06:09 UTC (History)
1 user (show)

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Will Thompson 2018-06-01 19:48:59 UTC
Description:
When running LibreOffice 6.0.4.2, Build ID 9b0d9b32d5dcda91d2f1a96dc04c645c450872bf, installed from Flathub on Fedora 28, Edit with External Tool does not work.

Steps to Reproduce:
1. Open a new Draw drawing
2. Insert → Image, choose one
3. Right-click the image, choose Edit with External Tool


Actual Results:  
Expected results: an external tool opens.

Expected Results:

Actual results: nothing appears to happen, but my laptop fans start up. strace shows the following, looping endlessly:

access("/tmp/vCsUNa.jpg", F_OK)         = 0
lstat("/tmp/vCsUNa.jpg", {st_mode=S_IFREG|0600, st_size=472210, ...}) = 0
poll([{fd=9, events=POLLIN}, {fd=13, events=POLLIN}, {fd=19, events=POLLIN}, {fd=21, events=POLLIN}], 4, 0) = 0 (Timeout)
access("/tmp/vCsUNa.jpg", F_OK)         = 0
lstat("/tmp/vCsUNa.jpg", {st_mode=S_IFREG|0600, st_size=472210, ...}) = 0
poll([{fd=9, events=POLLIN}, {fd=13, events=POLLIN}, {fd=19, events=POLLIN}, {fd=21, events=POLLIN}], 4, 0) = 0 (Timeout)

LibreOffice is still responsive to input.


Reproducible: Always


User Profile Reset: Yes



Additional Info:


User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:61.0) Gecko/20100101 Firefox/61.0
Comment 1 Will Thompson 2018-06-02 06:09:06 UTC
Refiled at https://github.com/flathub/org.libreoffice.LibreOffice/issues/43 having read the note on bug 115534.