Like the other issue raised, this doesn't support the latest Gnome in Ubuntu 25.10
There is an alternative plugin Window Calls Extended by hseliger that I wonder if StreamController could use rather than have this one specifically for just it?
e.g. using that one I can do a command like
gdbus call --session --dest org.gnome.Shell --object-path /org/gnome/Shell/Extensions/WindowsExt --method org.gnome.Shell.Extensions.WindowsExt.FocusTitle | cut -d"'" -f 2
in my bash script to get the current focused window title
Like the other issue raised, this doesn't support the latest Gnome in Ubuntu 25.10
There is an alternative plugin Window Calls Extended by hseliger that I wonder if StreamController could use rather than have this one specifically for just it?
e.g. using that one I can do a command like
in my bash script to get the current focused window title