NixOS / nixpkgs

Nix Packages collection & NixOS
MIT License
18.08k stars 14.13k forks source link

appimage-run can't find GSettings schemas #93561

Closed ghost closed 1 year ago

ghost commented 4 years ago

Describe the bug AppImages on presumably non-Gnome systems cannot find GSettings schemas.

To Reproduce Steps to reproduce the behavior:

  1. Download https://github.com/project-slippi/slippi-desktop-app/releases/download/v1.4.5/Slippi-Launcher-1.4.5-x86_64.AppImage
  2. chmod +x Slippi-Launcher-1.4.5-x86_64.AppImage
  3. appimage-run Slippi-Launcher-1.4.5-x86_64.AppImage
  4. Click "Configure Settings"
  5. Attempt to specify a path by pressing the upload icon

This will cause the appimage to crash with the error message: (slippi-desktop-app:30146): GLib-GIO-ERROR **: 16:00:35.251: No GSettings schemas are installed on the system

Expected behavior App shouldn't crash and open up a filesystem dialog.

Additional context Add any other context about the problem here.

Notify maintainers

Metadata

Maintainer information:

# a list of nixpkgs attributes affected by the problem
attribute:
# a list of nixos modules affected by the problem
module:
veprbl commented 4 years ago

Related to https://github.com/NixOS/nixpkgs/issues/92265#issuecomment-653795694

ktor commented 3 years ago

Here is a solution that I've copied from zettlr package: https://github.com/NixOS/nixpkgs/pull/104668/files#diff-79504e99066ccb817007c83ef128705bf2aa35fc97dee10e57d3241f61b364a5R27

stale[bot] commented 3 years ago

I marked this as stale due to inactivity. → More info

Artturin commented 1 year ago

fixed in https://github.com/NixOS/nixpkgs/pull/161739