[Konsole-devel] [Bug 229769] New: konsole doesn't show title with -e command and redirected stdout
James
purpleposeidon at gmail.com
Sun Mar 7 06:09:47 UTC 2010
https://bugs.kde.org/show_bug.cgi?id=229769
Summary: konsole doesn't show title with -e command and
redirected stdout
Product: konsole
Version: 2.3.2
Platform: Ubuntu Packages
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: general
AssignedTo: konsole-devel at kde.org
ReportedBy: purpleposeidon at gmail.com
Version: 2.3.2 (using KDE 4.3.2)
OS: Linux
Installed from: Ubuntu Packages
Try:
$ konsole --title "No title" -e /bin/cat > /dev/zero
$ konsole --title "Yes title" -e /bin/cat
Here's a way to do it again in python:
import subprocess
subprocess.Popen(["konsole", "--title", "nada", "-e", "/bin/cat"],
stdout=subprocess.PIPE)
subprocess.Popen(["konsole", "--title", "yada", "-e", "/bin/cat"])
--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the konsole-devel
mailing list