我是 Ubuntu 新手,对所有细节都不是很熟悉。
我按照此处的说明为 EC2 实例创建 GUI: https ://medium.com/@s.on/running-ubuntu-desktop-gui-aws-ec2-instance-on-windows-3d4d070da434
该实例运行 ubuntu 18.04 LTS。我还在我拥有的 PC 上安装了 ubuntu 18.0418.04 LTS,我非常喜欢这个界面。
但问题是当我远程连接到 ec2 实例时,GUI 看起来不像我的 PC。
如何让我的 ec2 实例具有相同的 GUI?
这是我的 PC 图形用户界面: pc gui
这是我的 ec2 GUI: ec2 gui
更新 1: 这是日志文件:
15/11/18 18:14:16 Xvnc version TightVNC-1.3.10
15/11/18 18:14:16 Copyright (C) 2000-2009 TightVNC Group
15/11/18 18:14:16 Copyright (C) 1999 AT&T Laboratories Cambridge
15/11/18 18:14:16 All Rights Reserved.
15/11/18 18:14:16 See http://www.tightvnc.com/ for information on TightVNC
15/11/18 18:14:16 Desktop name 'X' (ip-10-105-54-119:1)
15/11/18 18:14:16 Protocol versions supported: 3.3, 3.7, 3.8, 3.7t, 3.8t
15/11/18 18:14:16 Listening for VNC connections on TCP port 5901
/home/ubuntu/.vnc/xstartup: 11: /home/ubuntu/.vnc/xstartup: vncconfig: not found
/home/ubuntu/.vnc/xstartup: 13: /home/ubuntu/.vnc/xstartup: gnome-settings-daemon: not found
metacity-Message: 18:14:17.292: could not find XKB extension.
(metacity:4631): metacity-WARNING **: 18:14:17.300: Failed to create MetaCompositorXRender: Missing composite extension required for compositing
** (gnome-panel:4628): WARNING **: 18:14:17.354: Failed to register client: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.gnome.SessionManager was not provided by any .service files
** (nautilus:4632): WARNING **: 18:14:17.967: Unable to get contents of the bookmarks file: Error opening file /home/ubuntu/.gtk-bookmarks: No such file or directory
** (nautilus:4632): WARNING **: 18:14:17.967: Unable to get contents of the bookmarks file: Error opening file /home/ubuntu/.gtk-bookmarks: No such file or directory
更新 2:
我通过使用以下方法更接近了:
#!/bin/sh
export XKL_XMODMAP_DISABLE=1
export XDG_CURRENT_DESKTOP="GNOME-Flashback:GNOME"
export XDG_MENU_PREFIX="gnome-flashback-"
gnome-session --session=gnome-flashback-metacity --disable-acceleration-check &
这给了我这个: 新桌面
但我不确定如何修改它以获得 ubuntu 桌面。
更新 3:
这是我检查我的会话时得到的:
所以我安装了不同的会话,但无法切换到 ubuntu 会话。
所以看起来你正在使用不同的窗口管理器,你的 ec2 实例正在使用 gnome-flashback,而你的桌面版本正在使用 Gnome 3。我个人认为你最好在 EC2 内的桌面环境中使用 gnome-flashback,这样你的延迟还不错,但如果您确定要将窗口管理器切换到 Gnome 3,请参阅在桌面环境中切换窗口管理器的答案
你不会得到相同的 GUI。您可以在日志文件中看到的主要原因:
通过 VNC,您没有Mutter / GNOME Shell所需的复合扩展。