Olivier Tilloy

Results 99 comments of Olivier Tilloy

This doesn't look right, there must be a problem with [the code](https://github.com/ubuntu/snapcraft-desktop-helpers/blob/master/common/desktop-exports#L147) that writes `user-dirs.dirs`. This has been reported separately here: https://forum.snapcraft.io/t/snap-apps-are-not-starting/7590.

@dietmarw can you please share the contents of your `$HOME/.config/user-dirs.dirs` ?

As explained [here](https://forum.snapcraft.io/t/gl-applications-using-desktop-helpers-dont-work-on-nvidia/1825), this doesn't appear to really fix the problem: the chromium snap will launch, but hardware accelerated rendering is not enabled, which indicates that the drivers were not...

Sorry for the long delay @TanmayPatil105, I haven't had time to dedicate to this project in the last few weeks. So what exactly is the use case you're addressing here?...

Generated reports are now correct and usable on unix and macos, but running `cargo test` with `-Cinstrument-coverage` on windows now fail: process didn't exit successfully: `D:\a\diffutils\diffutils\target\debug\deps\diffutilslib-a04822fa61f6982e.exe` (exit code: 0xc0000005, STATUS_ACCESS_VIOLATION)...

Removing [-Clink-dead-code](https://doc.rust-lang.org/rustc/codegen-options/index.html#link-dead-code) from `$RUSTFLAGS` results in the tests passing on Windows. This looks very similar to rust-lang/rust#76038. An [old comment on that issue](https://github.com/rust-lang/rust/issues/76038#issuecomment-741920297) claims that: > -Clink-dead-code is no longer...

The Git for Windows installer installs a number of standard Unix executables in `C:\Program Files\Git\usr\bin\`. Unfortunately, `ed` isn't one of them.

I was thinking of individual binaries, but I must admit I didn't look at how it's done for coreutils, and I suppose it makes sense to do something similar. I'll...

Closing, as this is definitely being obsoleted by Gustavo's work in #88.

Hi Sami. Thanks for your work on this feature! I don't have time to spare right now to review it, but please be assured that I will as soon as...