Re: [Zeitgeist] [Merge] lp:~jbicha/activity-log-manager/search-and-security-only-for-ccpanel into lp:activity-log-manager

2013-07-20 Thread मनीष सिन्हा
Review: Needs Fixing

Looks like there is some issue. Install it and run it with gdb
 gdb gnome-control-center

System Settings open, click on Privacy and the whole UI freezes. Then after 
sometime, this error appears

Program received signal SIGTRAP, Trace/breakpoint trap.
0xb7650919 in g_logv (log_domain=log_domain@entry=0xb7882798 GLib-GIO, 
log_level=optimized out, log_level@entry=G_LOG_LEVEL_ERROR, 
format=format@entry=0xb789cd5c Settings schema '%s' does not contain a key 
named '%s', args=args@entry=0xbfffdabc \b\270\071\200\331\351, incomplete 
sequence \364\265)
at gmessages.c:989
989 G_BREAKPOINT ();
(gdb) bt
#0  0xb7650919 in g_logv (log_domain=log_domain@entry=0xb7882798 GLib-GIO, 
log_level=optimized out, log_level@entry=G_LOG_LEVEL_ERROR, 
format=format@entry=0xb789cd5c Settings schema '%s' does not contain a key 
named '%s', args=args@entry=0xbfffdabc \b\270\071\200\331\351, incomplete 
sequence \364\265)
at gmessages.c:989
#1  0xb7650a23 in g_log (log_domain=log_domain@entry=0xb7882798 GLib-GIO, 
log_level=log_level@entry=G_LOG_LEVEL_ERROR, 
format=format@entry=0xb789cd5c Settings schema '%s' does not contain a key 
named '%s') at gmessages.c:1025
#2  0xb7834730 in g_settings_schema_get_value (schema=schema@entry=0x9070e660, 
key=key@entry=0xb5f4e9d9 ubuntu-lock-on-suspend) at gsettingsschema.c:640
#3  0xb78348e8 in g_settings_schema_key_init (key=optimized out, 
key@entry=0x80355cb0, schema=optimized out, name=optimized out, 
name@entry=0xb5f4e9d9 ubuntu-lock-on-suspend)
at gsettingsschema.c:751
#4  0xb783a3c8 in g_settings_bind_with_mapping 
(settings=settings@entry=0x802f2090, key=key@entry=0xb5f4e9d9 
ubuntu-lock-on-suspend, object=object@entry=0x80347af8, 
property=property@entry=0xb5f4e654 active, flags=G_SETTINGS_BIND_DEFAULT, 
get_mapping=0x0, set_mapping=0x0, user_data=user_data@entry=0x0, 
destroy=destroy@entry=0x0) at gsettings.c:2599
#5  0xb783a8e6 in g_settings_bind (settings=0x802f2090, 
key=key@entry=0xb5f4e9d9 ubuntu-lock-on-suspend, 
object=object@entry=0x80347af8, property=property@entry=0xb5f4e654 active, 
flags=optimized out, flags@entry=G_SETTINGS_BIND_DEFAULT) at 
gsettings.c:2543
#6  0xb5f35dce in alm_security_widget_set_up_ui (self=self@entry=0x8006bd38) at 
security-widget.c:406
#7  0xb5f364db in alm_security_widget_construct (object_type=2151247960) at 
security-widget.c:110
#8  0xb5f3658c in alm_security_widget_new () at security-widget.c:116
#9  0xb5f4ab97 in alm_main_window_panel_init (self=0x803018b8) at alm-cc.c:72

-- 
https://code.launchpad.net/~jbicha/activity-log-manager/search-and-security-only-for-ccpanel/+merge/174119
Your team Activity Log Manager is subscribed to branch lp:activity-log-manager.

___
Mailing list: https://launchpad.net/~zeitgeist
Post to : zeitgeist@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zeitgeist
More help   : https://help.launchpad.net/ListHelp


Re: [Zeitgeist] [Merge] lp:~jbicha/activity-log-manager/add-apps-drop-spreadsheets-presentations into lp:activity-log-manager

2013-07-20 Thread Jeremy Bicha
Yes, Zeitgeist can handle Spreadsheets separately than Presentations but I 
can't think of a good reason why a typical user wouldn't just want a single 
toggle for all document types.

I used zg's data/ontology/nfo.trig to see that Spreadsheets and Presentations 
are subclasses of Documents anyway (as are several other document types that we 
don't have toggles for).
-- 
https://code.launchpad.net/~jbicha/activity-log-manager/add-apps-drop-spreadsheets-presentations/+merge/174096
Your team Activity Log Manager is subscribed to branch lp:activity-log-manager.

___
Mailing list: https://launchpad.net/~zeitgeist
Post to : zeitgeist@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zeitgeist
More help   : https://help.launchpad.net/ListHelp


Re: [Zeitgeist] [Merge] lp:~jbicha/activity-log-manager/search-and-security-only-for-ccpanel into lp:activity-log-manager

2013-07-20 Thread Jeremy Bicha
I can't duplicate that problem and I don't think this merge proposal makes many 
changes to the code. Which version of gnome-screensaver do you have installed? 
Because your gdb output seems to say something about a missing 
ubuntu-lock-on-suspend gsettings key? I've never really learned how to use gdb 
though.

$ XDG_CURRENT_DESKTOP=Unity gdb gnome-control-center
GNU gdb (GDB) 7.5.91.20130417-cvs-ubuntu
Copyright (C) 2013 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type show copying
and show warranty for details.
This GDB was configured as x86_64-linux-gnu.
For bug reporting instructions, please see:
http://www.gnu.org/software/gdb/bugs/...
Reading symbols from /usr/bin/gnome-control-center...(no debugging symbols 
found)...done.
(gdb) start
Temporary breakpoint 1 at 0x71c0
Starting program: /usr/bin/gnome-control-center 
[Thread debugging using libthread_db enabled]
Using host libthread_db library /lib/x86_64-linux-gnu/libthread_db.so.1.

Temporary breakpoint 1, 0xb1c0 in main ()
(gdb) step
Single stepping until exit from function main,
which has no line number information.
[New Thread 0x7fffeedc7700 (LWP 22969)]
[New Thread 0x7fffb30c5700 (LWP 22970)]
[New Thread 0x7fffb28c4700 (LWP 22971)]
[New Thread 0x7fffb1c22700 (LWP 22973)]
[Thread 0x7fffb28c4700 (LWP 22971) exited]
[New Thread 0x7fffb28c4700 (LWP 22998)]
[New Thread 0x7fffb1421700 (LWP 22999)]
[New Thread 0x7fffb0c20700 (LWP 23000)]
[New Thread 0x7fffa3fff700 (LWP 23001)]

** (gnome-control-center:22938): CRITICAL **: gee_abstract_map_set: assertion 
'self != NULL' failed

** (gnome-control-center:22938): CRITICAL **: gee_abstract_map_set: assertion 
'self != NULL' failed

** (gnome-control-center:22938): CRITICAL **: gee_abstract_map_set: assertion 
'self != NULL' failed

** (gnome-control-center:22938): CRITICAL **: gee_abstract_map_set: assertion 
'self != NULL' failed

** (gnome-control-center:22938): CRITICAL **: gee_abstract_map_set: assertion 
'self != NULL' failed

** (gnome-control-center:22938): CRITICAL **: gee_abstract_map_set: assertion 
'self != NULL' failed

** (gnome-control-center:22938): CRITICAL **: gee_abstract_map_set: assertion 
'self != NULL' failed

** (gnome-control-center:22938): CRITICAL **: gee_abstract_map_set: assertion 
'self != NULL' failed
[New Thread 0x7fffa37fe700 (LWP 23002)]
[New Thread 0x7fffa2ffd700 (LWP 23003)]
[New Thread 0x7fffa27fc700 (LWP 23004)]
[New Thread 0x7fffa1ffb700 (LWP 23005)]

** (gnome-control-center:22938): CRITICAL **: gee_abstract_map_has_key: 
assertion 'self != NULL' failed

** (gnome-control-center:22938): CRITICAL **: gee_abstract_map_has_key: 
assertion 'self != NULL' failed

** (gnome-control-center:22938): CRITICAL **: gee_abstract_map_has_key: 
assertion 'self != NULL' failed

** (gnome-control-center:22938): CRITICAL **: gee_abstract_map_has_key: 
assertion 'self != NULL' failed
Error setting crash reporting: 
GDBus.Error:org.freedesktop.DBus.Error.AuthFailed: Not authorized.
Error setting metrics reporting: 
GDBus.Error:org.freedesktop.DBus.Error.AuthFailed: Not authorized.
Error setting crash reporting: 
GDBus.Error:org.freedesktop.DBus.Error.AuthFailed: Not authorized.
Error setting metrics reporting: 
GDBus.Error:org.freedesktop.DBus.Error.AuthFailed: Not authorized.

(gnome-control-center:22938): GLib-GObject-CRITICAL **: g_object_unref: 
assertion 'G_IS_OBJECT (object)' failed
0x7581eea5 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
(gdb) quit
A debugging session is active.

Inferior 1 [process 22938] will be killed.

Quit anyway? (y or n) y
-- 
https://code.launchpad.net/~jbicha/activity-log-manager/search-and-security-only-for-ccpanel/+merge/174119
Your team Activity Log Manager is subscribed to branch lp:activity-log-manager.

___
Mailing list: https://launchpad.net/~zeitgeist
Post to : zeitgeist@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zeitgeist
More help   : https://help.launchpad.net/ListHelp


Re: [Zeitgeist] [Merge] lp:~ev/activity-log-manager/split-out-diagnostics-service into lp:activity-log-manager

2013-07-20 Thread Evan Dandrea
I just tried merging it against lp:activity-log-manager locally and it went 
fine. It'd also show conflicts here if there were some.

I've merged the branch against tip and updated the references in POTFILES.in. 
make distcheck is now working fine locally.
-- 
https://code.launchpad.net/~ev/activity-log-manager/split-out-diagnostics-service/+merge/175820
Your team Activity Log Manager is subscribed to branch lp:activity-log-manager.

___
Mailing list: https://launchpad.net/~zeitgeist
Post to : zeitgeist@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zeitgeist
More help   : https://help.launchpad.net/ListHelp