To read the old ~/.gnome-rdp.db file do the following before delete it:
You will see the "Servername IP-Address Username Password". I hope it will help 
to restore the old information.

sqlite3 ~/.gnome-rdp.db
SQLite version 3.4.2
Enter ".help" for instructions
sqlite> .output gnome-rdp.db.txt
sqlite> select * from session;
sqlite> .exit

grep "\." gnome-rdp.db.txt | awk -F"|" '{print $4 " " $6 " "  $7 " "
$8}'

-- 
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

Reply via email to