e-&d9 said: > > in first i install 3..3.7 this file content is > exec /etc/X11/xinit/Xininrc
I assume you mean "exec /etc/X11/xinit/xinitrc"? Spelling and case are important. This is the default Red Hat xstartup file. > i have remove is .when i uninstall 3.3.7 but baukup this file > after i install 3.3.6 this file become > " > #!/bin/sh\n\n > [ -r \$HOME/.Xresources ] && xrdb \$HOME/.Xresources\n > xsetroot -solid grey\n > xterm -geometry 80x24+10+10 -ls -title \"\$VNCDESKTOP Desktop\" > &\n twm &\n This is the default RealVNC xtstartup file. > "and i only see twm desktop Which makes sense, that is the window manager started. > i try cover this file with > the follow content > "exec /etc/X11/xinit/Xininrc" See above, case and spelling is important. > and soon i can see kde > after this i install vnc 3.3.7 or 3.3.6 the default desktop is twm i > can't see kde never! Even after changing the xstartup file back? Are you getting any errors in the VNC log? > i think sone file in /etc/X11/xinit/ have changge when i second install > vnc but i don't know which file i need modify the /etc/X11/xinit/xinitrc is the file that Red Hat uses to start up your default window manager. VNC shouldn't mess with this file. I see from your previous mails that you are using an RPM based distro. You can see what files come in an rpm using the command "rpm -qil <rpm_name>". For example, Red Hat packages the vncserver in the "vnc-server" rpm, so: [EMAIL PROTECTED] .vnc]$ rpm -qil vnc-server Would give you the list of files. -- William Hooper _______________________________________________ VNC-List mailing list [EMAIL PROTECTED] http://www.realvnc.com/mailman/listinfo/vnc-list
