From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20030225 Description of problem: after installing and running wordtrans in a bash shell I get the error: /usr/bin/wordtrans: line 2: /usr/bin/qwordtrans: No such file or directory qwordtrans is not shipped with Red Hat Linux 9, you ship kwordtrans but then wordtrans should require wordtrans-kde package during installation. Version-Release number of selected component (if applicable): wordtrans-1.1pre12-7 How reproducible: Always Steps to Reproduce: 1. up2date wordtrans 2. type "wordtrans" in bash shell 3. see the error : "/usr/bin/wordtrans: line 2: /usr/bin/qwordtrans: No such file or directory"
qworstrans is removed in RHL 9. Please remove qwordtrans and install wordtrans-kde sub package.
qwordtrans was never installed. i installed only wordtrans and wordtrans-kde. wordtrans program mistakenly uses qwordtrans instead of using wordtrans-kde. here is what happens when you type "cat /usr/bin/wordtrans" $ cat /usr/bin/wordtrans #!/bin/sh /usr/bin/qwordtrans --nogui $*
ah, i have seen this problem. wordtrans needs qwordtrans, which is removed in RHL 9. I don't think it will make sense to add qwordtrans again in next RHL release. I will remove /usr/bin/wordtrans in next rebuild As i know, the wordtrans autor is working on wordtrans for console (qt/X is not needed anymore).