Closed onlineapps-cloud closed 2 months ago
Please ensure that winapps
is on PATH
.
app was not found in PATH,
winapps was downloaded here/home/user/Downloads/winapps-main/
i added winapps in PATH with this command: export PATH=/home/user/Downloads/winapps-main/bin/:$PATH
right now if i type in console winapps
i get this error:
if i run ./WinAppsLauncher.sh
i get same error, what i do wrong?
You have to add $HOME/.local/bin
to $PATH
, not the path to your WinApps installation.
Sidenote: You should really move WinApps out of your Downloads folder
user@linux:~/.local/bin
$ echo $PATH
/home/user/Downloads/winapps-main/bin/:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/sbin:/usr/sbin:/app/lib/010editor
$ cd $HOME/.local/bin
user@linux:~/.local/bin
$ ls
cmd explorer iexplorer mspaint powershell winapps windows WinRAR
Your $PATH
is still wrong
can you explain more complex, what i need exactly to do, im not familiarized with PATH, what folder, where to move, which command i need to execute, thanks a lot!
PATH
is a variable that determines which commands the system will find. Add the following line to your ~/.bashrc
: export PATH="$HOME/.local/bin:$PATH"
, then restart your Terminal.
i made nano ~/.bashrc
and to the bottom of the file and add export PATH="$HOME/.local/bin:$PATH"
and save
i closed terminal, and opened it again, and checked
echo $PATH /home/user/.local/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/sbin:/usr/sbin:/app/lib/010editor
if i execute winapps, i get same error
Application not found.
Please ensure the program is correctly configured as an officially supported application.
what i do wrong?
upd, i deleted winapps folder, and download again, uninstall, and install again, after these manipulations in Winapps launcher i have another error:
in config /home/user/.config/winapps/winapps.conf
i configured as manual, because i connecting to remote machine
# [WINAPPS BACKEND]
# DEFAULT VALUE: 'docker'
# VALID VALUES:
# - 'docker'
# - 'podman'
# - 'libvirt'
# - 'manual'
WAFLAVOR="manual"
The launcher doesn't currently support systems of type manual
.
ok, so on libvirt i able to configure all with success, you planing to add manual mode in future?
Is this issue solved @onlineapps-cloud ?
Or can you specify it better, you're asking for manual
support at the end I think, maybe we can close this issue and open a new one tagging as enhancement
for adding manual
support.
What do you think @onlineapps-cloud ?
@onlineapps-cloud I know it was closed but switching to X11 worked for me.
hi, i have installed winapps, but launcher don't see it. error: