Aashish P

Results 9 comments of Aashish P

Hey @96Octavian. It seems that this issue is actually quite related to the wayland fork. I was using __1.7.5+wayland1__ version of `rofi` and I encountered this exact issue. Then I...

Yes, I too can reproduce this on NixOS with Intel GPU. I am using KDE Plasma 6.1.4. Also, the assertion failure only happens in nested mode. Everything works just fine...

Yup, happening to me too. The download URL [https://download.nvidia.com/XFree86/Linux-x86_64/550.40.59/NVIDIA-Linux-x86_64-550.40.59.run](https://download.nvidia.com/XFree86/Linux-x86_64/550.40.59/NVIDIA-Linux-x86_64-550.40.59.run) seems broken. ![Screenshot_20240502_140500](https://github.com/nix-community/nixGL/assets/45424904/f9baf7f2-c337-4621-bdff-fa2cd5c6a2be) The version being downloaded for me is a Vulkan beta driver and requires a different URL altogether. This...

Yup, this one appears to be fixed. However, #170 keeps happening. I may post details over there. I will close this one for the time being. Will reopen if necessary.

Yup, can confirm. I don't know much rust but I'm not sure if the stack trace is any help at all. The only mint related lines seem to be around...

Alright, I seem to have figured it out. All I did was simply replace the `GIT_VERSION.unwrap()` calls with `GIT_VERSION.unwrap_or("git master")` and voila, the program seems to launch successfully. Here's the...

Hey @RaitoBezarius. So I was experimenting with a somewhat involved setup with multi-booting NixOS systems with a shared `/nix` partition. While doing so, I discovered that system profiles clash between...

So, I was not very happy with the previous setup as the boot menu did not show the names of the different profiles which made it very hard to choose...