If I open GDebi, then manually open the .deb file I want to install, it will prompt me for my password for sudo and work correctly.
If I open the .deb from the browser download list or the file manager, GDebi will open, but when hitting install it will instantly close.
To fix, edit
Code: Select all
/usr/share/applications/gdebi.desktop
Find the line
change it to add gksudo:
Save the file You might need sudo to save it, if this is a problem (your text editor doesn't prompt you for sudo but instead fails), precede your text editor with sudo in terminal, example:
Code: Select all
sudo featherpad /usr/share/applications/gdebi.desktop
Hopefully this can be patched in the future but in the meantime, changing that line will fix the problem, at least it did perfectly for me.