So a workaround for anyone reading this... (thanks to alkisg on freenode for working with me on this)...
sudo rm /usr/bin/gdebi-gtk echo '#!/bin/sh' | sudo tee /usr/bin/gdebi-gtk echo '/usr/share/gdebi/gdebi-gtk "$@"' | sudo tee -a /usr/bin/gdebi-gtk sudo chmod +x /usr/bin/gdebi-gtk
Don't worry deleting 'gdebi-gtk' on that first line, it's only a symlink.
Basically this wrapper is needed otherwise policy kit complains and states "Refusing to render service to dead parents."
So a workaround for anyone reading this... (thanks to alkisg on freenode for working with me on this)...
sudo rm /usr/bin/gdebi-gtk gdebi/gdebi- gtk "$@"' | sudo tee -a /usr/bin/gdebi-gtk
echo '#!/bin/sh' | sudo tee /usr/bin/gdebi-gtk
echo '/usr/share/
sudo chmod +x /usr/bin/gdebi-gtk
Don't worry deleting 'gdebi-gtk' on that first line, it's only a symlink.
Basically this wrapper is needed otherwise policy kit complains and states "Refusing to render service to dead parents."