[Bug 176866] New: Be able to change the tab title from dbus

View: New views
12 Messages — Rating Filter:   Alert me  

[Bug 176866] New: Be able to change the tab title from dbus

by Bugzilla from mail-kdebugs@codingdomain.com :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

http://bugs.kde.org/show_bug.cgi?id=176866

           Summary: Be able to change the tab title from dbus
           Product: konsole
           Version: 2.1
          Platform: unspecified
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: general
        AssignedTo: konsole-devel@...
        ReportedBy: mail-kdebugs@...


Version:           2.1 (using 4.1.3 (KDE 4.1.3) "release 63.3",
KDE:KDE4:Factory:Desktop / openSUSE_11.0)
Compiler:          gcc
OS:                Linux (i686) release 2.6.25.18-0.2-default

In KDE 3 I've used dcop to change the tab title. This way I would easily show
the file I had opened in vim, etc..

When I'm browsing the dbus interface with:
 qdbus $KONSOLE_DBUS_SERVICE $KONSOLE_DBUS_SESSION

These options don't seam to exist anymore.

Could you please make these features available again over dbus? Thank you for
your time!


--
Configure bugmail: http://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
konsole-devel mailing list
konsole-devel@...
https://mail.kde.org/mailman/listinfo/konsole-devel

[Bug 176866] Be able to change the tab title from dbus

by Bugzilla from mail-kdebugs@codingdomain.com :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

http://bugs.kde.org/show_bug.cgi?id=176866





--- Comment #1 from Diederik van der Boor <mail-kdebugs codingdomain com>  2008-12-04 09:00:14 ---
FYI, this was the code I used in KDE 3:

if [ -n "$KONSOLE_DCOP_SESSION" ] && dcop >/dev/null 2>&1; then
  function dcop_title         { dcop $KONSOLE_DCOP_SESSION renameSession "$1";
}
  function rename_konsole_tab { dcop_title "$(pwd | sed -re 's/.*(.{30})$/\1/'
)/"; }
  function vim  { dcop_title "vim $1"   && `type -P vim`  "$@"; }
  function man  { dcop_title "man $1"   && `type -P man`  "$@"; }
  function ssh  { dcop_title "ssh $1"   && `type -P ssh`  "$@"; }
  function su   { dcop_title "su $1 $2" && `type -P su`   "$@"; }
  function sudo { dcop_title "sudo $1"  && `type -P sudo` "$@"; }
  PROMPT_COMMAND=rename_konsole_tab
fi


--
Configure bugmail: http://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
konsole-devel mailing list
konsole-devel@...
https://mail.kde.org/mailman/listinfo/konsole-devel

[Bug 176866] Be able to change the tab title from dbus

by Bugzilla from mads@dydensborg.dk :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

http://bugs.kde.org/show_bug.cgi?id=176866


Mads Bondo Dydensborg mads dydensborg dk changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mads@...




--
Configure bugmail: http://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
konsole-devel mailing list
konsole-devel@...
https://mail.kde.org/mailman/listinfo/konsole-devel

[Bug 176866] Be able to change the tab title from dbus

by Bugzilla from kurt.hindenburg@gmail.com :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

https://bugs.kde.org/show_bug.cgi?id=176866


Kurt V. Hindenburg <kurt.hindenburg@...> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |wishlist




--- Comment #2 from Kurt V. Hindenburg <kurt hindenburg gmail com>  2009-02-22 21:24:22 ---
Change this to a wish.  The dbus structure is not in Konsole yet.

--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
konsole-devel mailing list
konsole-devel@...
https://mail.kde.org/mailman/listinfo/konsole-devel

[Bug 176866] Be able to change the tab title from dbus

by Bugzilla from kavol@seznam.cz :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

https://bugs.kde.org/show_bug.cgi?id=176866


kavol <kavol@...> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kavol@...




--- Comment #3 from kavol <kavol seznam cz>  2009-10-31 17:41:56 ---
(In reply to comment #2)
> Change this to a wish.  The dbus structure is not in Konsole yet.

please, is there any ETA for this?

--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
konsole-devel mailing list
konsole-devel@...
https://mail.kde.org/mailman/listinfo/konsole-devel

[Bug 176866] Be able to change the tab title from dbus

by Bugzilla from mkyral@email.cz :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

https://bugs.kde.org/show_bug.cgi?id=176866


Marian Kyral <mkyral@...> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mkyral@...




--- Comment #4 from Marian Kyral <mkyral email cz>  2009-11-01 19:49:17 ---
I think this could be closed as actual stable konsole already contains DBUS
interface.

--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
konsole-devel mailing list
konsole-devel@...
https://mail.kde.org/mailman/listinfo/konsole-devel

[Bug 176866] Be able to change the tab title from dbus

by Bugzilla from mail-kdebugs@codingdomain.com :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

https://bugs.kde.org/show_bug.cgi?id=176866


Diederik van der Boor <mail-kdebugs@...> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED




--- Comment #5 from Diederik van der Boor <mail-kdebugs codingdomain com>  2009-11-02 14:46:10 ---
Confirmed!

qdbus org.kde.konsole  $KONSOLE_DBUS_SESSION setTitle 1 "lala"

guess I'll set my own bug report as fixed then.. ;-)

--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
konsole-devel mailing list
konsole-devel@...
https://mail.kde.org/mailman/listinfo/konsole-devel

[Bug 176866] Be able to change the tab title from dbus

by Bugzilla from mkyral@email.cz :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

https://bugs.kde.org/show_bug.cgi?id=176866





--- Comment #6 from Marian Kyral <mkyral email cz>  2009-11-02 17:38:19 ---
Well, probably not so quickly :-(

I found that it is replaced back after while and I did not find a way how to
prevent it.

--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
konsole-devel mailing list
konsole-devel@...
https://mail.kde.org/mailman/listinfo/konsole-devel

[Bug 176866] Be able to change the tab title from dbus

by Bugzilla from mkyral@email.cz :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

https://bugs.kde.org/show_bug.cgi?id=176866





--- Comment #7 from Marian Kyral <mkyral email cz>  2009-11-03 22:13:41 ---
Created an attachment (id=38058)
 --> (http://bugs.kde.org/attachment.cgi?id=38058)
Add method void org.kde.konsole.Session.renameTab(QString tabName)

--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
konsole-devel mailing list
konsole-devel@...
https://mail.kde.org/mailman/listinfo/konsole-devel

[Bug 176866] Be able to change the tab title from dbus

by Bugzilla from mkyral@email.cz :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

https://bugs.kde.org/show_bug.cgi?id=176866





--- Comment #8 from Marian Kyral <mkyral email cz>  2009-11-03 22:16:04 ---
I have only one issue. It took several seconds to change the title. It is not
immediately changed.

--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
konsole-devel mailing list
konsole-devel@...
https://mail.kde.org/mailman/listinfo/konsole-devel

[Bug 176866] Be able to change the tab title from dbus

by Bugzilla from mkyral@email.cz :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

https://bugs.kde.org/show_bug.cgi?id=176866





--- Comment #9 from Marian Kyral <mkyral email cz>  2009-11-03 22:34:33 ---
Created an attachment (id=38059)
 --> (http://bugs.kde.org/attachment.cgi?id=38059)
Improved version

Immediately change title. Maybe should be renamed to "renameSession".

--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
konsole-devel mailing list
konsole-devel@...
https://mail.kde.org/mailman/listinfo/konsole-devel

[Bug 176866] Be able to change the tab title from dbus

by Bugzilla from mkyral@email.cz :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

https://bugs.kde.org/show_bug.cgi?id=176866


Marian Kyral <mkyral@...> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #38058|0                           |1
        is obsolete|                            |




--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
konsole-devel mailing list
konsole-devel@...
https://mail.kde.org/mailman/listinfo/konsole-devel