Bug 157049 - kate --nofork no longer works
Summary: kate --nofork no longer works
Status: RESOLVED WONTFIX
Alias: None
Product: SUSE Linux 10.1
Classification: openSUSE
Component: KDE (show other bugs)
Version: Beta 7
Hardware: Other Other
: P5 - None : Normal (vote)
Target Milestone: ---
Assignee: E-mail List
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-10 13:50 UTC by Jiri Dluhos
Modified: 2006-03-10 14:18 UTC (History)
0 users

See Also:
Found By: Other
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Dluhos 2006-03-10 13:50:26 UTC
It seems that the kate editor no more accepts the '--nofork' option, which is useful for scripting, e.g. our w3d external-edit feature does not work without it.

'kate --nofork' just says that the option is unknown.
Comment 1 Stephan Kulow 2006-03-10 14:07:26 UTC
why would w3d use kate --nofork?

kate was a unique application and --nofork is basically a debug switch. And now that kate is no longer a unique app, it doesn't have this switch anymore.

Use kwrite if you want an editor with window per document - which always worked as what you emulate with kate --nofork
Comment 2 Jiri Dluhos 2006-03-10 14:18:24 UTC
You are right, I am stupid; I just had 'kate --nofork' in my .zope-external-edit. When replaced with kwrite, it works correctly.