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

--- Comment #41 from Michail Vourlakos <mvourla...@gmail.com> ---
(In reply to Alexandre Pereira from comment #39)
> 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

trying your code and one that I created all of them return in my system the
following result by using ksysguard in order to watch the processes. Take note
that to test I run Latte with Default layout and a plasma panel that contains a
plasma taskmanager. I used 0.1 at watch in order to make it heavier:

1. Latte Dock remains at 1%
2. Plasmashell remains at 1%
3. kwin_x11 process goes crazy at 9%

are these your finding?

from my results it is pretty clear that this app break kwin and x11 behavior so
this is probably this app fault, it is probably not even KWin fault...

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

Reply via email to