Skip to content

RudradevArya/LinuxShenanigans-WhatsApp-Desktop

Repository files navigation


Linux Shenanigans :: WhatsApp Desktop Applet

◦ Made for Fun and Use

Shell Script

📖 Table of Contents


Linux Shenanigans :: WhatsApp Desktop Applet

But WHY??

Long story short I Shifted to Linux Mint and there was no desktop application for WhatsApp all other seemed a bit sus

Just use WhatsApp Web!! Right?

No!!

it gets hard to navigate through multiple tabs and windows and browsers to find and as no Desktop App was available i just used a Shell Script to navigate to a browser and open that webpage in its own window basically looking like its own App hence the name Apple

Note

Any web app can be make using this method (Steam, YouTube on any browser chromium based or fireforx or whatever floats your boat)

🔧 Config Steps

  1. Type it into Terminal which'll open Text editor
sudo -H gedit /usr/share/applications/whatsapp-webapp.desktop

This might require password, it bascially create a whatsapp-webapp.desktop at the destination /usr/share/applications/ using the gedit text editor

  1. Change this path in the whatsapp-webapp.desktop file in the script :
/opt/google/chrome/google-chrome
/usr/bin/firefox

or any other chromium based browser u have

  1. Change Icon if you wish or the link for the webpage of you choice:

  2. Navigate to /usr/share/applications/ and execute the Shell Script

sudo chmod +x whatsapp-webapp.desktop

and Press enter, there should be no error and no comments This comment using the Superuser access changes the mode of the file to [e]xecute the Shell Script

Enjoy

🛣 Project TaskList

  • ℹ️ Find files of browsers
  • ℹ️ Shell scripting basics
  • ℹ️ Basic Script
  • ℹ️ Testing
  • ℹ️ Icons?
  • ℹ️ Used CoPilot image generator for making india+space+WA icon
  • ℹ️ Remove background from the icon
  • ℹ️ Enjoy

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published