ceyusa / gphone

Simple voice-over-IP softphone - based on OpalVOIP and Gnome
4 stars 0 forks source link

Daemon mode as default #8

Open GreenLunar opened 9 years ago

GreenLunar commented 9 years ago

Like xfce4-appfinder, thunar, nautilus and others, make GPhone to run as daemon and appear when gphone command is executed.

--no-daemon
    Don't become a daemon, i.e. don't fork and become process group leader, don't detach from controlling tty, and do all logging there. 

From: http://linux.die.net/man/1/privoxy

Usage:
  thunar [OPTION...] [FILES...]

Application Options:
  --daemon                 Run in daemon mode
  -q, --quit               Quit a running Thunar instance

From: $ thunar --help

Do not hide GPhone in background when a call is on, otherwise it would likely to cause to embarrassing privacy issues when user is not aware of a call running in background.

ceyusa commented 9 years ago

Right know I'm planning to split gphone in a UI and a DBus service. But I still don't know how I should handle the user notifications from the DBus service to avoid privacy issues (thanks for noticing it!)

GreenLunar commented 8 years ago

Do not hide GPhone in background when a call is on, otherwise it would likely to cause to embarrassing privacy issues when user is not aware of a call running in background.

Alternatively, force task-bar (or whatever it would be called) button and dress it with call-start icon.