Jiri Konecny
Jiri Konecny
Debugging of the `driver_updates` script could be a pain. To improve that we need much more logs in the whole file in a way that it won't bother users during...
*WIP* - crashes and has a bad UX but I don't have time to finish it, so if someone want to take it it's free. This will add the new...
### Short description of the problem I'm using mock for plenty of things, to test packages, to test builds, test my code behavior on a different system versions. Problem is...
Right now you need to know what should be passed to `LVMLogicalVolumeDevice` to get your desire LVM device. It would be great to have `factory` pattern in addition to this...
**Describe the bug** If you run `distrobox enter` and copy something into clipboard then everything works great. However, if you do the same with `distrobox enter -- wl-copy 'abc'` then...
Using this custom mapping: map F LinkHints.activateModeToOpenInNewForegroundTab won't work as expected. Instead of showing a tab and switching to it, it will open a new window. This is happening on...
### Description If I understand how the `in-image-builder` works it reads `.packit.yml` job `vm_image_build` which requires to have specified COPR repository. However, there could be cases where you just need...
This code is now resulting in race condition when DNF sack is not prepared for query resulting in a black screen of GUI with no reasonable message. Let's move the...
Without this change Anaconda always set the remote after flatpak deployment to ``` name: fedora remote: oci+https://registry.fedoraproject.org/ ``` that worked until now. However, uBlue[1] want's to use Flathub registry as...
These logs could potentially contain sensitive data so let's set these logs as accessible by root only. This is extension to https://github.com/rhinstaller/anaconda/pull/5466 .