| Summary: | "Open terminal at this location" feature doesn't work on Windows | ||
|---|---|---|---|
| Product: | [Applications] filelight | Reporter: | lolita002001 |
| Component: | general | Assignee: | Unassigned bugs <unassigned-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | martin.sandsmark, nate |
| Priority: | NOR | ||
| Version First Reported In: | 24.12.0 | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Microsoft Windows | ||
| Latest Commit: | https://invent.kde.org/utilities/filelight/-/commit/5ea963613565b8ed73f4d59bbeacbb4c0af5d397 | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
|
Description
lolita002001
2025-01-02 20:50:13 UTC
A possibly relevant merge request was started @ https://invent.kde.org/utilities/filelight/-/merge_requests/163 Git commit b40a524fb060f85bebad0b1cee7e81e02b3ee0b3 by Harald Sitter. Committed on 07/01/2025 at 14:06. Pushed by sitter into branch 'master'. contextmenucontext: open terminal at local file path for linux that makes no difference but on windows the `path()` is `/C:/abc/` and won't start a terminal correctly. get the path as local file path instead M +1 -1 src/contextMenuContext.cpp https://invent.kde.org/utilities/filelight/-/commit/b40a524fb060f85bebad0b1cee7e81e02b3ee0b3 Git commit 5ea963613565b8ed73f4d59bbeacbb4c0af5d397 by Harald Sitter. Committed on 08/01/2025 at 23:34. Pushed by sitter into branch 'release/24.12'. contextmenucontext: open terminal at local file path for linux that makes no difference but on windows the `path()` is `/C:/abc/` and won't start a terminal correctly. get the path as local file path instead (cherry picked from commit b40a524fb060f85bebad0b1cee7e81e02b3ee0b3) Co-authored-by: Harald Sitter <sitter@kde.org> M +1 -1 src/contextMenuContext.cpp https://invent.kde.org/utilities/filelight/-/commit/5ea963613565b8ed73f4d59bbeacbb4c0af5d397 |