You are not logged in.
Running latest kubuntu (KDE/Ubuntu) F3D 2.2.1
Any thoughts. Here is the command and output:
~$ f3d --config ~/config.json
options must be a string, a boolean or a number
Here is my config.json without any indentations in case there are hidden bad characters.
[
{
"options": {
"light-intensity": 2.0
}
}
]
Last edited by wyattb (2025-06-18 17:19:44)
Offline
Did you try to quote the two already?
[
{
"options": {
"light-intensity": "2.0"
}
}
]
Offline
I did not, because I got everything off their website. But I did something better. I installed the 3.x version and works fine. Thanks!
Offline
F3D dev here. The doc on the website is for the last release 3.1 (well, technically for master, but that another story), not 2.2.1, which uses another format for config file.
Offline
Moderator Note
OP doesn't appear to be using archlinux, but arch does have an F3D package and this thread has useful info.
Moving to GNU/Linux Discussion .
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Offline