Matt Coffin
Matt Coffin
Just FYI, if you're on a modern-ish version of firefox, the environment variable to enable wayland is `MOZ_ENABLE_WAYLAND=1` and it kinda ignores `GTK_PLATFORM`. Someone else will know *far* better than...
While the `intercept-database` side is not ready yet, for those interested, my progress branch is [here](https://github.com/mcoffin/intercept-database/tree/mcoffin). You'll just need to symlink `intercept` to this branch instead of using the included...
The second push is just a removal of a debug statement that I had missed when I submitted :)
> Also for me `xdg-mime` also reports `application/x-shellscript`: > > ``` > $ xdg-mime query filetype ~/source/sh/avs.sh > application/x-shellscript > ``` @YaLTeR if you run it on the `tmp` file...
At the end of the day, I wouldn't say that `tree_magic`'s results are globally *worse*, but they do cause some issues with pasting if you pipe in a shell script....
> Are there any other issues with `tree_magic` that you've noticed? Maybe instead of using `xdg-mime` it's sufficient to just add [additional text MIME type detection](https://github.com/bugaevc/wl-clipboard/blob/2c3cee1c8173d75b1411997b2c0f3e486194ac0c/src/util/string.c#L36-L39) from wl-clipboard? That sounds...
> Are you sure `xdg-mime` is actually any different from `tree_magic` and it's not just those detection logic from `wl-clipboard`? @YaLTeR I'm positive. If you run `wl-copy < some-script.sh` and...
@aufkrawall How does the async-compute-based presentation work? Can you link to any docs on it? I'm looking for something to do and might tackle this. I have both GCN and...
@pbnsilva I think most people are just calling the real entrypoint via bash as a temporary workaround.
New note: This only occurs when asynchronous reprojection is enabled.