Skip to content
  • Luis Javier Merino's avatar
    Make %w and %# work for bell notifications · 2b2dbdfd
    Luis Javier Merino authored and Kurt Hindenburg's avatar Kurt Hindenburg committed
    Since commit c3982cfb, bell notifications include the display title, in
    addition to the name title, to help identifying which tab the
    notification came from.  Unfortunately, %w (which can be quite useful in
    identifying tabs) and %# weren't working for this case, neither for the
    DBUS query:
    
    qdbus $KONSOLE_DBUS_SERVICE $KONSOLE_DBUS_SESSION org.kde.konsole.Session.title 1
    
    BUG: 435644
    2b2dbdfd