search for: firstrun

Displaying 4 results from an estimated 4 matches for "firstrun".

Did you mean: first_run
2006 Feb 13
2
[PATCH] Allow generic autocompleter (Ajax.Watcher)
...; + this.callback = callback; + this.observer = null; + this.active = false; + this.changed = false; + Event.observe(this.element, "keypress", this.onKeyPress.bindAsEventListener(this)); + if (this.options.firstRun) { + this.onObserverEvent(); + } + }, + onKeyPress: function(event) { + this.changed = true; + this.hasFocus = true; + + if(this.observer) clearTimeout(this.observer); + this.observer = + setTimeout(this.onObserverEvent.bind(this), thi...
2010 Feb 03
5
Key signing only
...de the keys etc aren''t there and running as noop they don''t get made and I get nowhere. Unless someone knows a different way to do this I think I''m requesting a new feature/option... Perhaps I''d like a relaxed version of noop perhaps noopexceptkeys. Or maybe a firstrun option, which could do the keys and match a magic node like default does rather than the one the node would normally match. This would perhaps be more handy as I could use it to register the node with other systems, send an email to alert other admins to its creation etc. At present I have to but...
2011 Jul 27
3
running X as root in centos 6
When I run X as root in centos 6 I get a nice little message that "your currently trying to run as root super user" and are you sure you want to with a checkbox. I do this for a reason as a post install step, then the system reboots and it never happens again... I am trying to find how to set this checkbox which says "never ask me again" and move on... I was trying to
2005 May 19
3
Navigating to the upper floor of the /Home directory using Wine.
I want to be able to use Wine to reach the /home base partition or directory. By wanting such a thing, do I install Wine on the /usr directory or do I do that on home itself?