The other way to make gnome-rdp working is to change the link from the
libsqlite.so.0 while starting gnome-rdp so it is forced to use libsqlite3.so.0.
Use the following startscript for gnome-rdp instead of gnome-rdp:
[CODE]
#!/bin/bash
mv /usr/lib/libsqlite.so.0 /usr/lib/libsqlite.so.0_
gnome-rdp
Workaround posted here:
https://bugs.launchpad.net/ubuntu/+source/gnome-rdp/+bug/149542
--
gnome-rdp: Error during the connection to database
https://bugs.launchpad.net/bugs/174102
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubu
Workaround posted here:
https://bugs.launchpad.net/ubuntu/+source/gnome-rdp/+bug/149542
--
Gnome-RDP does not work without libsqlite0 installed
https://bugs.launchpad.net/bugs/163951
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
u
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
sqli