kindof fixed - Re: vnc not into gnome but Xfce but still not working

Robert Moskowitz rgm at htt-consult.com
Wed Jul 23 11:34:48 UTC 2014


On 07/23/2014 02:08 AM, Michael D. Setzer II wrote:
> On 23 Jul 2014 at 1:47, Robert Moskowitz wrote:
>
> Date sent:      	Wed, 23 Jul 2014 01:47:37 -0400
> From:           	Robert Moskowitz <rgm at htt-consult.com>
> To:             	Community support for Fedora users
> <users at lists.fedoraproject.org>
> Subject:        	vnc not into gnome but Xfce but still not working
> Send reply to:  	Community support for Fedora users
> <users at lists.fedoraproject.org>
> 	> OK.  I believe I figured out what is wrongish.
>> I normally run gnome, so in my ~/.vnc/xstartup I have:
>>
>> exec gnome-session &
>>
>> as the last line.  But this fedora 20 arm system is running Xfce! So
>> after a quick google search, I changed that to:
>>
>> exec xfce4-session &
>>
>> But still I get vnc having a blank screen.  That no desktop is running
>> in vnc.  /var/log/messages says:
>>
>>
> What exactly do you have in the /home/user/.vnc/xstartup file
>
> Mine is as follows
> #!/bin/sh
>
> # Uncomment the following two lines for normal desktop:
> unset SESSION_MANAGER
> unset DBUS_SESSION_BUS_ADDRESS
> exec  /bin/sh /etc/xdg/xfce4/xinitrc #   X11/xinit/xinitrc
>
> [ -x /etc/vnc/xstartup ] && exec /etc/vnc/xstartup
> [ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources
> xsetroot -solid grey
> #vncconfig -iconic &
> xterm -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" &
> startxfce4 &
> #twm &
>
>
> Note: The change in the xinitrc to use the xfce4 and the startxfce4 &
>
So I just cp your xstartup to my system and it works now. thanks.

So what is wrong with the default script? I am assuming I need to file a 
bug report on it.




More information about the users mailing list