run with --password-store=basic
flag from the command line. if that helps, simply make a .desktop
file with the proper Exec=
field. let me know if you need more details.
UPD: just saw there was an earlier response on this! hope that helped.
run with --password-store=basic
flag from the command line. if that helps, simply make a .desktop
file with the proper Exec=
field. let me know if you need more details.
UPD: just saw there was an earlier response on this! hope that helped.
i really apologize if the use of that word was perceived as offensive, that was obviously not my intent. i’m usually quite straightforward in picking words (i come from a completely different culture, where sexual assaults are extremely uncommon).
PS. for the context of others reading this comment, the original title of this post was: “nmtui that does not rape your eyes.”
whoever says
pacman
is enough either have all the time in the Universe to configure the miniscule knobs or have never done serious development with multi-platform/compiler deployments. controlling which compilers are used for which packages inpacman
(or any other default package manager for that matter) is a headache. having multiple versions of non-conflictinggcc
,llvm
,cuda
etc is priceless and very easy with brew.elitism aside,
brew
is genuinely a good package manager when it comes to imperative ones. I still use it on my desktoparch
extensively. ofc, if you have nix, there is really no good reason for it (and I’m not even sure it’s possible).PS. “but you can use docker” – not if you want to have the same performance especially on GPUs. also have you ever tried containerizing HIP? it’s a frigging nightmare.
PPS. if you disagree with the first paragraph – please reach out or send links. i’d love to learn how to do these on finite timescales of our lifetime.