Bug 129785 - FILE_OPEN Can’t read directories in /tmp
Summary: FILE_OPEN Can’t read directories in /tmp
Status: RESOLVED WORKSFORME
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: filters and storage (show other bugs)
Version:
(earliest affected)
6.3.4.2 release
Hardware: x86-64 (AMD64) Linux (All)
: medium normal
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-01-04 15:38 UTC by Simon Rigét
Modified: 2024-01-28 03:26 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 Simon Rigét 2020-01-04 15:38:09 UTC
Description:
write [File] -> [Open]

will ppen the directory, but doesn’t show directories within.

This is especially bad, since Mozilla Thunderbird mail client, stores attached documents this way.

ls -al /tmp :
drwxrwxrwt 27 root     root     4096 jan  4 16:15 ./
drwxr-xr-x 20 root     root     4096 nov  4 14:45 ../
drwxrwxrwx  2 bruger   bruger   4096 jan  4 15:54 mozilla_bruger0/

Steps to Reproduce:
mkdir /tmp/mozilla_bruger0
chmod 700 /tmp/mozilla_bruger0

[File] -> [Open]
choose root
choose /tmp


Actual Results:
Directory "/tmp/mozilla_bruger0" not shown

Expected Results:
Directory "mozilla_bruger0" to apper


Reproducible: Always


User Profile Reset: No



Additional Info:
Version: 6.3.4.2.0+
Build ID: libreoffice-6.3.4.2-snap1
CPU threads: 8; OS: Linux 5.3; UI render: default; VCL: gtk3; 
Locale: da-DK (da_DK.UTF-8); UI-Language: en-US
Calc: threaded

On ubuntu 19.10
Comment 1 Xisco Faulí 2020-01-21 11:32:27 UTC
I can't reproduce it in

Version: 6.5.0.0.alpha0+
Build ID: b92293b3943423324064a8513c2e114d18817179
CPU threads: 4; OS: Linux 4.19; UI render: default; VCL: gtk3; 
Locale: en-US (en_US.UTF-8); UI-Language: en-US
Calc: threaded

You are using the snap version.
Does it work 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.
Comment 2 Simon Rigét 2020-01-22 09:38:18 UTC
Bug seems to be fixed, in later version.
Comment 3 Xisco Faulí 2020-01-22 09:45:23 UTC
(In reply to Simon Rigét from comment #2)
> Bug seems to be fixed, in later version.

Thanks for retesting the issue with the latest version.
Setting to RESOLVED WORKSFORME since the commit fixing this issue hasn't been
identified.