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&
sleep 1
mv /usr/lib/libsqlite.so.0_ /usr/lib/libsqlite.so.0
[/CODE]

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