差異處

這裏顯示兩個版本的差異處。

連向這個比對檢視

Both sides previous revision 前次修改
下次修改
前次修改
linux:commonsetting:remote_desktop [2015/12/17 15:10]
tony
linux:commonsetting:remote_desktop [2023/06/25 09:48] (目前版本)
行 71: 行 71:
   * [[linux:​commonsetting:​remote_desktop:​ubuntu:​11.04|11.04]]   * [[linux:​commonsetting:​remote_desktop:​ubuntu:​11.04|11.04]]
   * [[linux:​commonsetting:​remote_desktop:​ubuntu:​14.04|14.04]]   * [[linux:​commonsetting:​remote_desktop:​ubuntu:​14.04|14.04]]
-==== 11.04遇到的問題 ==== 
-=== 按鍵D跳桌面 === 
-參考此篇[[http://​carl830.pixnet.net/​blog/​post/​66867073-xrdp-%E9%81%A0%E7%AB%AF%E9%80%A3%E7%B7%9A-d%E5%BF%AB%E6%8D%B7%E9%8D%B5%E5%95%8F%E9%A1%8C|文章]],執行gconf-enditor並依照apps : metacity : global_keybindings路徑找尋show_desktop的關鍵字,對它點右鍵執行Unset Key並重開機即可。 
-=== 只能登入一次 === 
-參考此篇[[https://​bugs.launchpad.net/​ubuntu/​+source/​xrdp/​+bug/​321040|文章]],將/​etc/​pam.d/​common-auth中的auth optional pam_smbpass.so migrate注解,並複製到/​etc/​pam.d/​samba的@include common-auth下方,最後重新開機即可。照文章敘述看起來是由於samba授權認証導致了xrdp的crash。 
-==== 14.04遇到的問題 ==== 
-=== 連進去後黑畫面 === 
-參考此[[http://​c-nergy.be/​blog/?​p=5305|連結]]。 
-=== 按Tab無法執行自動完成 === 
-參考此[[http://​askubuntu.com/​questions/​352121/​bash-auto-completion-with-xubuntu-and-xrdp-from-windows|連結]]。修改設定檔 
-<​code>​ 
-~/​.config/​xfce4/​xfconf/​xfce-perchannel-xml/​xfce4-keyboard-shortcuts.xml 
-</​code>​ 
- 
-<code html> 
-<​property name="&​lt;​Super&​gt;​Tab"​ type="​string"​ value="​switch_window_key"/>​ 
-</​code>​ 
-改為 
-<code html> 
-<​property name="&​lt;​Super&​gt;​Tab"​ type="​string"​ value="​empty"/>​ 
-</​code>​ 
-並重新啟動xrdp service: 
-<code bash> 
-service xrdp restart 
-</​code>​ 
 ==== Reference ==== ==== Reference ====
   * [[http://​download.ithome.com.tw/​article/​index/​id/​767|Linux 遠端桌面XDMCP,使用桌面版遠端登入]]   * [[http://​download.ithome.com.tw/​article/​index/​id/​767|Linux 遠端桌面XDMCP,使用桌面版遠端登入]]