On 23 Jul 2014 at 19:40, Ed Greshko wrote:

From:                   Ed Greshko <ed.gres...@greshko.com>
Date sent:              Wed, 23 Jul 2014 19:40:11 +0800
To:                     Community support for Fedora users 
<users@lists.fedoraproject.org>
Subject:                Re: kindof fixed - Re: vnc not into gnome but Xfce but 
still 
not
        working
Send reply to:          Community support for Fedora users 
<users@lists.fedoraproject.org>
        
<mailto:users-requ...@lists.fedoraproject.org?subject=unsubscribe>
        
<mailto:users-requ...@lists.fedoraproject.org?subject=subscribe>

> On 07/23/14 19:34, Robert Moskowitz wrote:
> > 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. 
> 
> Nothing is wrong with the default script.
> 
> if [ -x /etc/X11/xinit/xinitrc ]; then
> exec /etc/X11/xinit/xinitrc
> fi
> 

Problem is that is you are running xfce for the vnc you need
exec  /bin/sh /etc/xdg/xfce4/xinitrc #   X11/xinit/xinitrc
and 
startxfce4 & #twm &

The if just says if the file exist and is executible run it, doesn't check if 
that is 
the correct xinitrc for your configuration?

> [egreshko@f20f ~]$ file /etc/X11/xinit/xinitrc
> /etc/X11/xinit/xinitrc: POSIX shell script, ASCII text executable
> 
> 
> 
> -- 
> If you can't laugh at yourself, others will gladly oblige.
> -- 
> users mailing list
> users@lists.fedoraproject.org
> To unsubscribe or change subscription options:
> https://admin.fedoraproject.org/mailman/listinfo/users
> Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
> Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have
> a question? Ask away: http://ask.fedoraproject.org


+----------------------------------------------------------+
  Michael D. Setzer II -  Computer Science Instructor      
  Guam Community College  Computer Center                  
  mailto:mi...@kuentos.guam.net                            
  mailto:msetze...@gmail.com
  http://www.guam.net/home/mikes
  Guam - Where America's Day Begins                        
  G4L Disk Imaging Project maintainer 
  http://sourceforge.net/projects/g4l/
+----------------------------------------------------------+

http://setiathome.berkeley.edu (Original)
Number of Seti Units Returned:  19,471
Processing time:  32 years, 290 days, 12 hours, 58 minutes
(Total Hours: 287,489)

BOINC@HOME CREDITS
ROSETTA     17941584.881866   |   SETI        29593668.378551
ABC         16613838.513356   |   EINSTEIN    28547237.391636

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org

Reply via email to