Comment 9 for bug 229839

Revision history for this message
Thomas Novin (thomasn80) wrote : Re: [upstream] [hardy] OpenOffice isn't integrated with gnome-keyring

Thanks for the workaround. I did this to implement:

sudo -s
cd /usr/share/applications
for i in `ls ooo*.desktop`; do sed -i 's/\%U/\%F/' $i ; done