Comment 39 for bug 54684

Revision history for this message
xtsbdu3reyrbrmroezob (xtsbdu3reyrbrmroezob) wrote :

This should get you upgraded from a shell. You must reboot to get changes (or restart gnome/X?)...haven't tested non-reboot scenario...

mkdir /tmp/fix && cd /tmp/fix && wget http://people.ubuntu.com/~seb128/debug/54684/libgnomevfs2-common_2.16.1-0ubuntu3_all.deb && wget http://people.ubuntu.com/~seb128/debug/54684/libgnomevfs2-0_2.16.1-0ubuntu3_i386.deb && wget http://people.ubuntu.com/~seb128/debug/54684/libgnomevfs2-bin_2.16.1-0ubuntu3_i386.deb && wget http://people.ubuntu.com/~seb128/debug/54684/libgnomevfs2-extra_2.16.1-0ubuntu3_i386.deb && sudo dpkg -i libgnomevfs2-common_2.16.1-0ubuntu3_all.deb && rm libgnomevfs2-common_2.16.1-0ubuntu3_all.deb && for i in *.deb; do sudo dpkg -i "$i"; done