Installed Remmina on Ubuntu 16.04 and had to reinstall Ubuntu after a
while because it wasn't running the best. On my first install, the
location of all the Remmina connection files was /home/$USER/.local/share/remmina/
folder ($USER
is the current user).
After I reinstalled my new setup of Ubuntu put all the connection files in the same location /home/$USER/.local/share/remmina/
and started up Remmina I had no connection. After reading this post, I
created a new connection and seen a new folder created under /home/$USER/.remmina/
with that connection, so I copied all my connections into that folder /home/$USER/.remmina/
.
sudo cp -r /home/$USER/.local/share/remmina/* /home/$USER/.remmina/
Post a Comment
Post a Comment