Summary: | Highlight downloaded file in file manager using D-Bus org.freedesktop.FileManager1.ShowItems | ||
---|---|---|---|
Product: | [Applications] Falkon | Reporter: | probono <probono> |
Component: | general | Assignee: | Juraj <jurajoravec> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | jurajoravec |
Priority: | NOR | ||
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | FreeBSD | ||
Latest Commit: | https://invent.kde.org/network/falkon/-/commit/47bafc19b7fc5434f08b5c8ea7140f7056357ab4 | Version Fixed In: | 25.12.0 |
Sentry Crash Report: |
Description
probono
2022-10-25 21:36:46 UTC
*** Bug 442712 has been marked as a duplicate of this bug. *** A possibly relevant merge request was started @ https://invent.kde.org/network/falkon/-/merge_requests/87 Git commit 37441945c43c2b20b5a79a9675ac0fc1be1220ff by Juraj Oravec. Committed on 06/11/2024 at 22:07. Pushed by jurajo into branch 'master'. Use KIO::OpenFileManagerWindowJob to open folder FIXED-IN: 24.12.0 Signed-off-by: Juraj Oravec <jurajoravec@mailo.com> M +5 -4 CMakeLists.txt M +1 -0 src/lib/CMakeLists.txt M +4 -16 src/lib/downloads/downloaditem.cpp M +30 -0 src/lib/tools/qztools.cpp M +2 -0 src/lib/tools/qztools.h https://invent.kde.org/network/falkon/-/commit/37441945c43c2b20b5a79a9675ac0fc1be1220ff The first implementation with KIO would bring too many required dependencies. A possibly relevant merge request was started @ https://invent.kde.org/network/falkon/-/merge_requests/140 Git commit 47bafc19b7fc5434f08b5c8ea7140f7056357ab4 by Juraj Oravec. Committed on 13/09/2025 at 09:43. Pushed by jurajo into branch 'master'. Add DBus implementation to openFolder FIXED-IN: 25.12.0 Signed-off-by: Juraj Oravec <jurajoravec@mailo.com> M +37 -0 src/lib/downloads/downloaditem.cpp M +5 -0 src/lib/downloads/downloaditem.h https://invent.kde.org/network/falkon/-/commit/47bafc19b7fc5434f08b5c8ea7140f7056357ab4 |