Linux VPS VNC sunucu paylaşılan pano clipboard

Başlatan delicesineseven, 07 Kasım 2018 - 23:14:07

« önceki - sonraki »

0 Üyeler ve 1 Ziyaretçi konuyu incelemekte.

delicesineseven

Virtualbox ile oluşturduğumuz asıl pc sanal pc arasında olduğu gibi bunda paylaşılan pano var mı? Windows'ta panoya kopyaladığımız clipboard'u Linux ile nasıl paylaşabilirim. Ben windows tarafında tightvnc adlı programı kullanıyorum. tightvnc ile bunu nasıl yapabilirim. linux tarafında bazı ayarlar yapılırsa oluyor mu? Veya başka vnc programı önerebilir misiniz?
faydalandığım konu linki:
https://forum.ubuntu-tr.net/index.php?topic=42365.0

ahmettepe

bende tightvnc kullanıyorum ve ayni dertten muzdaribim. şimdilik putty ile txt dosya olusturup içine windows clipboard dakini yazdirarak hallediyorum.

delicesineseven

#2
autocutsel i yükleyince oldu. Fakat bunu 14.04 için değil 16.04 için denedim. 14.04 için de çalışır sanırım.

16.04 kurulum linki

https://www.digitalocean.com/community/tutorials/how-to-install-and-configure-vnc-on-ubuntu-16-04


vncserver -kill :1

vps'e autocutsel i yüklüyoruz

Install:

sudo apt-get install autocutsel

nano ~/.vnc/xstartup

autocutsel -fork satırını ekliyoruz

like this:

    #!/bin/bash
    xrdb $HOME/.Xresources 
    autocutsel -fork 
    startxfce4 &
 

ctrl+x deyip. Daha sonra Y deyip. klavyeden enter liyoruz

Restart vncserver

vncserver

https://askubuntu.com/questions/41273/how-to-copy-paste-text-from-remote-system

delicesineseven

nano ~/.vnc/xstartup

#!/bin/bash
    xrdb $HOME/.Xresources
    autocutsel -fork
    startxfce4 &


olmasına rağmen copy paste çalışmıyor sebebi nedir? eskiden çalışıyordu

delicesineseven

pano şu anda çalışıyor. bilemiyorum artık ::)
Alıntı Yapbtmovil August 23, 2018

The tutorial worked fine, but after connecting I'm not able to share the clipboard between my local Windows 10 Machine and the remote environment. Am I missing something? I tried both TightVNC and RealVNC Viewer. RealVNC said that VNC Server does not support file transfer. Is there an option that's missing on the remote server to allow file transfers? Thanks.
Reply Report

btmovil August 24, 2018

I did some research and was able to add clipboard sharing capabilities. You first have to install autocutsel:

apt-get install autocutsel

Then you have to add to the ~/.vnc/xstartup file the following line at the end:

autocutsel -fork

Be sure to kill the vncserver and restart it after making the change to the file as explained in this tutorial.
https://www.digitalocean.com/community/tutorials/how-to-install-and-configure-vnc-on-ubuntu-18-04

ahmettepe

Alıntı yapılan: delicesineseven - 19 Kasım 2018 - 18:41:11
autocutsel i yükleyince oldu. Fakat bunu 14.04 için değil 16.04 için denedim. 14.04 için de çalışır sanırım.

16.04 kurulum linki

https://www.digitalocean.com/community/tutorials/how-to-install-and-configure-vnc-on-ubuntu-16-04


vncserver -kill :1

vps'e autocutsel i yüklüyoruz

Install:

sudo apt-get install autocutsel

nano ~/.vnc/xstartup

autocutsel -fork satırını ekliyoruz

like this:

    #!/bin/bash
    xrdb $HOME/.Xresources 
    autocutsel -fork 
    startxfce4 &
 

ctrl+x deyip. Daha sonra Y deyip. klavyeden enter liyoruz

Restart vncserver

vncserver

https://askubuntu.com/questions/41273/how-to-copy-paste-text-from-remote-system

Yeeesss. Good job bro. güzel ve sorunsuz çalıştı eyvallah.