[konsole] [Bug 364391] Cannot remove "- Konsole" suffix from the titlebar

John Little bugzilla_noreply at kde.org
Sun Feb 3 03:01:41 GMT 2019


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

John Little <john.b.little at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |john.b.little at gmail.com

--- Comment #6 from John Little <john.b.little at gmail.com> ---
Just stumbled on this bug report with a recent comment.

A partial, kludgy, work around with X for this Qt "feature" is to use xprop:

xprop -id $WINDOWID -format _NET_WM_NAME 8u -set _NET_WM_NAME "whatever"

For example, with bash,

PROMPT_COMMAND='xprop -id $WINDOWID -format _NET_WM_NAME 8u -set _NET_WM_NAME
"$PWD"'

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


More information about the konsole-devel mailing list