Indra Wahyu
Posted on April 27, 2022
Install wine
Download Winbox
Download icon
Create Shortcut
create winbox directory and move winbox.exe
cd /opt
sudo mkdir winbox
sudo mv ~/Downloads/winbox.exe /opt/winbox
Rename icon as winbox and move to winbox directory
sudo mv ~/Downloads/winbox.jpg /opt/winbox
Create .desktop file
cd /usr/share/applications
sudo nano winbox.desktop
Add this code to winbox.desktop
[Desktop Entry]
Encoding=UTF-8
Name=Winbox
Comment=winbox app
Exec=wine /opt/winbox/winbox.exe
Icon=/opt/winbox/winbox.jpg
Terminal=false
Type=Application
Categories=GNOME;Application;Utility;
Now winbox available on drawer
Ez to run
Reference
💖 💪 🙅 🚩
Indra Wahyu
Posted on April 27, 2022
Join Our Newsletter. No Spam, Only the good stuff.
Sign up to receive the latest update from our blog.
Related
fedora How to make the Nvidia drivers to work on a laptop using Fedora with Secure Boot?
October 20, 2024