Ariel Juodziukynas
Ariel Juodziukynas
> Are you logging in through the stores nenu? Since I haven't gotten the login to work through the nanage accounts flow. Are you logging in with Google or something?...
There's something I think might be confusing with how this works for the end user, because most users will have the option to automatically add games to steam and in...
It is expected that `play` and `run exe in prefix` behave differently because they are meant for different things (play should launch the game, run exe in prefix is meant...
> @arielj > > But I cannot launch the game at all using the normal launcher, despite trying many times > > I can only launch it if I run...
@flavioislima any idea why a sideloaded game would fail to launch with the `play` button but works with `run exe in prefix`? I know you are more familiar with that...
this should be fixed in 2.15.0 https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher/pull/3009
what do you mean by this? you can always install a game using flatpak or any flatpak manager (like Discover) and then add the game with the Add Game option...
hey! sorry I missed the original message I'll check today, I have some idea on how to fix it, will keep you posted
@karianne @codeborgar can you try this branch? https://github.com/arielj/vanilla-nested/pull/77 if you are using just the ruby gem you can change the gemfile to do: ``` gem 'vanilla_nested', github: 'arielj/vanilla-nested', branch: "support-3-level-nesting"...
I'm thinking that I don't know if we can detect if two gems are not the same gem. I guess we can check some metadata in the gemspec, but that...