Displaying 5 results from an estimated 5 matches for "startupfiles".
Did you mean:
startupfile
2006 Feb 09
3
menu.c32 error "Windows is bypassing your startupfiles"
Franga . wrote:
>
> Now i moved to my next step of trying to get Simple Menu's working. My
> problem occurs after selecting a menu option. The image loads and
> gives me this output:
>
> command line: initrd=images/c201.img BOOT_IMAGE=memdisk Disk is
> floppy, 1440 K, C/H/S = 80/2/18 Total size needed = 1491 bytes,
> allocating 2K Old dos memory at 0x9f000 (map
2005 Apr 14
0
Finding an available port for server socket
I've written a Smalltalk application which starts R on another machine and
then communicates with it via sockets. The functions involved are:
slaveStart <- function(masterHost, masterPort){
inPort <- availablePort()
sendSocket(as.character(inPort), masterHost, masterPort)
socketSlave(inPort)
}
socketSlave <- function(inPort){
## listens on inPort.
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 ]
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
2016 Jul 14
1
vnc on C7
> On Jul 13, 2016, at 12:10, koenigsohn <ulrich.koenig at telekom.de> wrote:
>
> 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.