如何為 x2go 建立自訂桌面會話

如何為 x2go 建立自訂桌面會話

我在遠端電腦上使用帶有 lightdm 的 emacs 視窗管理器 EXWM。如何為 emacs EXWM 建立會話?我正在使用 x2go 客戶端。我嘗試使用命令“startx”和“/etc/x2go/xsession”自訂桌面,我還嘗試使用 .xinitrc 路徑執行單一應用程式會話。

我的xinitrc有以下內容:

#!/usr/bin/env bash
xhost +
exec dbus-launch --exit-with-session emacs

請給我一些關於如何讓它發揮作用的建議。

相關內容