Bug 499814 - Make the English names of /home folders work as shortcuts/symbolic links for their names in other languages.
Summary: Make the English names of /home folders work as shortcuts/symbolic links for ...
Status: RESOLVED INTENTIONAL
Alias: None
Product: dolphin
Classification: Applications
Component: general (other bugs)
Version First Reported In: 25.04.1
Platform: Arch Linux Linux
: NOR wishlist
Target Milestone: ---
Assignee: Dolphin Bug Assignee
URL: https://gitlab.freedesktop.org/xdg/xd...
Keywords: usability
Depends on:
Blocks:
 
Reported: 2025-02-11 13:53 UTC by Fernando M. Muniz
Modified: 2025-09-26 11:26 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Fernando M. Muniz 2025-02-11 13:53:33 UTC
I tried to install an app located on my Desktop folder with Konsole, problem is, the location is /home/user/Área de trabalho/
It could only read "/Área" and changing the path to "/Desktop" didn't work.

Creating a link/shortcut to the folder named "Desktop" works.

Is it possible to create secondary names for a folder? Then these translated names could be accessible with their english names.

Anyway, I'm requesting a method that would allow users to use the english names/paths of these known folders.
Comment 1 Fernando M. Muniz 2025-02-13 03:02:55 UTC
Also, most tutorials are in english with english paths in them, so this would allow non-english users to efficiently copy-paste these paths, only replacing the username.
Comment 2 Fernando M. Muniz 2025-02-13 06:18:50 UTC
I might be wrong, but some less robust apps do not recognize spaces and accents, so having "Desktop" as a secondary path for "Área de trabalho" would help with these apps.
Comment 3 John Kizer 2025-05-21 18:25:41 UTC
This was reported under dolphin - is your proposal that Dolphin perform some kind of translation on its own, or that symbolic links across languages be created in the underlying filesystem upon setting up the XDG user directories?

Asking as if it's the latter, that seems like it would be under the purview of https://gitlab.freedesktop.org/xdg/xdg-user-dirs/ ?
Comment 4 Fernando M. Muniz 2025-05-21 21:22:03 UTC
I think that Dolphin + File Picker is good enough.
Plus it doesn't seem like I can make a feature request there, only issues, incidents, and tasks.
Comment 5 Fernando M. Muniz 2025-06-21 11:42:50 UTC
But I'll gladly make a request there if there's a way.
Comment 6 Fernando M. Muniz 2025-07-26 04:10:11 UTC
I created it anyway.
https://gitlab.freedesktop.org/xdg/xdg-user-dirs/-/issues/40
Comment 7 Méven 2025-09-26 10:43:21 UTC
What you are asking is outside of dolphin scope.

You can yourself created the symlinks you need.

cd "/home/user/Área de trabalho/" or cd /home/user/Área\ de\ trabalho/ are easy enough to type and other users might not appreciate to have such symlinks in their home folder.

I don't even think that should be handled by xdg-users-dirs.
Comment 8 Fernando M. Muniz 2025-09-26 10:49:31 UTC
Should I report the issue of folders with spaces not being read as easily like folders that don't have spaces?
Comment 9 Méven 2025-09-26 11:26:32 UTC
(In reply to Fernando M. Muniz from comment #8)
> Should I report the issue of folders with spaces not being read as easily
> like folders that don't have spaces?

I don't understand the question, by reading a folder you mean opening it ? cd in the terminal ?
You need to be specific.

Either cases it seems like a local issue on your hand.
Spaces in folder names are not an issue in dolphin, or a problem to use in a terminal.
You can use completion utilities for your shell to automatically deal with spaces in folder names.