Jinn Koriech
Jinn Koriech
Similar issue here as @ordy - would like to use `flatpak`, and that depends on `xdg-desktop-portal`, which in turn depends on `xdg-desktop-portal-wlr`. I have no `gnome-keyring` or any other variant...
I've figured this out now too. Looks like it was blocking on startup retries of the `xdg-desktop-portal-wlr` user service. tl;dr: Replacing pulseaudio with pipewire resolved the issue for me on...
@WhyNotHugo - have you checked whether there any other failing user services? $ systemctl --user | grep fail @0xC0ncord - indeed, it's evident from discussion so far that there's a...
This would also be great for backing up volumes from within docker which also uses tar under the hood, for example: docker cp running-or-stopped-container:/path/to/volume - | restic backup --stdin
Thanks @mhogomchungu. Unfortunately it now fails as follows: ``` # zuluCrypt-cli -B -t vcrypt -d /dev/sde -e fde -z veracrypt.header Enter passphrase in the volume: ERROR: Wrong password entered or...
I tried rolling back to runc:v0.8 and it didn't resolve the issue for me. Could there be something else you tried that solved it? I noticed that: - in debug...
UPDATE: In my case it seems this might have been a transient issue. After reboot it seemed to work (I thought that only happened to macOS & Windows !?!?). I'll...
This is great @thaJeztah - thanks for taking the time to raise the ticket. Reading through the convenience script, it does essentially [set up the repositories](https://github.com/docker/docker-install/blob/master/install.sh#L351). Regarding the two resolutions...
The changes here also benefit from the changes in https://github.com/mikeperry-tor/super-bootimg/pull/1
Have made some changes to accommodate the 2017-09 CopperheadOS images that contain some new vdex files that were causing problems for applying gapps-delta. Older commits that are added here have...