stanfieldr / ghetto-skype

Web Skype + Tray Icon + Notifications
GNU General Public License v3.0
718 stars 52 forks source link

The electron process does not exit after selecting 'Quit' from the menu #8

Open nlowe opened 8 years ago

nlowe commented 8 years ago

Details

If you select quit from the menu in gnome, ghetto-skype does not exit. I encountered this while working on the aur package as I was starting and stopping many instances. A normal user probably won't stop then restart the application very often.

Steps to reproduce

  1. Start ghetto-skype either from the desktop shortcut or directly with electron
  2. In the application menu, select Quit

Expected Behavior: ghetto-skype quits, and the main electron process exits

Actual Behavior: the electron process does not quit and must be killed. Until this is done, the tray icon remains.

Workaround

Select Exit from the tray icon instead.

stanfieldr commented 8 years ago

Oh nice, I'll add that to the readme. It looks like other electron apps such as N1 have this problem too. I will look into it, thanks for the report. You can also use ctrl+c from the terminal.