search for: xstartup

Displaying 20 results from an estimated 41 matches for "xstartup".

Did you mean: startup
2016 Jun 02
2
vnc on C7
Thanks Frank. The below in fact worked and restarting the service. Jerry To get mate to show up use the follow text in your ~.vnc/xstartup file: #!/bin/sh # Uncomment the following two lines for normal desktop: # unset SESSION_MANAGER unset DBUS_SESSION_BUS_ADDRESS # exec /etc/X11/xinit/xinitrc [ -x /etc/vnc/xstartup ] && exec /etc/vnc/xstartup [ -r HOME/.Xresources ] && xrdb HOME/.Xresources xsetroot -soli...
2016 Jul 13
0
vnc on C7
Hi Jerry, I done a lot of search in google. Than I find your post, but without success for my problem. I have add your xstartup file. But I can't get it working with this startupfile. One problem is, that I can't find the x-terminal-emulator on my machine. Which package must I install for x-terminal-emulator in CentOS7 ? Maybe you can have a look at my logfile and my configuration for additional hints. I am happy...
2008 Jun 27
1
VNC vs GNOME desktop
...topApplet". Details: Failed to resolve, or extend '!prefs_key=/apps/panel/applets/show_desktop_button/ Prefs;background=none:;orient=up;size=x-small;locked_down=false Do you want to delete the applet from your configuration? and I get that once for each applet. here's the ~/.vnc/xstartup file from the server: #!/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...
2010 Jan 27
1
xterm clones on VNC problem
...le to do anything. The problem now is, for some reason, I get 4 xterm window after restarting (or stop/start) vncserver. The symptoms now are 1. Consistently, of the four xterms window, #3 and #4 can be closed. #1 and #2 will resurrect themselves. *** Removing the while loop from /home/user/.vnc/xstartup does not change this. 2. if I comment out this line in /home/user/.vnc/xstartup exec /etc/X11/xinit/xinitrc I will not get this problem. At least there will only be one xterm window in what I think is the primitive twm desktop. 3. If I then uncomment the xinitrc line, I get back 4 xterms win...
2016 Jun 02
5
vnc on C7
I am trying to get a remote screen on C7. I did the following on C7 server: yum install tigervnc-server cp /lib/systemd/system/vncserver at .service /etc/systemd/system/vncserver@:1.service systemctl daemon-reload edit /etc/systemd/system/vncserver@:1.service and replace <USER> with myuser su - myuser run
2017 Oct 15
1
sendmail
On Mon, Oct 2, 2017 at 7:25 PM, Pete Biggs <pete at biggs.org.uk> wrote: > On Mon, 2017-10-02 at 23:18 +0000, Larry Martell wrote: >> On Mon, Oct 2, 2017 at 6:26 PM Stephen John Smoogen >> >> > Sendmail is not the standard email server for EL7 >> >> >> What is the the standard email server? >> > > Postfix Thanks. I was able to get
2010 Dec 09
1
how to run a command on a specific vnc display
...erver.jar > /opt/selenium/Logs/logs.txt # through ssh session though that didn't work the only way to initiate it properly is to connect through vnc, open a terminal and type : java -jar $PWD/selenium-server.jar though i don't know how to automate this. so i thought of setting this in xstartup # vnc's startup for display 1 as such: 1 #!/bin/sh 2 3 # Uncomment the following two lines for normal desktop: 4 unset SESSION_MANAGER 5 exec /etc/X11/xinit/xinitrc 6 while true ;do sh /opt/scripts/rc; done & 7 [ -x /etc/vnc/xstartup ] && exec /etc/vnc/xstartup...
2017 May 25
2
Centos7 Cant start vncserver
OK, first time configuring vncserver on Centos7. I have read through a bunch of old messages here on vncserver and thought I had it. Obviously not. 1) cp /usr/lib/systemd/system/vncserver at .service /etc/systemd/system/vncserver at .service 2) vi /etc/systemd/system/vncserver at .service I changed <USER> in both places to root 3) systemctl daemon-reload 4) systemctl
2008 Jul 22
5
VNC server problem
...24" here i have created a user vnc and set the password using vncpasswd cmd. then i started the vncserver # vncserver New 'localhost.localdomain:1 (gopinath)' desktop is localhost.localdomain:1 Starting applications specified in /root/.vnc/xstartup Log file is /root/.vnc/localhost.localdomain:1.log The above message was displayed about executing vncserver command. no OK status was displayed. then i used cmd vncviewer localhost.localdomain:5901 it prompted for the passwd i gave the password then it started vncviewer bu...
2009 Jun 03
1
VNC-Server HowTo
...up VNC services following http://wiki.centos.org/HowTos/VNC-Server and have a few comments. "2.3. Edit the server configuration" The last line should be corrected from VNCSERVERARGS[1]="-geometry 800x600" to VNCSERVERARGS[3]="-geometry 800x600" "2.4. Create xstartup scripts" Comments about the rational for the "xstartup" changes would be helpful, including why one might or might not want to run the standard window manager through VNC. "2.5. Test each VNC user" At this point, if following the steps precicely, the vncserver service...
2015 Dec 10
4
VNC on centOS
Hi, I have recently installed centOS 7 and trying to start vnc server on it. Somehow, I am unable to make vncserver working. I have modified iptable rules and xstartup file but it did not help. Has anyone else faced this problem earlier? Any help would be appreciated. Regards Hersh
2017 May 25
0
Centos7 Cant start vncserver
...0 0 :::5901 :::* LISTEN tcp6 0 0 :::5902 :::* LISTEN tcp6 0 0 :::5903 :::* LISTEN Why 5901 and 2 are listening, I don't know... when I vnc to my server I get that basic nasty blank X11 screen. I modified /root/.vnc/xstartup with: exec /bin/sh /etc/xdg/xfce4/xinitrc But restarting vncserver@:3 does not seem to get the vnc client to get my xfce desktop, only the blank x11 desktop. Oh and restart gives the same errors as start does, but the pids are there: # ls .vnc/ homebase.home.htt:1.log homebase.home.htt:2.pid...
2007 Dec 06
8
VNCsever not starting at boot
When I run system-config-services, it shows vncserver set to start at boot. in /etc/inittab I have init 3 vncserver does not start at boot. I log in on the console as root and service vncserver start and it starts with some warning messages about bad display name in "add" command, but I do not see where these are logged to copy them into this message. Once I start it from the
2015 May 29
1
VNC Server Centos 7 specify window manager
...ll I get is a blue screen with a checkbox in the upper left corner saying "Accept clipboard from viewers". My guess is that I am loading generuc X11 by default. How do I specify in the etc/systemd/system/vncserver@:4.service file that I want it to load gnome? I tried editing my .vnc/xstartup file but that seems to have no effect. my xstartup file #!/bin/sh exec gnome-session & ~
2014 Mar 27
1
vncserver does not start gnome-sessioin automatically
I installed RHEL 5.8 x86_64 today. To my surprise, when I connect it using vnc viewer it does not start gnome-session automatically. The last line in .vnc/xstartup is twm& Before I removed RHEL 6.1 a few days ago, vncserver always starts gnome-session every time I open vncviewer. Is that related to RHEL version or vnc-server version? Best Regards, Yawei
2010 Mar 11
3
VNC viewer blank screen
Hi, I have configured vnc on my centos server machine. But, unable to access the vnc client. When ever i try to access my client. All I get is a blank screen with only mouse working. I am very clue less about the problem, Can I find out this error. Regards, Vijay Shanker Dubey -------------- next part -------------- An HTML attachment was scrubbed... URL:
2014 Oct 01
2
VNCServer Startup Config
...olution is set to 800x600. I found that I can set the resolution by specifying the -geometry switch, but I can't find where the call to start the vncserver is set in order to change it. I know that it's not in /etc/xinetd.d (the only file there is rsync) here are the contents of ~/.vnc/xstartup #!/bin/sh [ -r /etc/sysconfig/i18n ] && . /etc/sysconfig/i18n export LANG export SYSFONT 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-...
2009 Jun 04
14
Gnome-login to osol DomU fails, refusing valid credentials
i''ve managed to get 2009.06 installed in a Xen DomU on Linux Dom0. it''s currently ''up'' with a static IP, and i can successfully ssh into the box as either root or ''myuser''. all network/login settings seem to survive reboot. i''ve set up for VNC to the DomU. i can connect, and am at the Gnome login window. but, neither
2006 May 31
3
OT - yum missing from a RHEL4 server???
...mal for a RH box ? I thought that the RH up2date tool used yum under the covers. Anyhow, is there an easy way to get yum installed on this box ? I do have VNC access - and I can run KDE in the VNC connection even though according to the add/remove software tool KDE is not installed by changing the xstartup file forthat user under ~/.vnc (wierd!!) I suspect the answer is to find & download a yum rpm for redhat and install it via rpm but I want to be sure I dont do something stupid on a client system. Thanks in advance...
2014 Dec 01
0
Nvidia, vncserver, >> xfce = Resolved Issue
...Marco to try a non-3D DE worked. I tried two methods: 1. minimal Centos 7 install and xfce install via CLI. Worked fine. 2. Gnome Centos 7 install and then xfce install via yum groupinstall. Worked fine. One tip for anyone doing this: After starting vncserver the first time, it creates a ~/.vnc/xstartup file. This will be the same type of session if you logged in locally. Edit that file so that it contains the following: #!/bin/sh exec /bin/sh /etc/xdg/xfce4/xinitrc Then it will start up an xfce session. A method to debug this is to actually launch the session on the host by running the xsta...