-
**Describe the bug**
If I decide to stop the x11vnc server while I'm dragging/resizing a window through keyboard shortcuts, I'm not able to restart said server.
When I try to restart it, it just han…
-
when pressing ctrl+alt+f1-f6 i cannot switch to a diffirent tty like in other wayland compositors such as sway. i have tried manually adding the bindings in the cagebreak config but it does nothing
-
Would it be possible to enable via backup software tty for all calls, like it used to work with the available tweak on bigboss TTYSwitch?
It used to work normally for me, but my carrier isn’t making …
-
-
I have been trying to debug the problem that @pamoroso reported in #1806 (\TEDIT.COPYINSERTFN doesn't exist).
There were several glitches and misunderstandings about the COPYINSERT protocols. But…
-
Hi!
I am seeing a huge precompilation overhead using Julia 1.11:
**Julia 1.10**
```
julia> using PrettyTables
julia> A = ones(2, 2)
2×2 Matrix{Float64}:
1.0 1.0
1.0 1.0
julia> @time pretty_ta…
-
**Describe the bug**
When using pop within a script which runs via cron, the error message occures:
*Error: could not open a new TTY: open /dev/tty: no such device or address*
**To Reproduce**
…
korpa updated
3 months ago
-
Poczta
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Are you using any gamescope patches or a forked version of gamescope?
- [X] The issue occurs on upstream…
-
**What steps did you take:**
simplified example (real case uses a json input not `jq --null-input`):
```bash
#!/bin/bash -e -u -o pipefail
jq -r --null-input '["app1","app2"]|.[]' | while read…