| Summary: | --use command line does not work | ||
|---|---|---|---|
| Product: | [Applications] kate | Reporter: | charles.gorand.dev |
| Component: | application | Assignee: | KWrite Developers <kwrite-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | lueck |
| Priority: | NOR | ||
| Version First Reported In: | 16.08 | ||
| Target Milestone: | --- | ||
| Platform: | Debian testing | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
charles.gorand.dev
2017-01-24 09:15:39 UTC
(In reply to charles.gorand.dev from comment #0) > Kate Version 16.08.3 > > --use is mentionned in kate documentation but not documented. > where did you find "--use" in the documentation? > Kate shall reuse running kate session when invoking : > > $ kate --use myfile.txt https://docs.kde.org/stable5/en/applications/kate/fundamentals.html or the manpage of kate reads: kate -s --start name Starts kate with the session name. The --use flag is mentionned here from your link: "Only reuses an instance with the specified PID (Process ID). Used with the --use option." Thanks for pointing out this issue, the obsolete option is nowremoved from the documentation with https://commits.kde.org/kate/628c218ee5aaa62bc95ed0b3205c2442cbe204ae hummm it's a usefull switch ... $ kate myfile.txt -u (or --use) This one is better as it reuse opened session. if you find it usefull please open a new bug (wish). |