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

--- Comment #39 from Alexandre Pereira <pereira.a...@gmail.com> ---
sorry, the command is correct, but only for fish shell.

for bash its :

qdbus $KONSOLE_DBUS_SERVICE $KONSOLE_DBUS_SESSION
org.kde.konsole.Session.setTitle 1 `date +%s%N`

what I do is create a date.sh with
#! /bin/bash
qdbus $KONSOLE_DBUS_SERVICE $KONSOLE_DBUS_SESSION
org.kde.konsole.Session.setTitle 1 `date +%s%N`

and then chmod +x date.sh and watch -n 1 ./date.sh

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to