Sephora 0.2 available

Davide Scaini dscaini at gmail.com
Sun Feb 1 13:15:06 CET 2009


Ok! fixed!
chatting with michele we solved this problem... I run sephora as a non-root
user, but sephora to call fso framework needs superuser privileges... so
right now, if you are a non-root user launch sephora as: sudo sephora.
Michele promised a modified release soon...

Thanks Michele!
d

On Sun, Feb 1, 2009 at 12:40 PM, Davide Scaini <dscaini at gmail.com> wrote:

> Thank you for your package!
> but unfortunately i get an error...
> hoping this helps ;-)
> d
> (grazie)
>
>
> davide~$ DISPLAY=0 sephora
> /var/lib/python-support/python2.5/gtk-2.0/gtk/__init__.py:72: GtkWarning:
> could not open display
>   warnings.warn(str(e), _gtk.Warning)
> /usr/lib/python2.5/site-packages/sephora.py:59: Warning: invalid (NULL)
> pointer instance
>   window = gtk.Window(gtk.WINDOW_TOPLEVEL)
> /usr/lib/python2.5/site-packages/sephora.py:59: Warning:
> g_signal_connect_data: assertion `G_TYPE_CHECK_INSTANCE (instance)' failed
>   window = gtk.Window(gtk.WINDOW_TOPLEVEL)
> /usr/lib/python2.5/site-packages/sephora.py:89: GtkWarning:
> gtk_settings_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed
>   right_box = gtk.ScrolledWindow()
> /usr/lib/python2.5/site-packages/sephora.py:214: Warning: invalid (NULL)
> pointer instance
>   select    = gtk.combo_box_new_text()
> /usr/lib/python2.5/site-packages/sephora.py:214: Warning:
> g_signal_connect_data: assertion `G_TYPE_CHECK_INSTANCE (instance)' failed
>   select    = gtk.combo_box_new_text()
> /usr/lib/python2.5/site-packages/sephora.py:215: GtkWarning:
> gdk_pango_context_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed
>   select.append_text(_('Inactive'))
> /usr/lib/python2.5/site-packages/sephora.py:215: PangoWarning:
> pango_context_set_font_description: assertion `context != NULL' failed
>   select.append_text(_('Inactive'))
> /usr/lib/python2.5/site-packages/sephora.py:215: PangoWarning:
> pango_context_set_base_dir: assertion `context != NULL' failed
>   select.append_text(_('Inactive'))
> /usr/lib/python2.5/site-packages/sephora.py:215: PangoWarning:
> pango_context_set_language: assertion `context != NULL' failed
>   select.append_text(_('Inactive'))
> /usr/lib/python2.5/site-packages/sephora.py:215: PangoWarning:
> pango_layout_new: assertion `context != NULL' failed
>   select.append_text(_('Inactive'))
> /usr/lib/python2.5/site-packages/sephora.py:215: PangoWarning:
> pango_layout_set_single_paragraph_mode: assertion `PANGO_IS_LAYOUT (layout)'
> failed
>   select.append_text(_('Inactive'))
> /usr/lib/python2.5/site-packages/sephora.py:215: PangoWarning:
> pango_layout_set_ellipsize: assertion `PANGO_IS_LAYOUT (layout)' failed
>   select.append_text(_('Inactive'))
> /usr/lib/python2.5/site-packages/sephora.py:215: PangoWarning:
> pango_layout_set_width: assertion `layout != NULL' failed
>   select.append_text(_('Inactive'))
> /usr/lib/python2.5/site-packages/sephora.py:215: PangoWarning:
> pango_layout_set_wrap: assertion `PANGO_IS_LAYOUT (layout)' failed
>   select.append_text(_('Inactive'))
> /usr/lib/python2.5/site-packages/sephora.py:215: PangoWarning:
> pango_layout_set_alignment: assertion `layout != NULL' failed
>   select.append_text(_('Inactive'))
> /usr/lib/python2.5/site-packages/sephora.py:215: PangoWarning:
> pango_layout_set_attributes: assertion `layout != NULL' failed
>   select.append_text(_('Inactive'))
> /usr/lib/python2.5/site-packages/sephora.py:215: PangoWarning:
> pango_layout_get_extents: assertion `layout != NULL' failed
>   select.append_text(_('Inactive'))
> /usr/lib/python2.5/site-packages/sephora.py:215: Warning: g_object_unref:
> assertion `G_IS_OBJECT (object)' failed
>   select.append_text(_('Inactive'))
> /usr/lib/python2.5/site-packages/sephora.py:215: PangoWarning:
> pango_layout_set_text: assertion `layout != NULL' failed
>   select.append_text(_('Inactive'))
> /usr/lib/python2.5/site-packages/sephora.py:216: GtkWarning:
> gdk_pango_context_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed
>   select.append_text(_('Active'))
> /usr/lib/python2.5/site-packages/sephora.py:216: PangoWarning:
> pango_context_set_font_description: assertion `context != NULL' failed
>   select.append_text(_('Active'))
> /usr/lib/python2.5/site-packages/sephora.py:216: PangoWarning:
> pango_context_set_base_dir: assertion `context != NULL' failed
>   select.append_text(_('Active'))
> /usr/lib/python2.5/site-packages/sephora.py:216: PangoWarning:
> pango_context_set_language: assertion `context != NULL' failed
>   select.append_text(_('Active'))
> /usr/lib/python2.5/site-packages/sephora.py:216: PangoWarning:
> pango_layout_new: assertion `context != NULL' failed
>   select.append_text(_('Active'))
> /usr/lib/python2.5/site-packages/sephora.py:216: PangoWarning:
> pango_layout_set_single_paragraph_mode: assertion `PANGO_IS_LAYOUT (layout)'
> failed
>   select.append_text(_('Active'))
> /usr/lib/python2.5/site-packages/sephora.py:216: PangoWarning:
> pango_layout_set_ellipsize: assertion `PANGO_IS_LAYOUT (layout)' failed
>   select.append_text(_('Active'))
> /usr/lib/python2.5/site-packages/sephora.py:216: PangoWarning:
> pango_layout_set_width: assertion `layout != NULL' failed
>   select.append_text(_('Active'))
> /usr/lib/python2.5/site-packages/sephora.py:216: PangoWarning:
> pango_layout_set_wrap: assertion `PANGO_IS_LAYOUT (layout)' failed
>   select.append_text(_('Active'))
> /usr/lib/python2.5/site-packages/sephora.py:216: PangoWarning:
> pango_layout_set_alignment: assertion `layout != NULL' failed
>   select.append_text(_('Active'))
> /usr/lib/python2.5/site-packages/sephora.py:216: PangoWarning:
> pango_layout_set_attributes: assertion `layout != NULL' failed
>   select.append_text(_('Active'))
> /usr/lib/python2.5/site-packages/sephora.py:216: PangoWarning:
> pango_layout_get_extents: assertion `layout != NULL' failed
>   select.append_text(_('Active'))
> /usr/lib/python2.5/site-packages/sephora.py:216: Warning: g_object_unref:
> assertion `G_IS_OBJECT (object)' failed
>   select.append_text(_('Active'))
> /usr/lib/python2.5/site-packages/sephora.py:216: PangoWarning:
> pango_layout_set_text: assertion `layout != NULL' failed
>   select.append_text(_('Active'))
> ERROR:dbus.proxies:Introspect error on :1.2:/org/freesmartphone/Usage:
> dbus.exceptions.DBusException: org.freedesktop.DBus.Error.AccessDenied:
> Rejected send message, 1 matched rules; type="method_call", sender=":1.5"
> (uid=1000 pid=1568 comm="python
> /usr/lib/python2.5/site-packages/sephora.py")
> interface="org.freedesktop.DBus.Introspectable" member="Introspect" error
> name="(unset)" requested_reply=0 destination=":1.2" (uid=0 pid=1403
> comm="/usr/bin/python /usr/bin/frameworkd "))
> Traceback (most recent call last):
>   File "/usr/lib/python2.5/site-packages/sephora.py", line 1614, in
> <module>
>     main_window = MainWindow()
>   File "/usr/lib/python2.5/site-packages/sephora.py", line 110, in __init__
>     self.activateSectionPage(tabs[0])
>   File "/usr/lib/python2.5/site-packages/sephora.py", line 170, in
> activateSectionPage
>     tabs_widgets[name] = self.createSectionPage(name)
>   File "/usr/lib/python2.5/site-packages/sephora.py", line 186, in
> createSectionPage
>     section = self.buildSectionPanel(name)
>   File "/usr/lib/python2.5/site-packages/sephora.py", line 218, in
> buildSectionPanel
>     status = self.freerunner.getResource('GSM')
>   File "/usr/lib/python2.5/site-packages/sephora.py", line 1154, in
> getResource
>     return resources.GetResourceState(resource)
>   File "/var/lib/python-support/python2.5/dbus/proxies.py", line 68, in
> __call__
>     return self._proxy_method(*args, **keywords)
>   File "/var/lib/python-support/python2.5/dbus/proxies.py", line 140, in
> __call__
>     **keywords)
>   File "/var/lib/python-support/python2.5/dbus/connection.py", line 622, in
> call_blocking
>     message, timeout)
> dbus.exceptions.DBusException: org.freedesktop.DBus.Error.AccessDenied:
> Rejected send message, 1 matched rules; type="method_call", sender=":1.5"
> (uid=1000 pid=1568 comm="python
> /usr/lib/python2.5/site-packages/sephora.py")
> interface="org.freesmartphone.Usage" member="GetResourceState" error
> name="(unset)" requested_reply=0 destination=":1.2" (uid=0 pid=1403
> comm="/usr/bin/python /usr/bin/frameworkd "))
>
>
>
> On Sat, Jan 31, 2009 at 6:42 PM, Michele Renda <michele.renda at gmail.com>wrote:
>
>> Hello to all.
>>
>> When I choose the name Sephora, I never thought this name was a female
>> name. So, now, after "she" let us to wait as only a girl can do, I am
>> happy to show to the world Sephora 0.2-0.
>>
>> The first news, that I thing will interess to none, it that now the
>> source are available under Debian way. This mean that it can be
>> downloaded with a simple "apt-get source sephora" and build with a
>> simple "debuild".
>>
>> In a future, after I solve some tons of lintian warnings, is possible to
>> find it on Debian fso repository.
>>
>> Other changes you will find using it, they are not too much, except that
>> it is runnig. I have to thank again Hubert Haas for the work he did with
>> German translation!
>>
>> You can download sephora going here:
>> https://launchpad.net/sephora/0.2/0.2-0
>>
>> (it is a temporary solution, so I hope to move to a better location in a
>> few of days, may be to Alioth).
>>
>> Another thing: in postinstall command the package give the command:
>> update-menus
>> If someone report problem after this command, please report as soon here,
>> so we can avoid to create problem to other users.
>>
>> Have you all a nice day.
>> Michele Renda
>>
>>
>> _______________________________________________
>> Openmoko community mailing list
>> community at lists.openmoko.org
>> http://lists.openmoko.org/mailman/listinfo/community
>>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.openmoko.org/pipermail/community/attachments/20090201/c2ca0813/attachment.htm 


More information about the community mailing list