D4koon / WhatsappTray

Minimize Whatsapp Desktop-Client to Tray
GNU General Public License v3.0
388 stars 30 forks source link

potential alternative #105

Open Beej126 opened 2 years ago

Beej126 commented 2 years ago

i've been using WhatsappTray and then it stopped working for me recentlly... instead of figuring out why i threw together an idea i've had for a while, wrapper the whatsapp web app in a traditional desktop app window that can then be manipulated in all sorts of desirable ways... and the result works

https://github.com/Beej126/WhatsAppWebWpf

fyi, i'm trying to move away from tray icons so i'm just doing a window minimize upon close ... but the code is super simple so of course feel free to fork and enhance with a tray icon if that's your thing

D4koon commented 2 years ago

I think from what you writing i already did something similar 😄: https://github.com/D4koon/WhatsappTray2

Storytime: My plan was to not support WhatsappTray(1) anymore but well two yeas later im still do. The new version also had some problems and as version 1 is working good enough for me i still use it myself...

Beej126 commented 2 years ago

@D4koon - that's hilarious! that is exactly what i'm doing, had no idea you already did this out there. thanks for sharing.

Mutahhar commented 2 years ago

@Beej126 If you have downloaded the WhatsApp from "Microsoft Store" then this will not work. I've downloaded the WhatsApp exe file 64 bit (https://web.whatsapp.com/desktop/windows/release/x64/WhatsAppSetup.exe) form the download page on WhatsApp website (https://www.whatsapp.com/download) and WhatsappTray is working fine for that.

Beej126 commented 2 years ago

thanks yes i was using the traditional exe and something just went "off" as things do, i'm sure it's nothing major... i'm a developer so normally i'd go looking around but i just went another direction on this... thanks for the suggestion

On Mon, Oct 18, 2021 at 6:35 AM Free Kashmir!!! @.***> wrote:

@Beej126 https://github.com/Beej126 If you have downloaded the WhatsApp from "Microsoft Store" then this will not work. I've downloaded the WhatsApp exe file 64 bit form the download page on WhatsApp website (https://www.whatsapp.com/download) and WhatsappTray is working fine for that.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/D4koon/WhatsappTray/issues/105#issuecomment-945774850, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABQCMLHO7SMA643EHQUWKH3UHQPCNANCNFSM5GADRLYQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

Mutahhar commented 2 years ago

By looking into the logs, I guess "WhatsappTray" is looking for a whatsapp.lnk file which is missing in the case of WhatsApp installed via "Microsoft Store".

flopezre commented 2 years ago

I think from what you writing i already did something similar 😄: https://github.com/D4koon/WhatsappTray2

Storytime: My plan was to not support WhatsappTray(1) anymore but well two yeas later im still do. The new version also had some problems and as version 1 is working good enough for me i still use it myself...

F :(