Re: Gnome Settings Daemon does not start when connecting via VNC

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

 



> This is my /root/.vnc/xstartup file:
> ******
> unset SESSION_MANAGER
> #exec /etc/X11/xinit/xinitrc
> #[ -x /etc/vnc/xstartup ] && exec /etc/vnc/xstartup
> [ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources
> #startkde &
> gnome-session &
> ******
> 
> Did anybody encounter a similar problem or do you have some hints how to track 
> down the issue?

Yep, despite the name gnome-session doesn't actually run everything
you need to start a gnome session :-). I don't normally run a gnome
session, but something like this may work better for you:


if [ -z "$SSH_AUTH_SOCK" ]
then
   KILL_AGENT=yes
   eval `ssh-agent -s`
fi
if [ -z "$DBUS_SESSION_BUS_ADDRESS" ]
then
   eval `dbus-launch --exit-with-session --sh-syntax`
fi
gnome-session
if [ "$KILL_AGENT" = "yes" ]
then
   ssh-agent -k
fi

Possibly the dbus-launch is the only really important bit.

-- 
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [Fedora Magazine]     [Fedora News]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Maintainers]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Legacy]     [Fedora Desktop]     [Fedora Fonts]     [ATA RAID]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [SSH]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Centos]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Tux]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Asterisk PBX]     [Fedora Sparc]     [Fedora Universal Network Connector]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux