We have a Virtualized Terminal Server running Windows Server 2008. When the admin user logs in, everything is fine. When anyone else logs in, their desktop and start menu is blank (they have the taskbar, start button, and quick launch links though). If I go into Windows Explorer, I can see icons in their desktop folder (although the icon image is…
Hi,
I'm trying to use putty in command line from an hudson job.
The command is the following one:
putty -ssh -2 -P 22 USERNAME@SERVER_ADDR -pw PASS -m command.txt
Where 'command.txt' is a shell script to execute in the server through SSH.
If i launch this command from the Window command prompt, it works, the shell script is executed on the…
I've looked around and can't find anything that answers my question. This is my first question, so any tips or thoughts are welcome, as well as an answer :p
As explained in title, i want to create a script that launches, finds a file on android phone, copies it, and pastes it to a flash drive. As of right now, it's a mix of multiple tutorials,…
I've got an environment variable issue I'm having trouble resolving. I'm running Ubuntu (Karmic, 9.10) and coming in via NX (NoMachine) on a Mac.
I've added several environment variables in my .bashrc file, e.g.:
export JAVA_HOME=$HOME/dev/tools/Linux/jdk/jdk1.6.0_16/
Sitting at the machine, this environment variable is available on the…
I'm using Debian testing, and I have been switched to GNOME 3 by the Debian update yesterday. I'm not very comfortable with the UI. I wanted to customize everything like I had it with GNOME 2, but I simply couldn't find any way to change preferences like I'm used to. I've digged some, but all answers I could find did not help me achieve my…
below is a question I posted on stackoverflow . as suggested by Martin Clarke I also post it here.
We have a really strange problem. One of the servers in the server farm becomes really slow. We see a number of timeouts in the logs and overall response time is not where it should be (and is on other servers in the farm).
What is also…
I am trying to run a headless test for a web application using WebDriver on Mac OS X 10.6.3. My plan is to run firefox-x11 with Xvfb, but WebDriver is unable to launch firefox-x11. My code is:
System.setProperty("webdriver.firefox.bin",
"/opt/local/bin/firefox-x11-devel-standalone");
WebDriver browser = new…
httpd = make_server('', 80, server)
webbrowser.open(url)
httpd.serve_forever()
This works cross platform except when I launch it on a putty ssh terminal.
How can i trick the console in opening the w3m browser in a separate process so it can continue to launch the server?
Or if it is not possible to skip webbrowser.open when…
Hi,
I can launch some remote control by using:
ant launch-remote-control
but I dont know how my script connect to hub?
I set up ant, selenium-grid on the same computer.
I have an grid.dll which is written by C# and run through NUnit.
The test data is read from xml file (ValidData.xml)
The example code is below :
using…
hello
how could we uses junir related methods?
could we launch setuponce from each java test?
if in my test I launch the appli by calling setuponce, is it correct ?
When I launch the emulator I face many problems (Errors):-
HttpConnectionApp]emulator-5554 disconnected!
Cancelling 'net.paxcel.http.HttpConnectionApp activity launch'!
Emulator]emulator: ERROR: the user data image is used by another emulator.
aborting
Each time I have to re-run it but all in vain.
How can I improve…
Hi there,
I've got some osgi plugin development going on. I've created a launch configuration in my eclipse IDE, which adds all required bundles to my runtime. Is there any possibilty to export/convert the eclipse launch config to a config.ini which I can use on my standalone equinox env?
Howdy, I am trying to run matlab remotely on windows via OpenSSH installed with Cygwin, but launching matlab in windows without the GUI seems to be impossible.
If i am logged in locally, I can launch matlab -nodesktop -nodisplay -r script, and matlab will launch up a stripped down GUI and do the command.
However,…
Is it possible to set a custom URL scheme to launch my app from a link but make this a user defined setting?
My app relies on a user defined server url and I would like to be able to set a URL scheme to launch my app using the users custom URL from lets say an email link.
I noticed the info.plist has these…
I've been hunting about for some resources on this, and I can't find any, so I'll bring in here.
I want to make a window similar in style to the quick launch box which you see when you open the quick launch bar:
Sadly, I can't find any resources on this; can you help me out?
I wish to launch the GUI appli 2 times from java test
how should we use @annotation in this case?
example :
@BeforeClass
public static void setupOnce() {
final Thread thread = new Thread() {
public void run() {
//launche appli
}
};
try {
thread.start();
…
When I am running my app on emulator it dont open and gives the following Error.
[2011-01-08 16:16:56 - AudApp] ------------------------------
[2011-01-08 16:16:56 - AudApp] Android Launch!
[2011-01-08 16:16:56 - AudApp] adb is running normally.
[2011-01-08 16:16:56 - AudApp] Performing…
Hi All
We have automated build environment which uses MSBuild task to launch NUnit test. How can I launch unit test written with Silverlight Unit Test framework? Is there a MSBuild task available?
Thanks
Hello, World..
I'm currently building a website for an awesome youth church we run (shameless plug!)..
Anywho at the moment we have a static countdown page http://mybase.co , and were having a massive launch this weekend and the site needs to go live when we launch,
it's a rails app..…
I need my application to launch in a specific display (assuming there's more than one display) and go to full screen. The app itself is a Flash app, but I can write a native executable for the mac to launch it, I just don't know how to dictate which display it opens in. This is a…
i`m using a standalone version of Aptana and i have just finished reformatting when i tried to launch Aptana i got this error
"Could not launch the product because the specified workspace cannot be created. The specified workspace directory is either invalid or read-only."
how…
Hi,
I have an UITextField object in my view and want to launch a method when user press backspace button and textField is empty.
First I have to do is to create a cursor storing text length, so when cursor changes from 1 to 0 there is nothing to do.
The only way to launch the…
Hi all, i've installed new sdk 3.2 pre-release wich have iPad simulator, i have tried to launch an iPhone app created by me in iPad simulator; the main view of this app has an image as background; when launch it on iPad simulator this background(self.background = [[UImage..... )…
Running Eclipse 3.5.1, JDK 1.6.0_17 on WinXP SP3 32Bit with 3.5 gigs of RAM.
I'm aware of the known Eclipse best practices, still trying to figure out eclipse.ini.
This will launch: -Xmx588m and this won't: -Xmx589m.
Same with -XX:MaxPermSize. Anything above…