Bugzilla – Bug 364875
kdesu doesn't forward stdin
Last modified: 2008-06-04 08:41:28 UTC
kdesu doesn't forward input from stdin. For example echo test | kdesu -t -c cat freezes while echo test | sudo cat works. This functionality is needed by opensuseupdater-kde to talk to zypper. Until this bug is not fixed following bugs cannot be fixed: 345870 346976 304669 345425 227086 328839 334498.
Opensuseupdater-kde works with limited functionality even though this bug exists. Changing 'blocker' to 'normal'.
echo test | su -c cat does not work either, so it's a question if this is a bug.
we've switched to "su" as backend for kdesu. su doesn't accept input from stdin.. do you still need this functionality?
The kdesu for the connection to zypper isn't very important because I want to focus on using packagekit for opensuseupdater. The limited functionality kdesu provides right now is good enough for opensuseupdater's zypp backend.
okay, I'll leave it as that because of time constraints. feel free to reopen if it becomes more important.