Difference between revisions of "Remmina"

From Free Knowledge Base- The DUCK Project: information for everyone
Jump to: navigation, search
(Created page with "Remmina used to come with RDP and VNC options, now they are plugins. After you install the plugins it's not enough to just close and reopen remmina. I think something gets le...")
 
m
Line 22: Line 22:
 
FYI: the plugins install to /usr/lib/remmina/plugins  
 
FYI: the plugins install to /usr/lib/remmina/plugins  
  
by:  answered Jan 1 '15 at 22:23 derek kelly - Ask Ubuntu - [https://askubuntu.com/questions/518239/vnc-plugin-not-working-in-remmina VNC plugin not working in Remmina]
+
by:  answered Jan 1 '15 at 22:23 derek kelly - Ask Ubuntu - [https://askubuntu.com/questions/518239/vnc-plugin-not-working-in-remmina VNC plugin not working in Remmina] (''mirrored here as other web sites go away or often change links'')

Revision as of 13:38, 27 October 2019

Remmina used to come with RDP and VNC options, now they are plugins.

After you install the plugins it's not enough to just close and reopen remmina. I think something gets left open, so you may need to kill a task or simply reboot.

ps -A | grep remmina
4853 ?        00:01:15 remmina
kill 4853   #the process ID from above

So here's how to get everything going:

  1. to install remmina
sudo apt-get install remmina
  1. get the other mode plugins
sudo apt-get install remmina-plugin-vnc
sudo apt-get install remmina-plugin-rdp
  1. probably not needed
sudo apt-get install freerdp
sudo apt-get install libjpeg-dev

FYI: the plugins install to /usr/lib/remmina/plugins

by: answered Jan 1 '15 at 22:23 derek kelly - Ask Ubuntu - VNC plugin not working in Remmina (mirrored here as other web sites go away or often change links)