kwrite does not provides a DCOP interface to open documents (as kate does)
Bug #50103 reported by
Mildred
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
KDE Base |
Invalid
|
Wishlist
|
|||
kdebase (Ubuntu) |
Won't Fix
|
Wishlist
|
Unassigned |
Bug Description
Binary package hint: kdebase
When I want to open multiple documents with kwrite, I can :
- click on file->open and choose the file
- drag and drop the file I want to edit into a kwrite window
But there is no way to do it using the console without starting another instance of kwrite (which take a longer time on my computer)
kate does provide a DCOP interface to open documents, then I can write a shell script that does what I want, but I prefer to use kwrite.
So, is it possible to have a such interface ?
thanks
Changed in kdebase: | |
status: | Unknown → Unconfirmed |
Changed in kdebase: | |
status: | Confirmed → Triaged |
Changed in kdebase: | |
importance: | Unknown → Wishlist |
Changed in kde-baseapps: | |
status: | New → Invalid |
To post a comment you must log in.
Version: 4.5.2 (using KDE 3.5.2, Kubuntu Package 4:3.5.2-0ubuntu18 dapper)
Compiler: Target: i486-linux-gnu
OS: Linux (i686) release 2.6.15-25-686
Kate does have a DCOP interface to open documents (KateApplicatio n/openURL) .
Kwrite should have, but does not :
$ dcop kwrite-6000 MainApplication -Interface anagement( ) ation() tamp(ulong time)
QCStringList interfaces()
QCStringList functions()
void disableSessionM
QCString startupId()
QCString caption()
void quit()
void reparseConfigur
void updateUserTimes
should be easy to fix for someone who already know the structure of kdebase ... But unfortunately I do not.