Heus
BBlueBuild
•Created by Heus on 12/28/2024 in #questions
packages being installed without being required
I was wondering why my image had apps that I didn't use, and I discovered that it was installing packages recommended by other packages. I found out where wofi came from, but I have no idea about nwg-panel.
https://github.com/Heus-Sueh/hyprland/actions/runs/12527697431/job/34941530740#step:2:2938
https://github.com/Heus-Sueh/hyprland/actions/runs/12527697431/job/34941530740#step:2:2911
https://github.com/Heus-Sueh/hyprland/blob/main/recipes/modules/pkgs.yml
I ended up finding this command that helped me find out which package was requiring or recommending wofi:
4 replies
BBlueBuild
•Created by Heus on 12/26/2024 in #questions
error installing nvidia akmods
I was testing the creation of an image using the official Fedora image (
quay.io/fedora-ostree-desktops/base-atomic
) instead of the images provided by ublue, and when installing akmod nivida it gives an error because it assumes that the ublue copr repo is installed
https://github.com/Heus-Sueh/hyprland/actions/runs/12508667508/job/34897084114#step:2:2437
Is this behavior correct or is it a bug?18 replies
BBlueBuild
•Created by Heus on 12/23/2024 in #questions
[F41] misconfigured dbus or freedesktop
I made this post in the Fedora community but I think the right thing to do would have been to make the post here instead of there, but now it's too late
https://discussion.fedoraproject.org/t/f41-misconfigured-dbus-or-freedesktop/140476/6
here is my image:
https://github.com/Heus-Sueh/hyprland
11 replies
BBlueBuild
•Created by Heus on 12/15/2024 in #questions
"is not valid under any of the schemas listed in the 'anyOf' " error
How to resolve this error?
I inserted the schema at the top of the all modules.yml file and the error still persists
https://github.com/Heus-Sueh/hyprland/actions/runs/12341245834/job/34439644091#step:4:2323
8 replies
BBlueBuild
•Created by Heus on 10/15/2024 in #questions
Debian/Ubuntu image with Ostree
Would it be possible to create a debian or ubuntu image with ostree like endless os?
https://github.com/dbnicholson/deb-ostree-builder
https://github.com/endlessm/eos-updater
https://github.com/go-debos/debos
6 replies
BBlueBuild
•Created by Heus on 10/14/2024 in #questions
Can I download the material symbols using the font module?
these fonts:
https://fonts.google.com/download?icon.size=24&icon.color=%23e8eaed&icon.platform=web
I'm pretty sure I can download it, but I just came to confirm
5 replies
BBlueBuild
•Created by Heus on 9/2/2024 in #questions
Questions about firstboot scripts
Does the
ublue-os/firstboot
directory run any bash script that is there on the first boot or is it only for yafti.yml
?
I wanted to make a firstboot script just to configure and download some things at the beginning and never run it again.9 replies
BBlueBuild
•Created by Heus on 8/27/2024 in #questions
yafti configuration
I created the file in this directory, now I just need to include yafti in the recipe?
usr/share/ublue-os/firstboot/yafti.yml
like this:
4 replies
BBlueBuild
•Created by Heus on 8/23/2024 in #questions
Problems with NVIDIA on Hyprland
I recently installed hyprland with my image created with bluebuild, but I'm having some problems with NVIDIA (it's become a hobby to solve problems with nvidia lol), here's the error:
the same thing happens with heroic. it complains that this dependency is missing, I forgot to mention that I installed it using
rpm-ostree rebase
12 replies
BBlueBuild
•Created by Heus on 8/22/2024 in #questions
installing virt-manager in recipe.yml
I want to create a recipe.yml that installs all the dev tools like bluefin-dx, but I'm not sure how to add the user to the libvirt group. Here's the recipe:
ignore indentation
5 replies
BBlueBuild
•Created by Heus on 8/22/2024 in #questions
my recipe-vm is not being built successfully
recipe-vm with some packages to use in vm is not being built successfully
the indentation is correct and everything is fine but it gives the error above
https://github.com/Heus-Sueh/hyprland/blob/main/recipes/recipe-nvidia.yml
https://github.com/Heus-Sueh/hyprland/blob/main/recipes/recipe-vm.yml
6 replies