[Users] [Bug 2947] New: shutdown: The name com.google.code.Awn was not provided by any .service files

noreply at thewildbeast.co.uk noreply at thewildbeast.co.uk
Sat Jun 22 13:56:44 CEST 2013


http://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=2947

            Bug ID: 2947
           Summary: shutdown: The name com.google.code.Awn was not
                    provided by any .service files
    Classification: Unclassified
           Product: Claws Mail
           Version: GIT
          Hardware: Other
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P3
         Component: Other
          Assignee: users at lists.claws-mail.org
          Reporter: kardan at riseup.net

Created attachment 1277
  -->
http://www.thewildbeast.co.uk/claws-mail/bugzilla/attachment.cgi?id=1277&action=edit
claws debug

I found claws quit and looked into the debug log. As it does not crash, there
is no trace. Maybe this is not the reason, as my log is filled with

main.c:891:The name com.google.code.Awn was not provided by any .service files

A) There is a problem connecting to dbus. This can not be the case as claws has
been started via dbus-launch.
B) The library is not found. In deed on this machine is no
http://packages.debian.org/search?searchon=names&keywords=libawn

If you need libawn installed, please add it to the dependencies.

static void dbus_update(FolderItem *removed_item)
{
...
        if (new > 0) {
                buf = g_strdup_printf("%d", new);
                dbus_g_proxy_call(awn_proxy, "SetInfoByName", &error,
                        G_TYPE_STRING, "claws-mail",
                        G_TYPE_STRING, buf,
                        G_TYPE_INVALID, G_TYPE_INVALID);
                g_free(buf);
        } else {
                dbus_g_proxy_call(awn_proxy, "UnsetInfoByName", &error,
G_TYPE_STRING,
                        "claws-mail", G_TYPE_INVALID, G_TYPE_INVALID);
        }
        if (error) {
                debug_print("%s\n", error->message);
                g_error_free(error);
        }

folder.c:4620:Folder wants sync
folder.c:1219:Counting total number of messages...
main.c:891:The name com.google.code.Awn was not provided by any .service files
msgcache.c:275:TIMING msgcache_get_msg_list : 0s000ms
addr_compl.c:683:end_address_completion ref count 0
gtkaspell.c:733:Aspell: Deleting gtkaspeller 0x9ab4770.
gtkaspell.c:754:Aspell: gtkaspeller 0x9ab4770 deleted.
gtkaspell.c:738:Aspell: number of existing checkers 0
gtkaspell.c:472:Aspell: deleting gtkaspell 0x9ab9490
folder.c:1219:Counting total number of messages...
main.c:891:The name com.google.code.Awn was not provided by any .service files
msgcache.c:275:TIMING msgcache_get_msg_list : 0s000ms
hooks.c:90:unregisted hook 1 in 'folder_item_update'
hooks.c:90:unregisted hook 1 in 'folder_update'
main.c:1587:shutting down

It is great, that claws does not crash. Unfortunately there is no clear reason
why it is triggered. Consider adding a trace for any internal errors. Thanks!

-- 
You are receiving this mail because:
You are the assignee for the bug.



More information about the Users mailing list