fredx181 wrote: ↑Thu Jan 06, 2022 10:49 pmOn alpha8 the octoxbps program doesn't run from Menu, reason is probably that /home/spot isn't owned by spot (is owned by root).
Fixed it by runningchown -R spot:spot spot
(and similar is needed to be done for /home/weedog and /home/void I guess (also owned by root))EDIT; Looking back I see:
bigpup wrote:Alpha 8
Installed Gparted using OctoXBPS
That I don't understand how octoxbps works for you, are you sure it's on alpha8 ?
Sorry for confusion!!!
I guess something I had in the old save was letting it work.
I have to stop using the old save with a new version of KLV-Airedale
I tried it with a fresh clean install of alpha 8.
Yes, Octoxbps is not working from menu entry.
I tried your terminal entry:
chown -R spot:spot spot
But I get this:
bash-5.1# chown -R spot:spot spot
chown: cannot access 'spot': No such file or directory
But this worked:
Code: Select all
chown -R spot:spot /home/spot
Now Octoxbps is starting from the menu entry.