Remmina: Difference between revisions
Jump to navigation
Jump to 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..." |
mNo edit summary |
||
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 11: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:
- to install remmina
sudo apt-get install remmina
- get the other mode plugins
sudo apt-get install remmina-plugin-vnc sudo apt-get install remmina-plugin-rdp
- 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)