Fedora 27上的VNC黑屏与伴侣桌面

时间:2018-09-09 08:39:00

标签: fedora vnc vnc-server fedora-27 mate-desktop

我最近尝试使用Fedora 27,mate桌面和miniconda为本地服务器设置vncserver。但是我一直在黑屏和黑点而不是光标。在Google上无休止地搜索解决方案后,我感到非常震惊。

有人知道如何解决这个问题吗?非常感谢!

这是我的xstartup文件:

    #!/bin/sh
    unset SESSION_MANAGER
    unset DBUS_SESSION_BUS_ADDRESS
    #exec /etc/X11/xinit/xinitrc
    exec /usr/bin/mate-session

这是日志文件中的消息:

    Sun Sep  9 10:43:04 2018
     VNCSConnST:  Server default pixel format depth 24 (32bpp) little-endian rgb888
     VNCSConnST:  Client pixel format depth 6 (8bpp) rgb222
    mate-session[20227]: Gtk-CRITICAL: gtk_main_quit: assertion 'main_loops != NULL' failed
    mate-session[20227]: CRITICAL: dbus_g_proxy_new_for_name: assertion 'connection != NULL' failed
    Gtk-Message: GtkDialog mapped without a transient parent. This is discouraged.
    mate-session[20227]: Gtk-CRITICAL: gtk_main_quit: assertion 'main_loops != NULL' failed
    mate-session[20227]: GLib-GObject-CRITICAL: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
    mate-session[20227]: WARNING: Could not make bus activated clients aware of GTK_OVERLAY_SCROLLING=0 environment variable: Could not connect: Connect$
    mate-session[20227]: CRITICAL: error getting session bus: Failed to connect to socket /tmp/dbus-MBd4GHdrRv: Connection refused
    mate-session[20227]: WARNING: Unable to register presence with session bus
    mate-session[20227]: CRITICAL: dbus_g_proxy_new_for_name: assertion 'connection != NULL' failed
    mate-session[20227]: CRITICAL: error getting session bus: Failed to connect to socket /tmp/dbus-MBd4GHdrRv: Connection refused

0 个答案:

没有答案