Another Fix that I just came up with and is a bit more elegant: (Dump a SQL backup of the DB) cp .gnome-rdp.db .gnome-rdp2.db sqlite3 .gnome-rdp.db sqlite> .output dbdump sqlite> .dump sqlite> .quit
(Verify that there is data in the dump file) cat dbdump (Restore DB to other version of sqlite) sqlite new.db sqlite> .read dbdump (To verify that the data made it in there correctly) .dump .quit cp new.db .gnome-rdp.db Enjoy!! -- Gnome RDP database corruption https://bugs.launchpad.net/bugs/149542 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs