Linux(suse11.2)的远程桌面(VNC,ctrl+space不能叫出输入法)

  1. 我们在windows下面访问2003或者其他版本,用微软自带的mstsc,很好用
  2. 在linux上访问windows可用KRDC这个工具,也很好用
  3. 在windows上远程linux,有putty,只有文本界面

         有putty+Xming,支持图形界面,但不完全

                还有网上普遍流行的也是免费的,VNC,也就是在linux端开启VNC的server service,然后在windows端用VNCviewer这样的客户端(具体配置参考http://ss3.sinaimg.cn/orignal/63d950f5x84cb9b8b2e52&690

但是有个问题是a,在linux的远程桌面上编辑文档时,我们用ctrl+space切换输入法时,不能将这个快捷键送到远程桌面,只对本地机器起作用,,,

网上说的解决办法:在所有程序中找到scim,然后将其热键设置成,诸如shift+space

但我试了,在远程主机上直接操作是可以的,但是通过VNC链接的机器再去操作,仍然不行,,,,????

按一些说在xstartup(vnc配置文件)中的加上scim –d还是不行

 

linux-9rgr:~ # scim -d

Smart Common Input Method 1.4.7

报错如下

Launching a SCIM daemon with Socket FrontEnd...

Loading simple Config module ...

Creating backend ...

Loading socket FrontEnd module ...

Starting SCIM as daemon ...

Launching a SCIM process with x11...

Loading socket Config module ...

Creating backend ...

Loading x11 FrontEnd module ...

Failed to load x11 FrontEnd module.

Failed to launch SCIM.

相关文章:

  • 2022-01-14
  • 2021-12-25
  • 2022-01-15
  • 2021-04-01
  • 2022-12-23
  • 2021-11-20
  • 2022-12-23
  • 2021-04-08
猜你喜欢
  • 2021-12-01
  • 2021-08-28
  • 2021-12-03
  • 2021-12-29
  • 2021-05-27
  • 2021-09-02
  • 2022-02-09
相关资源
相似解决方案