You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, same issue for me.
I have found the problem if you want.
The bug is caused by space character in the application 'productName'.
I have tried to compile the project on my local computer. The'start'script is running fine, but when you want to generate the deb package for linux install, the error 'failed to execvp' appear on Gmail Desktop launch.
If you change the 'productName' in package.json (like "Gmail-Desktop"), all is fine. The space present in productName seems to be not supported.
I don't know if there is another way for change the application productName but if you make this fix, you should rename the folder in .config/Gmail Desktop/ as .config/Gmail-Desktop/ for keep your personal application data.
OS
Linux Ubuntu 24.04 LTS
Gmail Desktop Version
gmail-desktop-3.0.0-alpha.37-linux.deb
Describe the bug
App won't start.
Steps to reproduce the behavior
Appplication worked fine in Ubuntu 23.10. I upgraded to 24.04, and the app not longer starts.
At first, when I tried to start via ULauncher, it pop-ed up an "Application crashed" window, but it just does nothing now.
Attempting to start via the command line:
$ gmail-desktop LaunchProcess: failed to execvp: /opt/Gmail Trace/breakpoint trap (core dumped)
The text was updated successfully, but these errors were encountered: