Ubuntu desktop:修订间差异
跳到导航
跳到搜索
无编辑摘要 |
无编辑摘要 |
||
第31行: | 第31行: | ||
===== kill firefox 进程 ===== | ===== kill firefox 进程 ===== | ||
Firefox is already running, but is not responding. To use Firefox, you must first close the existing Firefox process, restart your device, or use a different profile. | |||
窗口打开 firefox 时,提示已打开 | 窗口打开 firefox 时,提示已打开 | ||
2023年7月8日 (六) 17:02的版本
Remote(Windows)
Port: 3389, 3350
- apt install ubuntu-desktop
- apt install xrdp
- systemctl restart xrdp
Error
需要将相应用户加入组:
- adduser xrdp ssl-cert
# /var/log/xrdp.log
# [ERROR] Cannot read private key file /etc/xrdp/key.pem: Permission denied
# -rw-r----- 1 root ssl-cert 1704 Nov 18 05:58 /etc/ssl/private/ssl-cert-snakeoil.key
/etc/xrdp/startwm.sh
# root 可登录,其他用户黑屏
unset DBUS_SESSION_BUS_ADDRESS
unset XDG_RUNTIME_DIR
test -x /etc/X11/Xsession && exec /etc/X11/Xsession
exec /bin/sh /etc/X11/Xsession
(需要重启服务)
kill firefox 进程
Firefox is already running, but is not responding. To use Firefox, you must first close the existing Firefox process, restart your device, or use a different profile.
窗口打开 firefox 时,提示已打开
VNC
apt install xfce4 xfce4-goodies xorg dbus-x11 x11-xserver-utils
apt install tigervnc-standalone-server tigervnc-common
- INIT: vncserver
- Run : vncserver :1 -localhost no -geometry 1280x800 -depth 32
no 允许远程机器连接,默认不允许
- List: vncserver -list
- Exit: vncserver -kill :1