Bug 407122 - "kate /dev/stdin" does not work
Summary: "kate /dev/stdin" does not work
Status: RESOLVED NOT A BUG
Alias: None
Product: kate
Classification: Applications
Component: application (other bugs)
Version First Reported In: 18.12.3
Platform: Ubuntu Linux
: NOR normal
Target Milestone: ---
Assignee: KWrite Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-05-01 10:32 UTC by Victor Porton
Modified: 2019-05-18 18:14 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Victor Porton 2019-05-01 10:32:45 UTC
When I start Kate as "kate /dev/stdin", I get the message:

The file /dev/null could not be loaded, as it was not possible to read from it.
Check if you have read access to this file.

Why /dev/null? I provided /dev/stdin as the argument.
Comment 1 Christoph Cullmann 2019-05-18 18:14:01 UTC
Kate/KWrite can't work with such device files.

Why it doesn't report /dev/stdin?
That depends to which device stdin is connected, in your case dev/null, as perhaps stdin was closed, I get here some pts/X device for my virtual console.