Taskbar Launcher for WinApps. Feel free to fork, submit pull requests, write issues and promote this project to grow the WinApps community!
WinApps should have already brought in everything that the script will need, however a package known as yad may be missing, you can use the instructions below to install it:
sudo apt install yad
sudo dnf install yad
sudo pacman -Syu --needed yad
sudo zypper install yad
-
Open the terminal of your choice.
-
Now, download the git repository with git clone (If you don't want to use git, you can also use wget):
git clone https://github.com/winapps-org/winapps-launcher/
-
Once the clone has completed, open the
winapps-launcher
folder:cd winapps-launcher
-
Once there, mark the
WinAppsLauncher.sh
script as executable.chmod +x WinAppsLauncher.sh
-
Finally, Run the
WinAppsLauncher.sh
script../WinAppsLauncher.sh
-
(Optional) You can also open the
winapps-launcher.service
with a text editor and use the instructions within to configure a user service that can automatically start the WinApps Launcher on boot!