David

Results 31 comments of David

Apologies for the lack of MRP and the long delay. Life got in the way. I've created and attached an MRP. I can easily reproduce on 3.5.2 with GDScript, but...

Ok, even easier than manually setting that environment variable before `cargo run` is doing this: ```rust fn main() { set_var("DISABLE_LAYER_AMD_SWITCHABLE_GRAPHICS_1", "1"); App::new().add_plugins(DefaultPlugins) .run(); } ```

> Could you try updating drivers? As I mentioned I believe I already tried that at the time, but I'll try again when I get home after work today.

> But looks like I have driver from windows update, not from AMD. Windows update usually contains official drivers from AMD or Nvidia. They're not Microsoft drivers. OEMs work with...

> I assume that we need to set_var ony it is UNSET. if it already have either 0 or 1 there -- we should not touch this, because User of...

Compiling from source and running the same test under Ubuntu 22.04 LTS gives a segfault. I have no clue what I'm doing with gdb but this is what I get...

There's at least three issues open for this problem (this one, #56676 and #60232) and somehow it's still an issue after nearly a year. I don't get how major software...

It'd be great if they at least investigated and let us know what the problem is. Either the problem is easy to fix, in which case they can fix it,...

Why does it need to restart Explorer at all? Other shell integrations manage to update seamlessly without restarting Explorer let alone the entire computer, so what is Nextcloud doing so...

I have been doing exactly that. Not letting it kill explorer, not restarting the PC, and it works fine. I very rarely restart my PCs (work or home) because I...