-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WhatsApp web app (bauh) only works after fresh installation #74
Comments
Hello @lfom , it's nice to hear that bauh has been useful for you. I've just tested here and could reproduce the same behavior you described. Bauh already provides a custom fix for WhatsApp when you install it, but it seems this fix is not working anymore. I'm going to study a new way to handle this issue and publish it as soon as possible. Regards |
@lfom I fixed here. Please, try the staging branch and let me know if works on your end now. To install the staging branch type the following on a terminal:
If you just want a quick try type the following commands within the cloned bauh folder:
If you want to install globally on your system forget the last steps and just type the following commands within the cloned bauh folder:
|
@vinifmor Yes, it seems that it is working fine now. Although the window displays the error for a fraction of a second, it auto-refreshes and loads the app correctly. Thanks! PS: I upgraded to staging (0.8.5) in a slightly different way as using pip/pip3 fails for me while using venv... What I did (may help someone else, that installed directly using pip3):
After that, I get:
PS2: if you need any further tests or info about running/installing bauh on Pop!_OS (similar to Ubuntu eoan), please let me know. Regards |
Great. I'm going to publish the offical 0.8.5 in a few days. About the issue you had installing, perhaps you have to use the virtualenv command. When you install directly with pip3, it will be using the global environment. You can try this inside the bauh folder after cloning:
|
@vinifmor Neither Anyway, when new official updates are available do I need to do anything special or simply Thanks again! |
Ok. To ensure the latest release will be installed, type: |
First of all, thanks a lot for this incredible tool. I was able to install it on Pop!_OS 19.10 after some trials (it was missing some deb packages, as well as some other for Python that needed to be installed using pip3 instead of pip), and it is great! I didn't want to use flatpacks on Pop because they would not be integrated properly with the user interface (automatic .desktop file creation, GUI management, etc) and bauh handled these very nicely!
After adding sqlt3 packaged for AppImages and the other dependencies for web apps using pip3, I could install the web app for WhatsApp, both by using the search and typing the URL, but it worked only after the fresh installation. If I quit the app completely then it will not load any more and it will show a message that it requires Chrome 49+. Is this a known limitation? Can it be fixed?
Thanks again, it is a great utility for Manjaro and other distros!
Regards
The text was updated successfully, but these errors were encountered: