Eamonn Rea
Eamonn Rea
So I've got STL adding to the path working. I tested with Bash, Zsh and Fish. It should also add to `.kshrc` as well. I believe this should cover the...
> Actually, what I meant was that the Flatpak version of ProtonUp-Qt cannot read the global $SHELL variable, as it is set to /bin/sh inside the Flatpak. But I guess...
So if a user tries to install Boxtron for example when running ProtonUp-Qt Flatpak and they're missing dependencies for Boxtron, is it up to the user to know that they...
> Can we include/download yad next to STL? We could download yad and point STL to it, it allows for pointing to [custom yad binaries](https://github.com/frostworx/steamtinkerlaunch/wiki/Yad#custom-yad). However I'm not sure if...
So I looked into resolving the mismatch between STL's internal name (`Proton-stl`) and what ProtonUp-Qt looks for (`SteamTinkerLaunch`). It looks like there's no way with ProtonUp-Qt to set the internal...
Thanks, I'll look into implementing something to fix this counting problem. I did some more research and it seems there may indeed be a way to set the path for...
I was able to implement adding to the Fish paths by writing to the `fish_variables` file instead of having to run Fish commands with subprocess! I think it makes the...
PR is up!!!! I think further discussion should take place there :smile:
This error seems to be coming from the fact that these dependencies cannot be installed with your current version of Python. There are a few things you can do from...
Yad seems to mostly work under Wayland, but a few features such as tabs (#109) and tray icons. So I think it's more a case of _improving_ Wayland support. I'm...