Summary: | Many KDE applications that accept file arguments cannot read from a FIFO | ||
---|---|---|---|
Product: | [Frameworks and Libraries] frameworks-kio | Reporter: | Daniel Douglas <ormaaj> |
Component: | general | Assignee: | David Faure <faure> |
Status: | RESOLVED NOT A BUG | ||
Severity: | wishlist | CC: | a.samirh78, adawit, cfeck, kdelibs-bugs, nate |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Gentoo Packages | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Daniel Douglas
2011-05-01 15:48:09 UTC
I am not sure if this can be supported/fixed KDE-wide. If at all, probably kio would have to support it. Otherwise I fear this has to be reported and fixed for each application where applicable. I assumed this was probably a kio issue at least in many cases since it looks like KDE has some odd way of hooking into xdg-open to do it's own automagic MIME resolution to handle special URI schemes (man://, info://, etc) and perhaps it falls back to binutils "file" if that fails and doesn't default to treating "inode/fifo" specially. The problem with having that middleman I suppose would be programs that blindly expect to have the FD of a real file object held open in read/write mode depending upon how deep the abstraction provided by KIO really goes. I'd say it'll have to be fixed per app. FWIW, kate/kwrite have a --stdin command line option. Closing as not a bug, for lack of a better option, it's not a bug in KIO, rather a wish list per app. |