Summary: | RFE: 'magic sequence' to invoke dcop/dbus methods from arbitrary locations | ||
---|---|---|---|
Product: | [Applications] konsole | Reporter: | Matthew Woehlke <mwoehlke.floss> |
Component: | general | Assignee: | Konsole Developer <konsole-devel> |
Status: | CLOSED DUPLICATE | ||
Severity: | wishlist | ||
Priority: | NOR | ||
Version: | 1.6.5 | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Matthew Woehlke
2007-03-28 01:02:49 UTC
After discussion with Matthew, it seems that what he was mainly after was changing the tab name and clearing the history which can be done using the konsoleprofile tool in KDE 4. Changing tab titles: konsoleprofle tabtitle=<Your Name Title> Clearing the history is done by turning the history off and back on again: konsoleprofile HistoryMode=0 konsoleprofile HistoryMode=1 (this assumes that fixed lengthy history is being used. Setting HistoryMode to '2' makes the history unlimited) Just to clarify for the record, Robert's comments are indeed correct; at the time DCOP seemed the obvious solution, instead we have 'a different script language' that accomplishes the same effect, and yes it was the effect I was after not the means of implementing it. So opposite bug 124639, the right choice here was to ignore the summary and look at the details. Robert: you rock! :-) Mark your resolutions better though ;-). Actually a duplicate of 124639 :-) *** This bug has been marked as a duplicate of 124639 *** Confirming also that I've tested it and it works |