[Konsole-devel] [konsole] [Bug 307355] Konsole titlebar now includes the word "Konsole"

Miklos Karacsony mkaracsony81 at gmail.com
Tue Jan 28 09:46:54 UTC 2014


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

--- Comment #18 from Miklos Karacsony <mkaracsony81 at gmail.com> ---
According to the KDE 4.0 API Reference:

void KMainWindow::setCaption    (    const QString &     caption     )     
[virtual, slot]

Makes a KDE compliant caption.

Parameters:
caption     Your caption. Do not include the application name in this string.
It will be added automatically according to the KDE standard.

VS

void KMainWindow::setPlainCaption    (    const QString &     caption     )    
 [virtual, slot]

Make a plain caption without any modifications.

Parameters:
caption     Your caption. This is the string that will be displayed in the
window title.

The second one does not alter the caption you set in any way, while the first
one adds the string "Konsole" as per KDE standard. It would be a good idea to
implement a checkbox or something under the settings, giving the option to the
users to use unaltered captions if they whish.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the konsole-devel mailing list