Skip to content
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

Blank setting window #30

Open
k4loryfer opened this issue Jul 25, 2022 · 15 comments
Open

Blank setting window #30

k4loryfer opened this issue Jul 25, 2022 · 15 comments

Comments

@k4loryfer
Copy link

System details

  • OS: Windows10 , PL/EN - tried on desktop PC and laptop
  • App Version: 0.5.2

Expected behavior

Settings windows display options to tick

Actual behavior

No description of the setting in Setting window. just a squares to tick but you have no idea what is that option for.

@yxyx-github
Copy link

I have the same issue if I clone this repo. (Linux Mint 20.3)

@TheLumbee
Copy link

TheLumbee commented Aug 3, 2022

Here are some examples of this behavior.

whatsapp-desktop 8_3_2022 10_10_34 AM
whatsapp-desktop 8_3_2022 10_10_37 AM

@joaoraf
Copy link

joaoraf commented Aug 18, 2022

I have the same issue on Linux (Gentoo), using whatsapp-desktop v. 0.5.2.

@teelledro
Copy link

In Debian11 the situation is similar with the settings lines in the Settings window.
Снимок экрана_2022-10-15_23-32-07
I'm use release 0.5.2 Please help me!

@LinuxOnTheDesktop
Copy link

I too have this problem - on Windows 10 Pro - 22H2 (2009: 19045). I would give the version number for your software, except . . that is blank too:

image

@wokawoka
Copy link

wokawoka commented Jan 6, 2023

Unfortunately, I'm experiencing the same issue on two different setups:

  1. Pop!_OS 21.10 + KDE 5.24.4
  2. Kubuntu 22.04.1 + KDE 5.24.7

@k4loryfer
Copy link
Author

Only one reason why I used this one was minimizing window to tray. Then I found this https://github.com/D4koon/WhatsappTray/releases

@lucascdourado
Copy link

I have the same issue on Ubuntu 22.04, using whatsapp-desktop v0.5.2

image
image

@lucascdourado
Copy link

@oOthkOo

@Tamarindo94
Copy link

Tamarindo94 commented May 31, 2023

It seems that the small script in settings.html doesn't execute correctly because require() isn't defined in that context, and this prevents the settings page from working. Here's the code that generates the errors:

<script type="text/javascript">
window.jQuery = window.$ = require('../js/lib/jquery.min.js');
window.Hammer = require('../js/lib/hammer.min.js');
window.app = require('electron').remote;
_ = window.app.getGlobal("_");
</script>

@capitanjal
Copy link

It seems that the small script in settings.html doesn't execute correctly because require() isn't defined in that context, and this prevents the settings page from working. Here's the code that generates the errors:

<script type="text/javascript">
window.jQuery = window.$ = require('../js/lib/jquery.min.js');
window.Hammer = require('../js/lib/hammer.min.js');
window.app = require('electron').remote;
_ = window.app.getGlobal("_");
</script>

it can be easy solved?

@Laura7089
Copy link

Getting this issue too, Win10 x64, 0.5.2

@LoneDev6
Copy link

Fixed in this commit #52
If you want to apply the changes on your own before release you can just extract this zip into your resources/app folder: app.zip

In the resources/app folder open a terminal and run npm install @electron/remote (you must have node installed in your system and npm in the PATH env variable, search online how to do that).

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

13 participants