Difference between revisions of "Mozilla.dev.platform"

From CDOT Wiki
Jump to: navigation, search
(In the future...)
(FAQ)
Line 33: Line 33:
  
 
== FAQ ==
 
== FAQ ==
 +
'''Q'''
 +
* [http://groups.google.com/group/mozilla.dev.platform/browse_thread/thread/f36bd89790743d85/0a59403a5f9d092c#0a59403a5f9d092c|Sep 27 Xulrunner fails without feedback on OSX Intel 10.4.7]
 +
''I am trying to port our XUL application to OS X.  However when I run 
 +
xulrunner from the command line it fails silently without feedback. 
 +
The xulrunner-bin executable runs for about 4-5 seconds, then exits. 
 +
It outputs no message to the console or system logs and returns code 
 +
0 to the shell.  Passing the -console and/or -jsconsole options have 
 +
no effect on this behaviour.  I have tried several other XUL 
 +
applications as well as ours, with the same result.
 +
I downloaded the OSX xulrunner .dmg files and installed them using the
 +
standard OSX package installer.  I am not trying to install
 +
applications, just run them from their own directory using''
 +
<pre>/path/to/xulrunner-bin application.ini</pre>
 +
''My system is OS X Intel 10.4.7.  I get the same result using 
 +
xulrunner 1.8.0.1, 1.8.0.4 and the latest nightly 1.8.''
 +
Can anyone give me any pointers on how to pin down this problem?
  
# What is mozilla.dev.platform?
+
'''A'''
  
According to http://www.mozilla.org/community/developer-forums.html it is <codeblock>For people working on Mozilla-the-platform</codeblock>.
+
In order for applications to run on  
 
+
mac, they must be in an application bundle (Foo.app). The xulrunner
# Okay, but what is it?
+
-install-app flag can be used to "unpack" a XUL app into the correct mac
 
+
bundle structure.
Good question. I'll let you know.
 
 
 
# When?
 
 
 
Once I've read it.
 
 
 
# When will that be?
 
 
 
Geez, you're a pushy little wiki.  Keep your open-source pants on!
 
For people working on Mozilla-the-platform.
 

Revision as of 22:33, 29 September 2006

Go Back To List

Newsgroup

Mozilla.dev.platform

Authors

Weekly Summaries

Friday September 22, 2006

Using the template Newsgroup Summary Template Working on it.

  • Rethinking Cache
  • Cocoa Widget Tp Numbers
  • jsUnit in the tree
  • Xulrunner fails without feedback on OSX Intel 10.4.7

In the future...

  1. Friday September 29, 2006
  2. Friday October 6, 2006
  3. Friday October 13, 2006
  4. Friday October 20, 2006
  5. Friday October 27, 2006
  6. Friday November 3, 2006
  7. Friday November 10, 2006
  8. Friday November 17, 2006
  9. Friday November 24, 2006

FAQ

Q

I am trying to port our XUL application to OS X. However when I run xulrunner from the command line it fails silently without feedback. The xulrunner-bin executable runs for about 4-5 seconds, then exits. It outputs no message to the console or system logs and returns code 0 to the shell. Passing the -console and/or -jsconsole options have no effect on this behaviour. I have tried several other XUL applications as well as ours, with the same result. I downloaded the OSX xulrunner .dmg files and installed them using the standard OSX package installer. I am not trying to install applications, just run them from their own directory using

/path/to/xulrunner-bin application.ini

My system is OS X Intel 10.4.7. I get the same result using xulrunner 1.8.0.1, 1.8.0.4 and the latest nightly 1.8. Can anyone give me any pointers on how to pin down this problem?

A

In order for applications to run on mac, they must be in an application bundle (Foo.app). The xulrunner -install-app flag can be used to "unpack" a XUL app into the correct mac bundle structure.