<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
<title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Something you could use for a reference. D-Bus has been implemented in
yakuake, which is a konsole clone. Virtually everything is the same
between the two except for some minor changes. I've managed to set tab
titles in yakuake using:<br>
<br>
$ dbus-send –print-reply –type=method_call –dest=’org.kde.yakuake’
/yakuake/tabs org.kde.yakuake.setTabTitle int32:0 string:"MyTabTitle"<br>
<br>
You could potentially reference that to avoid work-duplication.<br>
<br>
Regards,<br>
<br>
<br>
Arno Töll wrote:
<blockquote cite="mid4937C65A.60005@toell.net" type="cite">
<pre wrap="">Arno Töll wrote:
</pre>
<blockquote type="cite">
<pre wrap="">Nevertheless I (or better we) would implement that interface based
widely on the existing XML IDL available in the source code.
</pre>
</blockquote>
<pre wrap=""><!---->
Well, since I got no further feedback I just tried to begin. So I
checked out konsole HEAD from SVN and tried to compile and running it.
But it just dies with segfault catched by KDE crash manager, but I have
no idea why, since I'm not able to get a backtrace. More exactly:
A GUI message box shows me:
The application Konsole (konsole) crashed and caused the signla 11
(SIGSEGV).
...
(no debugging symbols found)
in shell (launched from xterm)
arno:~$ /opt/konsole/bin/konsole
KCrash: Application 'konsole' crashing...
<unknown program name>(9621)/: Communication problem with "konsole" ,
it probably crashed.
Error message was: "org.freedesktop.DBus.Error.NoReply" : " "Message
did not receive a reply (timeout by message bus)" "
Well, how to do a backtrace or use gdb with konsole? I do not have
debugging symbols stripped away from this binary.
arno:~$ file /opt/konsole/bin/konsole
/opt/konsole/bin/konsole: ELF 32-bit LSB executable, Intel 80386,
version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux
2.6.8, not stripped
My KDE 4.1 environment (from Debian experimental) is working fine, up
and running. Any ideas?
_______________________________________________
konsole-devel mailing list
<a class="moz-txt-link-abbreviated" href="mailto:konsole-devel@kde.org">konsole-devel@kde.org</a>
<a class="moz-txt-link-freetext" href="https://mail.kde.org/mailman/listinfo/konsole-devel">https://mail.kde.org/mailman/listinfo/konsole-devel</a>
</pre>
</blockquote>
<br>
</body>
</html>