Ryan Thiessen wrote:
> apt-file is your friend here. You may have to apt-get install
> apt-file first, and then do apt-file update... but it's a valuable
> tool for finding what package a file is in.
Since the package is installed, he can get away with
dpkg -S `which gnome-volume-control`
Cheers,
Danilo