https://bugs.kde.org/show_bug.cgi?id=502384
Bug ID: 502384
Summary: "Open folder" in Kate does not work
Classification: Applications
Product: kate
Version: 24.12.2
Platform: Other
OS: Linux
Status: REPORTED
Severity: normal
Priority: NOR
Component: application
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
SUMMARY
"Open folder" in Kate does not work:
- in context menu of Dolphin
- from terminal "kate /home/user/test
- from Kate menu "File -> Open Folder..."
Kate opens users home folder (~) instead.
Only folders containing .git/ subfolder could be opened in Kate.
WORKAROUND
1. In a folder to be opened in Kate create .kateproject file with following
content:
{
"name": "demo",
"files": [
{
"directory": ".",
"filters": [
"*"
],
"recursive": 1
}
]
}
2. Now this folder could be opened in Kate.
SOFTWARE/OS VERSIONS
Operating System: TUXEDO OS
KDE Plasma Version: 6.3.2
KDE Frameworks Version: 6.11.0
Qt Version: 6.8.2
Kernel Version: 6.11.0-109019-tuxedo (64-bit)
--
You are receiving this mail because:
You are watching all bug changes.