Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

steam-run-native: Add gtk3 #50508

Closed
wants to merge 1 commit into from
Closed

steam-run-native: Add gtk3 #50508

wants to merge 1 commit into from

Conversation

Baughn
Copy link
Contributor

@Baughn Baughn commented Nov 17, 2018

Motivation for this change

This is needed to run The Curious Expedition.

Unfortunately it still won't run through the Steam launcher, as our version of gtk3 conflicts with the libraries in the steam runtime, but it's a start.

Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option sandbox in nix.conf on non-NixOS)
  • Built on platform(s)
    • NixOS
    • macOS
    • other Linux distributions
  • Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nox --run "nox-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Determined the impact on package closure size (by running nix path-info -S before and after)
  • Fits CONTRIBUTING.md.

@lightbulbjim
Copy link
Contributor

Builds ok for me but I'm not able to run the game as it's looking for libatk-bridge. This is included in the bundled Steam runtime but not in the list of native dependencies:

[nix-shell:~/.cache/nix-review/pr-50508-1]$ results/steam-run-native/bin/steam-run ~/.local/share/Steam/steamapps/common/The\ Curious\ Expedition/The\ Curious\ Expedition 
/home/chris/.local/share/Steam/steamapps/common/The Curious Expedition/The Curious Expedition: error while loading shared libraries: libatk-bridge-2.0.so.0: cannot open shared object file: No such file or directory

Adding at-spi2-atk to multiPkgs fixes it, and the game then runs. Can you confirm?

@Baughn
Copy link
Contributor Author

Baughn commented May 8, 2019

As I've lost all motivation to actually play this game, I'm going to close this. Feel free to build on the PR if you want.

@Baughn Baughn closed this May 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants