vinegarhq / vinegar

An open-source, minimal, configurable, fast bootstrapper for running Roblox on Linux.
https://vinegarhq.org
GNU General Public License v3.0
375 stars 34 forks source link

vinegar not found by bash #409

Closed Awire9966 closed 3 months ago

Awire9966 commented 3 months ago

Acknowledgement of preliminary instructions

What problem did you encounter?

My bash terminal is not finding vinegar. My console: awire@DDO:~/Downloads/vinegar$ flatpak run org.vinegarhq.Vinegar run

Note that the directories

'/var/lib/flatpak/exports/share' '/home/awire/.local/share/flatpak/exports/share'

are not in the search path set by the XDG_DATA_DIRS environment variable, so applications installed by Flatpak may not appear on your desktop until the session is restarted.

usage: vinegar [-config filepath] [-firstrun] player|studio run [args...] vinegar [-config filepath] player|studio kill|winetricks vinegar [-config filepath] sysinfo vinegar delete|edit|uninstall|version awire@DDO:~/Downloads/vinegar$ vinegar bash: vinegar: command not found

System information

Dell Optiplex 790
8 GB of ram
Intel i3
Debian 12
LXDE
Eggflaw commented 3 months ago

If you installed Vinegar from flatpak, you're supposed to run flatpak run org.vinegarhq.Vinegar studio run

apprehensions commented 3 months ago

Flatpak is sandboxed, make an alias:

alias vinegar='flatpak run org.vinegarhq.Vinegar'