| Summary: | Dolphin don't respect translated Downloads Directory | ||
|---|---|---|---|
| Product: | [Applications] dolphin | Reporter: | Unknown <null> |
| Component: | general | Assignee: | Dolphin Bug Assignee <dolphin-bugs-null> |
| Status: | REPORTED --- | ||
| Severity: | minor | CC: | dolphin-bugs-null |
| Priority: | NOR | Keywords: | qt6 |
| Version First Reported In: | 24.01.95 | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | Screenshot of dolpin file manager, trying to open the Downloads director but there is an error, because the Downalods directory is translated and dolphin is hard coded to go to ~/Downloads | ||
Created attachment 165603 [details] Screenshot of dolpin file manager, trying to open the Downloads director but there is an error, because the Downalods directory is translated and dolphin is hard coded to go to ~/Downloads SUMMARY I have all the directories in my home folder translated using xdg-user-dirs. and all the directories work normally except the Downloads directory, which is hard coded to `~/Downloads`. the Downloads directory appears in the side bar with the translated name, but when i click on it, i get this error `File or Folder /home/UserName/Downloads doesn't exist.` STEPS TO REPRODUCE 1. translate the Downloads Directory by changing it's name in the file `~/.config/user-dirs.dirs` 2. open dolphin and Press the Downloads button in the side bar OBSERVED RESULT dolphin is trying to go to `/home/UserName/Downloads` EXPECTED RESULT dolphin should go to `/home/UserName/التنزيلات` SOFTWARE/OS VERSIONS Linux: 6.1.75 (64 Bit) KDE Plasma Version: 5.93.0 KDE Frameworks Version: 5.249.0 Qt Version: 6.6.1 ADDITIONAL INFORMATION no Additional Information