Craft

Results 13 comments of 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: > > ![](https://private-user-images.githubusercontent.com/3630389/408074864-f45bbf23-fb47-4df5-8540-989f531d8eb1.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzgyNzMyODcsIm5iZiI6MTczODI3Mjk4NywicGF0aCI6Ii8zNjMwMzg5LzQwODA3NDg2NC1mNDViYmYyMy1mYjQ3LTRkZjUtODU0MC05ODlmNTMxZDhlYjEucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDEzMCUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAxMzBUMjEzNjI3WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9YjA1NWEwYmQ5M2I1ZjI3ODllZTNlNDkwMzg4ODMyMDk5NjE5NTZhMzU5YzI3NzM5ZjhhOGVkYjRhNzdiNjhlOSZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.R4SWYz1y607pYIiIto_LNZ8SRN-WGmXvx2kk7oH0jWE) > > There is probably _something_ wrong with your setup, somehow. > >...