Bug 145045 - weird default location for saving images
Summary: weird default location for saving images
Status: RESOLVED DUPLICATE of bug 129564
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: LibreOffice (show other bugs)
Version:
(earliest affected)
7.2.1.2 release
Hardware: All All
: medium enhancement
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-10-10 17:02 UTC by Nick Shaforostov
Modified: 2023-10-09 15:18 UTC (History)
3 users (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 Nick Shaforostov 2021-10-10 17:02:13 UTC
1. Create new writer document
2. drag-n-drop an image from Finder (macOS) or Dolphin (GNU/Linux)
3. Right-click on the image and in the context menu select "Save..."

Expected result: suggested location for image save is ~/Documents (macOS) or ~/Pictures (GNU/Linux) folder.

Actual result: ~/.config/libreoffice/4/user/gallery/ on GNU/Linux is suggested. .config folder is meant for configurations, not as an export/save location.

On macOS ~/Library/Application Support/LibreOffice/4/user/gallery is suggested. Files saved there cannot be found in Finder search, as this folder is filtered out as a hidden/system one.
Comment 1 Jean-Baptiste Faure 2021-10-12 16:07:50 UTC
Not a bug -> enhancement.

Which default location do you suggest for MS-Windows ?

That said the current default location does not depend on changes in the OS or window manager and allows you to share pictures between several documents. So it is not a so bad idea to save it in the user profile.

Status has been set to NEEDINFO, please set it back to UNCONFIRMED once requested information has been provided.

Best regards. JBF
Comment 2 Nick Shaforostov 2021-10-24 20:32:01 UTC
on windows expected location is CSIDL_MYPICTURES (it can be retrieved with SHGetFolderPath), which typically resolves to C:\Documents and Settings\username\My Documents\My Pictures
Comment 3 Nick Shaforostov 2021-10-24 20:34:02 UTC
Also, it looks like macOS also has a dedicated Pictures folder, at least according to https://www.howtogeek.com/714244/where-is-the-pictures-folder-on-a-mac/
Comment 4 Buovjaga 2023-10-09 15:18:20 UTC

*** This bug has been marked as a duplicate of bug 129564 ***