Re: TightVNC Server

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Sun, 9 Aug 2009 20:39:01 +0200
Philip Seeger wrote:

> What's wrong here?
> 
> Thanks for your help!

My impression is that both startkde and gnome-session neglect to
actually start some of the bits they need. Everyone for sure
needs a dbus session running, so one of the things that
seems to make vnc startup work better is this fragment:

if [ -z "$DBUS_SESSION_BUS_ADDRESS" ]
then
   echo .xsession starting dbus
   eval `dbus-launch --sh-syntax --exit-with-session`
else
   echo dbus already started
fi

I don't know if that is enough to get kde going as well.

Apparently things like this are started by gdm or kdm rather
than gnome-session or startkde.

-- 
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux