vmatheus

Results 10 comments of vmatheus

Problem description the legacy configuration works perfectly within freetube, however, when exporting to mpv, if it has not been configured, vp9 is used, and at the highest resolution, because in...

improvement: hide/unhide on profile example terminator -p profile1 --unhide, to open, if no exists, new window on specific profile, or toggle hide

latest docker rootless by script (curl -fsSL https://get.docker.com/rootless | sh) image completion not work 's docker version Client: Version: 25.0.0 API version: 1.44 Go version: go1.21.6 Git commit: e758fe5 Built:...

for use flatpak to mpv and browser (brave here): 1. ./install custom-chromium ~/.var/app/com.brave.Browser/config/BraveSoftware/Brave-Browser/ edit .var/app/com.brave.Browser/config/BraveSoftware/Brave-Browser/NativeMessagingHosts/ff2mpv.json , replace path to: "path": "/home//Documents/ff2mpv" (need path visible on sandbox; inspect using flatpak run...

add var/lib/flatpak/exports/bin and ~/.local/share/flatpak/exports/bin on your path, to not need the intermediary 'flatpak run'. another advantage of doing this is being able to run any program via terminal using only...

make sure you followed the first step correctly

paste in your .SHELLrc ``` nix(){ podman container exists merged_nix; if [ $? -eq 1 ] ; then mkdir -p $HOME/.local/share/nix-aux-dir/{nixwork,nixupper,rootwork,rootupper,etcwork,etcupper} podman run --detach-keys="ctrl-d" -it --name merged_nix\ -v nix:/nix:O,upperdir=$HOME/.local/share/nix-aux-dir/nixupper,workdir=$HOME/.local/share/nix-aux-dir/nixwork\ -v...

I'm interested. My use case would be something like: Take a single kubernetes.yaml coming from the repository, concatenate it with a local secret.yaml, run helmify, and apply the resulting helmchart....

The dockerfile below did the job here (basic desktop + sound). The chosen desktop is installed with --no-install-recommends. ubuntu is a user uid:gid 1000:1000 that already comes in the ubuntu...