winapps-org / winapps-launcher

Taskbar Launcher for [WinApps](https://github.com/winapps-org/winapps).
GNU General Public License v3.0
11 stars 6 forks source link

WinApps-Launcher: ERROR: 'winapps' NOT FOUND. #10

Closed onlineapps-cloud closed 2 months ago

onlineapps-cloud commented 2 months ago

hi, i have installed winapps, but launcher don't see it. error:

ERROR: 'winapps' NOT FOUND.
Please ensure 'winapps' is installed.
./installer.sh
################################################################################
#                                                                              #
#                            WinApps Install Wizard                            #
#                                                                              #
################################################################################

Q) Install or uninstall WinApps? --> Install
Q) Configure WinApps for the current user 'user' or the whole system? --> Current User
Q) Automatically install supported applications or choose manually? --> Manual (Default)

Installing WinApps.
Checking for existing conflicting WinApps installations... Failed!

ERROR: EXISTING 'USER' WINAPPS INSTALLATION.
A previous WinApps installation was detected for the current user.
--------------------------------------------------------------------------------
Please remove the existing WinApps installation using ./installer.sh --user --uninstall.
--------------------------------------------------------------------------------
Exiting with status '3'.
oskardotglobal commented 2 months ago

Please ensure that winapps is on PATH.

onlineapps-cloud commented 2 months ago

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: image if i run ./WinAppsLauncher.sh i get same error, what i do wrong?

oskardotglobal commented 2 months ago

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

onlineapps-cloud commented 2 months ago
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
oskardotglobal commented 2 months ago

Your $PATH is still wrong

onlineapps-cloud commented 2 months ago

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!

oskardotglobal commented 2 months ago

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.

onlineapps-cloud commented 2 months ago

i made nano ~/.bashrc and to the bottom of the file and add export PATH="$HOME/.local/bin:$PATH" and save image 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?

onlineapps-cloud commented 2 months ago

upd, i deleted winapps folder, and download again, uninstall, and install again, after these manipulations in Winapps launcher i have another error: image

onlineapps-cloud commented 2 months ago

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"
oskardotglobal commented 2 months ago

The launcher doesn't currently support systems of type manual.

onlineapps-cloud commented 2 months ago

ok, so on libvirt i able to configure all with success, you planing to add manual mode in future? image

AkechiShiro commented 2 months ago

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 ?

FixeQyt commented 2 months ago

@onlineapps-cloud I know it was closed but switching to X11 worked for me.