LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 12-30-2009, 11:35 AM   #1
bskrakes
Member
 
Registered: Sep 2006
Location: Canada, Alberta
Distribution: RHEL 4 and up, CentOS 5.x, Fedora Core 5 and up, Ubuntu 8 and up
Posts: 251

Rep: Reputation: 32
Question VNCSERVER in Fedora Core 12


Hi all,

Back in the day a users vnc xstartup file would like this:

/home/<user-name>/.vnc/xstartup

Quote:
#!/bin/sh

# Uncomment the following two lines for normal desktop:
unset SESSION_MANAGER
exec /etc/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" &
#twm &
startx &
But now in the new version of Fedora Core 12 is looks like this:

Quote:
#!/bin/sh

vncconfig -iconic &
unset SESSION_MANAGER
unset DBUS_SESSION_BUS_ADDRESS
OS=`uname -s`
if [ $OS = 'Linux' ]; then
case "$WINDOWMANAGER" in
*gnome*)
if [ -e /etc/SuSE-release ]; then
PATH=$PATH:/opt/gnome/bin
export PATH
fi
;;
esac
fi
if [ -x /etc/X11/xinit/xinitrc ]; then
exec /etc/X11/xinit/xinitrc
fi
if [ -f /etc/X11/xinit/xinitrc ]; then
exec sh /etc/X11/xinit/xinitrc
fi
[ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources
xsetroot -solid grey
xterm -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" &
twm &
Can anyone tell me how to enable
Quote:
exec /etc/X11/xinit/xinitrc
in the new .vnc/xstartup file running in Fedora Core 12.

Thanks,
 
Old 12-30-2009, 01:17 PM   #2
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
nothing to do with Networking. Moved to Linux - newbie.

from the look of it it's already going to run it just fine, even better than the older version. The code there clearly says if it exists and is executable then execute it, and if it exists and not executable then execute it via sh.

VNC is evil btw, try NX instead.

Last edited by acid_kewpie; 12-30-2009 at 01:20 PM.
 
Old 12-30-2009, 01:48 PM   #3
bskrakes
Member
 
Registered: Sep 2006
Location: Canada, Alberta
Distribution: RHEL 4 and up, CentOS 5.x, Fedora Core 5 and up, Ubuntu 8 and up
Posts: 251

Original Poster
Rep: Reputation: 32
thanks for the bump, i didn't know if this should go in newbie, server or networking... in fact if could be more a configuration of code.

on another note it does work but it doesn't export the x11 (desktop view) properly.
 
Old 01-27-2010, 02:35 PM   #4
bskrakes
Member
 
Registered: Sep 2006
Location: Canada, Alberta
Distribution: RHEL 4 and up, CentOS 5.x, Fedora Core 5 and up, Ubuntu 8 and up
Posts: 251

Original Poster
Rep: Reputation: 32
So has anyone looked in the VNC on Fedora Core 12?
 
Old 03-13-2010, 12:06 AM   #5
stryker_oz
LQ Newbie
 
Registered: Mar 2005
Location: Brisvegas, Australia
Distribution: Fedora 15 & 17, Raspbian & openELEC
Posts: 26

Rep: Reputation: 15
Looking at it this afternoon for the first time myself. What has been your experience to date?
 
Old 03-14-2010, 08:44 PM   #6
bskrakes
Member
 
Registered: Sep 2006
Location: Canada, Alberta
Distribution: RHEL 4 and up, CentOS 5.x, Fedora Core 5 and up, Ubuntu 8 and up
Posts: 251

Original Poster
Rep: Reputation: 32
Honestly I haven't touched it since the post, I went back to CentOS due to VMware issues with FC12. I do have a FC12 VM now but I haven't played with the remote VNC settings yet.
 
  


Reply

Tags
fc12, fedora, vnc



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
can't connect through vncserver on fedora 9 JSLayton Linux - Software 1 08-21-2008 11:01 PM
Fedora Core 5 VNCServer needs login to start glennox125 Linux - Software 4 05-02-2006 12:37 PM
VNCserver in Fedora core 2 raynet Linux - Software 1 02-13-2005 10:28 AM
getting vncserver to work on Fedora jerryk Linux - Newbie 1 07-15-2004 11:36 AM
Getting Vncserver to work on Fedora ajspliffs Linux - Software 2 01-13-2004 02:57 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 07:32 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration