Questions tagged [startup]

Startup usually refers to the processes or events that occur at the start of a program, at the beginning of execution of a code block, or when a device is first booted.

2846 questions
1
vote
1 answer

Why is my program unable to access its required files?

I have written a program using Qt libraries for an embedded device that runs on Linux generated by Buildroot. To start my program I've created a script called S80custom and placed it in /etc/init.d/ directory. The content of the script…
max
  • 2,627
  • 1
  • 24
  • 44
1
vote
1 answer

How does one run a program at startup that requires UAC elevation?

I have a program that monitors malicious files and deletes them. However it needs administrator rights to run. This program runs at startup, however the UAC popup is annoying for end users, especially if it appears every time the user logs in.…
user2444615
  • 41
  • 1
  • 7
1
vote
0 answers

Linux Desktop as root : /etc/rc.d/rc.local refuses to honor "sleep 10" command

adding this line gnome-terminal -e "gedit test.txt" to the /etc/rc.d/rc.local works fine. but can not get it to sleep 10 seconds before executing that command. tried sleep 10 gnome-terminal -e "gedit test.txt" did not work. tried…
Sumer Kolcak
  • 1
  • 2
  • 7
1
vote
1 answer

Where is the issue?My application crash on startup

Here's my code, the application would shows a cpu/memory informations and other things but crash on startup: package eu.lucazanini.swipeviews; import android.annotation.TargetApi; import android.app.ActionBar; import android.os.Build; import…
Atlas91
  • 5,754
  • 17
  • 69
  • 141
1
vote
2 answers

Load two sites on startup in IE9

I am using IE9 and I'm trying to load two web pages on startup. Originally it was loading one but now I need to see 2 different pages, preferably tabs but not necessary, whatever is easier. Here is the original code:
1
vote
1 answer

Developing photo gallery application

I want to develop a photo gallery in Blackberry. Please give any suggestions about functionality and implementation.
Bohemian
  • 5,957
  • 11
  • 38
  • 47
1
vote
0 answers

Reasons/remedies for very slow Glassfish startup due to AMX MBeans?

I'm wondering if anyone can give me any pointers in relation to the initialization of AMX MBeans on Glassfish. I'm using GF v2.1.1, Java 6 (running as 5) on a Mac. Whenever I start up GF (which I have to do and redo a LOT), my startup freezes for 90…
1
vote
0 answers

JavaFx 2.2: On the first time run my application after setup, very slow to show the main page, why?

My project is a OSGI based C/S architecture, my setup tool is InnoSetup. On the first time run my application after setup(or after computer reboot), it's very slow to show the main page(about 50 seconds), but on the second/third/... time, it would…
Keon Wang
  • 365
  • 1
  • 3
  • 15
1
vote
1 answer

Running Mount Script at Ubuntu Startup

I have this script to automount my BoxCryptor folder (Dropbox encryption) in Ubuntu. Everything works fine when I run it from the command line, but...when I place this in my "Startup Applications" it doesn't work. Contents of…
Justin Elkow
  • 2,833
  • 6
  • 28
  • 60
1
vote
1 answer

Tidesdk - Launch desktop tidesdk application at windows startup

I have a desktop application created with TideSDK, I need this application to launch at windows startup, but can't find how, I mean, when the application is installed or launched by first time, I want it to setup to launch with windows startup. If…
yaffar666
  • 31
  • 4
1
vote
0 answers

How to make tideSDK app runs when windows starts?

Is there a way to run a tideSDK app when windows starts? I need to include this on the install package.
1
vote
1 answer

Azure configuration with multiple tasks possible?

We have a third party .NET application which comes with its' own deployment tool. This deployment tool generates a custom startup.cmd file. We have an option to modify the CFG file but not the cmd file. I would like to have my own cmd file. Could…
Nil Pun
  • 17,035
  • 39
  • 172
  • 294
1
vote
1 answer

Eclipse stuck in server status "starting"

I'm using Eclipse (4.2) and am trying to start a JBossAS 7. I had this problem with the status being allegedly stuck in "starting" before and it was always due to some other process occupying the port 8080. But not this time, port 8080 is free, so I…
schnesim
  • 441
  • 1
  • 3
  • 17
1
vote
0 answers

slow xcopy startup script

I have a .bat file using Xcopy to copy a folder. I'm using this bat to run as startup script via Group Policy Editor The .bat file contains: xcopy "D:\temp\Temporary Firefox Files\*.*" "r:\TEMP\Temporary Firefox Files\" /E /I /H /Y /C /Q If I run…
gavroche
  • 249
  • 3
  • 12
1
vote
1 answer

Customize the "Update at Statup" capability of ClickOnce

I am working on customizing the ClickOnce deployment of our WPF application and I wanted to make sure I was not missing something about the process. As far as I know ClickOnce will handle installing the application, and optionally check for updates…
Eric
  • 343
  • 4
  • 14