-
Installed deb do not have access to tty*
I think something should be done with that as only chmod 666 tty* helps but until reboot.
Deb package shoul deal with that.
-
### Describe the bug
If you login quick (in less than about 3 seconds) then SDDM opens my WM (Sway) but after about 0.5-1 seconds crashes to tty login.
If you login slow (wait more than about 3 seco…
-
**Describe the bug**
`EnterAlternateScreen` does not overwrite what is already on TTY/VT
**To Reproduce**
1. Run `echo "hi"` on Linux tty
2. Run this program:
```rust
use std::{
io::{…
-
Hi,
is there a way how to ensure all lemur environments get same additional environment variables?
My idea is to use systemd env generator `/usr/lib/systemd/user-environment-generators/30-systemd-…
-
Currently, out-of-the-box `super_diff` will continue using colors in non-TTY environments such as CircleCI, etc.
To avoid this, one can simply modify `spec_helper.rb` like this:
```
unless config…
-
{
"created_key": "created_at",
"content_key": "content_cleaned",
"took": 2135,
"timed_out": false,
"_shards": {
"total": 21,
"successful": 21,
"skipped": 0,
"failed"…
-
Error (2 clusters):
```
node:events:495
throw er; // Unhandled 'error' event
^
Error: setRawMode EIO
at ReadStream.setRawMode (node:tty:77:31)
at [_setRawMode] [as _setRaw…
-
Currently, if you try to run `tty.msg` or `tty.warn` during a `spack install`, the output will be printed to `spack-build.out` and the user will never see it unless building verbosely. `tty.msg` can b…
-
### Please confirm there isn't an open report for this issue
- [X] I have searched through bug reports
### Summary
Hello,
When I boot into the live environment (without using nomodeset), everythin…
-
I am running below command for rspec excecution. `bundle exec parallel_rspec ./spec/test.rb`
But getting Error **invalid option: --tty**
I am not passing any tty options then from where this error …