Mike
Mike
BBlueBuild
Created by valvix on 10/16/2024 in #questions
Can't install package via script?
I would try using the optfix option, and making sure your script runs after the rpm-ostree module. Based on my experience, I think optfix simply makes the necessary directories and symlinks allowing the install to proceed correctly, but I'm not one of the devs so can't be certain.
19 replies
BBlueBuild
Created by valvix on 10/16/2024 in #questions
Can't install package via script?
I believe the rpm-ostree module was updated so that you can install directly from a url. Just put the url to the .rpm in the 'install' section.
19 replies
BBlueBuild
Created by valvix on 10/16/2024 in #questions
Can't install package via script?
I've had this issue with other rpms that install to /opt. If that's the case, you need to use the optfix option in your recipe. You'll likely also need to modify the .desktop file so it appears in your menu. Here's how I do it with enpass which installs to /opt/enpass/...: In my recipe under the rpm-ostree module, I add:
optfix:
- enpass # This needs to be the directory name that it installs to under /opt
optfix:
- enpass # This needs to be the directory name that it installs to under /opt
I then add a finalize-enpass-install.sh script to modify the enpass.desktop file with:
sed -i 's|/opt/enpass/Enpass|/usr/lib/opt/enpass/Enpass|g' /usr/share/applications/enpass.desktop
sed -i 's|/opt/enpass/Enpass|/usr/lib/opt/enpass/Enpass|g' /usr/share/applications/enpass.desktop
19 replies
BBlueBuild
Created by Oakleafknight06 on 10/3/2024 in #questions
How to change file permissions of an executeable pulled into an image
No, it doesn't. 644 means you can read and write the file or directory and other users can only read it.
13 replies
BBlueBuild
Created by Mike on 8/8/2024 in #questions
Extreme stuttering after rebasing to my blue-build image.
It was a ublue issue and it’s been fixed.
7 replies
BBlueBuild
Created by Mike on 8/8/2024 in #questions
Extreme stuttering after rebasing to my blue-build image.
This may not be a blue-build issue after all. Tried rebasing from Fedora Kinoite to the ublue kinoite-nvidia image (unsigned) and got the same stuttering upon reboot. Will ask in the UBlue discord...meanwhile leaving this unanswered as I still have no solution.
7 replies