Open pogkythunder opened 3 years ago
The guess is that it's WM specific issue. I have no experience with dwm and don't even know what are the tag rules you mentioned.
I won't be ready to test the app using dwm in the near future. I'd suggest trying the flatpak/snap package as a possible workaround (I normally prefer flatpak to snap).
Electron suggests opening its apps with /usr/lib/electron/electron path-to-app
Don't go this way. The app should be using the exact @electron version it was released with, not the version installed on your system.
Fair enough, I will keep using the app as long as it keeps working and leave the issue open for the time being. Keep up the good work!
I recently downloaded the app (the binary package) from the AUR and currently use dwm. Initially, starting the app from dmenu brings no response. In the second try, it launches normally. Same when opening it from the terminal, a second try does the trick. Because of this, it cannot be autostarted in the
~/.xinitrc
. Electron suggests opening its apps with/usr/lib/electron/electron path-to-app
. This gives the following error:Running it with sudo and the --no-sandbox option (as required), gives the same error. Furthermore, in the wm side, binding a keyboard shortcut to it doesn't work at all and it does not respect the tag rules (opening it in a specific tag).
Notably, another electron app I use works fine.
Ideas?