Version: (using KDE 4.3.1) Installed from: SuSE RPMs I try konsole --list-profiles > /tmp/list cat /tmp/list and the file is empty also x=`konsole --list-profiles` && echo $x same result
Like --help, the --list-profiles output is sent to standard error, so it can be redirected albeit with a slightly different syntax. It should be output to standard output though as your example expects.
didnt help. I tried konsole --list-profiles 2>/tmp/list the list showed up on screen konsole --list-profiles 2>&1 > /tmp/list nothing on screen, nothing in file
Seems to be fixed, checked in revision 1114756 :) kde@dhcp-10-30-18-116 ~/kde/bin $ ./konsole --list-profiles > 1 :) kde@dhcp-10-30-18-116 ~/kde/bin $ cat 1 Shell
Likely fixed when 192241 was fixed.