NixOS / nixpkgs

Nix Packages collection & NixOS
MIT License
17.45k stars 13.65k forks source link

Segmentation fault \ For many non-NixOS "Apps" \ "Linux Distros" without systemd (Slackware) #176965

Open Triatomine opened 2 years ago

Triatomine commented 2 years ago

Describe the bug

Segmentation fault for many non-NixOS "Apps" For "Linux Distros" without systemd like (Slackware)

Many "Apps" have: Segmentation fault Here is just a couple of "Apps" submitted: kodi = Media center xfe = MS-Explorer like file manager for X

Most "Apps" do not have: Segmentation fault But many "Apps" have: Segmentation fault

Steps To Reproduce

  1. Install Linux Distro that does not have systemd like (Slackware)

  2. Install Nix via the [single-user installation] For: non-NixOS via the terminal

  3. Install kodi On non-NixOS Name: kodi Version: 19.4

  4. Execute kodi from terminal

Expected behavior

Segmentation fault

####################################### #######################################

Steps To Reproduce

  1. Install Linux Distro that does not have systemd like (Slackware)

  2. Install Nix via the [single-user installation] For: non-NixOS via the terminal

  3. Install xfe On non-NixOS Name: xfe Version: 1.42

  4. Execute xfe from terminal

Expected behavior

Segmentation fault

symphorien commented 2 years ago

It's probably linked to graphic drivers rather than systemd. can you try https://github.com/guibou/nixGL ?