<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN""
"http://www.w3.org/TR/html4/loose.dtd">


<html>
        <head>
                <meta http-equiv="content-type" content="text/html; charset=utf-8">
                <title>Ubuntu Developer Portal Application Status Update</title>
                <style type="text/css" media="screen">
                        body {
                                font-family: Ubuntu, 'Ubuntu Beta', UbuntuBeta, 'Bitstream Vera Sans', 'DejaVu Sans', Tahoma, sans-serif;
                                font-size: 14px;
                                color: #717073;
                                background: url("https://myapps.developer.ubuntu.com/static/devportal/backGroundOne.gif");
                                line-height: 16px;
                                margin: 0;
                                padding: 0;
                        }
                        #container {
                                background: none repeat scroll 0 0 #F7F6F5;
                                width: 600px;
                                margin: 0 auto 20px;
                                width: 600px;
                        }
                        #container-inner {
                                background-color: #FFFFFF;
                        }
                        #header, #container-inner {
                                -moz-box-shadow: 0 0 5px #BBBBBB;
                                -moz-box-shadow: 0 0 5px #BBBBBB;
                                background-color: #FFFFFF;
                        }
                        #header {
                                background-repeat: none;
                                background: url("https://myapps.developer.ubuntu.com/static/devportal/header_bg.png") repeat-x scroll left top #DD4814;
                                height: 64px;
                                margin: 0;
                                padding: 0;
                                position: relative;
                        }
                        #ubuntu-header {
                                background: url("https://myapps.developer.ubuntu.com/static/devportal/ubuntu_developer_logo.png") no-repeat scroll 0 0 transparent;
                                background-repeat: no-repeat;
                                height: 40px;
                                left: 12px;
                                top: 12px;
                                width: 250px;
                                margin: 0;
                                overflow: hidden;
                                padding: 0;
                                position: absolute;
                                text-indent: -9999px;
                        }
                        #ubuntu-header a {
                                display: block;
                                height: 100%;
                                width: 100%;
                        }
                        a {
                                color: #DD4814;
                                text-decoration: none;
                        }
                        h1 {
                                font-size: 36px;
                                line-height: 40px;
                        }
                        #status {
                                font-size: 24px;
                                line-height: 32px;
                                font-weight: bold;
                                padding: 10px 0;
                        }
                        #status_msg {
                                color: #DD4814;
                                margin-right: 5px;
                        }
                        #status_txt {
                                float: left;
                                margin: 0px 10px 10px;
                                width: 95%;
                        }
                        #thanks {
                                padding-top: 37px;
                                font-size: 20px;
                                line-height: 23px;
                        }
                        #dev_logo {
                                float: right;
                                border: none;
                        }
                        #details {
                                padding: 10px 0 0;
                                min-height: 80px;
                                margin: 10px 10px 0 10px;
                        }
                        #visit {
                                font-weight: bold;
                                font-size: 16px;
                                color: #DD4713;
                                margin: 10px;
                        }
                        #visit img {
                                position: relative;
                                top: 7px;
                                border: none;
                        }
                        #what, #meaning{
                                font-size: 15px;
                                line-height: 17px;
                                clear: left;
                        }
                        #what {
                                font-weight: bold;
                        }
            .pre {
                white-space: pre-wrap;
            }
                </style>
        </head>
<body>
        <div id="container">
                <div id="container-inner">
                        <div id="status">
                                <div id="status_txt">
                                        <a href="https://myapps.developer.ubuntu.com/dev/">
                                        <img id="dev_logo" src="https://myapps.developer.ubuntu.com/static/devportal/developer_orange_hex.png"/></a>
                                        <div id="status_msg">
  Your application GWoffice Needs Information
</div>
                    <div id="thanks">Thank you for your patience during the moderation process.</div>
                                </div>
                        </div>
                        <div id="details">
                We need some information
                                <div id='meaning'>
        <p>Please respond to this request from our approval team,
        and then resubmit your application:</p>
        
    <p class="pre">Thanks a lot for your submission. This is a review for inclusion into the Ubuntu Software Center.

>From a policy point of view you will need to install all files into /opt/extras.ubuntu.com/gwoffice

Using the app I ran into this issue when trying to open an existing document:
[FATAL 17:59:49.857977] [libsoup] soup_session_send_request_async: assertion `use_thread_context' failed
[FATAL 17:59:49.858031] GWoffice will not function properly.
[FATAL 17:59:49.858378] [Gtk] gtk_style_context_get_property: assertion `priv->widget != NULL || priv->widget_path != NULL' failed
[FATAL 17:59:49.858416] GWoffice will not function properly.
[WARN 17:59:49.858454] [GLib-GObject] /build/buildd/glib2.0-2.33.3/./gobject/gtype.c:4204: type id `0' is invalid
[WARN 17:59:49.858487] [GLib-GObject] can't peek value table for type `<invalid>' which is not currently referenced

Program received signal SIGSEGV, Segmentation fault.
0x00007ffff56b3cc7 in gtk_style_context_get_valist () from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
(gdb) bt
#0  0x00007ffff56b3cc7 in gtk_style_context_get_valist () from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
#1  0x00007ffff56b3f86 in gtk_style_context_get () from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
#2  0x00007ffff56b47cc in gtk_style_context_get_background_color () from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
#3  0x000000000042f405 in gwoffice_widgets_web_view_apply_theme ()
#4  0x000000000042ea23 in gwoffice_widgets_web_view_construct ()
#5  0x000000000042ebd2 in gwoffice_widgets_web_view_new ()
#6  0x00000000004148f2 in gwoffice_app_open_document ()
#7  0x000000000043252a in ?? ()
#8  0x00007ffff4136050 in g_closure_invoke () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
#9  0x00007ffff4147ab0 in ?? () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
#10 0x00007ffff414ffb1 in g_signal_emit_valist () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
#11 0x00007ffff4150202 in g_signal_emit () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
#12 0x00007ffff5746297 in ?? () from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
#13 0x00007ffff561c49f in ?? () from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
#14 0x00007ffff4136317 in ?? () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
#15 0x00007ffff414fac8 in g_signal_emit_valist () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
#16 0x00007ffff4150202 in g_signal_emit () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
#17 0x00007ffff57609be in ?? () from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
#18 0x00007ffff561a2d5 in ?? () from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
#19 0x00007ffff561c04b in gtk_main_do_event () from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
#20 0x00007ffff5241132 in ?? () from /usr/lib/x86_64-linux-gnu/libgdk-3.so.0
#21 0x00007ffff3e788b5 in g_main_context_dispatch () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#22 0x00007ffff3e78be8 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#23 0x00007ffff3e78ca4 in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#24 0x00007ffff4418d6c in g_application_run () from /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0
#25 0x00007ffff5b711d1 in granite_application_run () from /usr/lib/libgranite.so.0
#26 0x000000000041a69f in _vala_main ()
#27 0x000000000041a704 in main ()
</p>
        
</div>
                        </div>
                        <div id="visit">
                <a href="https://myapps.developer.ubuntu.com/dev/apps/1226/">View your application
                <img src="https://myapps.developer.ubuntu.com/static/devportal/moreArrowOrange.gif"/></a><br>
                                <a href="https://myapps.developer.ubuntu.com/dev/">
                                Visit the developer portal
                                <img src="https://myapps.developer.ubuntu.com/static/devportal/moreArrowOrange.gif"/></a>
                        </div>
                        <div id="header">
                                <h1 id="ubuntu-header">
                                        <a href="https://myapps.developer.ubuntu.com/dev/">Ubuntu developer</a>
                                </h1>
                        </div>
                </div>
        </div>
</body>
</html>