Craft
Craft
> Hi, I think you need to configure the compositor, ie. Weston. See https://wiki.archlinux.org/title/Weston#Configuration Unfortunately this would only work after logging into weston, if they are specifically using weston.
> That's strange. > > What do you see when you run `wev` from terminal emulator? Are keyboard events sent only when you press/release spacebar? > > In my setup,...
> I'm not entirely sure (I don't use Alpine), but I think this means that the `/tmp` directory does not exist or has odd permissions. I found another issue that...
> Thanks for checking. Another thing I'm spotting on the Internet, is that some versions of `mktemp` require _exactly_ 6 `X`'s (we have 8). > > [tribler/build/debian/tribler/usr/bin/tribler](https://github.com/Tribler/tribler/blob/bb7aa54fc19ebcf0904718fee546b9b5fb0ef84e/build/debian/tribler/usr/bin/tribler#L7) > > Line...
> Another reason, I found when searching, was that a lack of block quotes could cause the "ambiguous redirect", I also made that a part of [#8401](https://github.com/Tribler/tribler/pull/8401). If that also...
> That is quite odd. That said, there are only so many things that can possibly go wrong here. > > Could you try running through the following options? >...
> Thanks for testing! We'll just pick one of the options that does work then: `mktemp "/tmp/tribler-XXXXXX"`. So you're aware, that may address the mktemp, however updating the log file...
> Indeed, at this point this is more than just a `mktemp` issue that we can simply fix. If we're very lucky, perhaps your log file has useful information? Assuming...
> Alright, so much for an easy fix. I can set up a VM from an Alpine image (using the [`alpine-virt-3.21.2-x86_64.iso`](https://dl-cdn.alpinelinux.org/alpine/latest-stable/releases/x86_64/) image) to figure out what is going wrong. Appreciate...
> I tried running the flatpak on Alpine (`alpine-virt-3.21.2-x86_64`) and Tribler works for me: > >  > > There is probably _something_ wrong with your setup, somehow. > >...