Schweber

Results 25 issues of Schweber

When using the latest Archinstall (2.4.2) it seems that it encrypts all existing partitions even when they are not edited in the disk layout configuration. One time i had a...

I tried installing the current archlinux-2022.04.05-x86_64.iso with the latest archinstall (executed pacman -Sy archinstall, archinstall did update, then executed archinstall). When selecting "Suggest disk layout" i could select f2fs among...

bug

I am using broot 1.32.0 with nushell 0.89.0 and applied the argument expansion to the `br` shell function from https://github.com/Canop/broot/issues/821 However, `:open_leave` doesn't work for me in nushell. I've set...

bug
nushell

I would like to define a [kitty startup session](https://sw.kovidgoyal.net/kitty/overview/#startup-sessions) that launches `br` on startup. However, if i add `launch br` then kitty fails with ``` Failed to launch child: br...

bug

This is not a bug per se but unexpected behaviour for me: I run `rustic` as a systemd service with an `on-failure` dependency that alerts me to errors. However, `rustic`...

C-bug
A-cli
A-commands
A-ui-ux

tdrop is unable to hide programs that launched with tdrop but run in a firejail sandbox. Instead, tdrop launches another instance of the program when the command is run again...

I have `nushell` as my user shell, thus the following doesn't work: ``` run() { $SHELL -c "'$1' $(printf "%q " "${@:2}")" } ``` I suggest to change `$SHELL` to...

### I confirm that... - [X] I have searched the [issue tracker](https://github.com/doomemacs/doomemacs/issues), [documentation](https://docs.doomemacs.org), [FAQ](https://docs.doomemacs.org/-/faq), [Discourse](https://discourse.doomemacs.org), and [Google](https://google.com), in case this issue has already been reported/resolved. - [X] I have read...

is:bug
needs-triage

The [compilation](https://logs.ofborg.org/?key=nixos/nixpkgs.317823&attempt_id=7f9fa173-57a6-4e4b-9c6a-bc8825b16a61) of broot on x86_64_darwin fails with ``` error[E0433]: failed to resolve: could not find `os_limited` in `trash` --> src/app/panel_state.rs:162:34 | 162 | let res = trash::os_limited::list() | ^^^^^^^^^^...

enhancement
Mac

I would like to have the sizes displayed in ISO/base 10 units (MB, GB, TB). All programs on my system use these units and it would be nice if i...