djanatyn / ssbm-nix

Nix expressions for Super Smash Bros. Melee players.
31 stars 17 forks source link

fix gsettings schema error on file picker dialog #3

Closed critbase closed 3 years ago

critbase commented 3 years ago

currently, opening the file picker dialog in slippi-netplay errors out with "no gsettings schemas found." By wrapping it with wrapGAppsHook, the path to the schemas are correctly added to the XDG_DATA_DIRS environment variable.

6AA4FD commented 3 years ago

Well, I didn't experience that error before your fix, however wrapping gtk apps is good practice and your build works for me, so I'm fine with it. Want to add the non-portable fix to your fork before I merge?

critbase commented 3 years ago

i guess it only occurs when running just a window manager like bspwm or something niche like that. and yeah, i'll go ahead and add the non-portable fix sometime tonight

critbase commented 3 years ago

sorry that took a while, but this should be ready for merge now

6AA4FD commented 3 years ago

LGTM!