Maato / volumeicon

Volume Icon aims to be a lightweight volume control that sits in your systray.
http://nullwise.com/volumeicon.html
GNU General Public License v3.0
183 stars 45 forks source link

Allow only one instance at a time #20

Closed mrzechonek closed 11 years ago

mrzechonek commented 11 years ago

After switch to Gtk3 it should be possible to use GtkApplication framework to allow only one icon to be present in systray. Might be a command-line option, if anyone wishes to have a couple of instances - can't think of an usage scenario for that, though.

Maato commented 11 years ago

Is there a specific reason why this would be necessary? I don't think a situation where you accidentally start multiple instances is a problem that should be addressed by changing volumeicon. There is already explicit support for running multiple instances by way of the "--config" option.

mrzechonek commented 11 years ago

Yeah... sorry for that, I was just being stupid ;)