0

I have installed Linphone on Ubuntu 16.04. I found that if I close all the Linphone windows the process does not exit. I also looked through the menus and didn't find any option to quit the program.

How do I cleanly shut down Linphone on Ubuntu 16.04?

kasperd
  • 1,779

1 Answers1

0

Normally I use the command below in the terminal:

sudo killall -9 linphone

I do not know if there are a better solution, but this works for me.

Joao M
  • 101