Ticket #2433 (closed patch: invalid)
Fix relative paths from absolute-with-symlinks
| Reported by: | strk | Owned by: | nobody |
|---|---|---|---|
| Priority: | minor: annoyance | Milestone: | Version 1.5.0 |
| Component: | Project Loading / Saving | Version: | Trunk |
| Keywords: | Cc: | ||
| Platform Version: | Platform: | Debian | |
| Must Fix for Release: | No | Awaiting user input: | yes |
Description
If your project file refers to resources by absolute path but the absolute path is formed by symlinks, the current code resolve them to a suboptimal ../../../../../looking/path.
This patch uses QT library to "canonicalize" the absolute path prior to resolve against project dir.
It is not tested under WIN. It would likely need canonicalization of the project filename too to be complete.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
