Ubuntu Pastebin

Paste from flocculant at Mon, 28 Mar 2016 11:04:31 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
test@wolf:~$ mugshot -vv
DEBUG:mugshot: set_up_logging() 'logging enabled'
DEBUG:mugshot_lib: connect_signals() 'connect builder by design 'crop_center', 'toggled', 'on_crop_changed''
DEBUG:mugshot_lib: connect_signals() 'connect builder by design 'crop_left', 'toggled', 'on_crop_changed''
DEBUG:mugshot_lib: connect_signals() 'connect builder by design 'crop_right', 'toggled', 'on_crop_changed''
DEBUG:mugshot_lib: connect_signals() 'connect builder by design 'image_from_stock', 'activate', 'on_image_from_stock_activate''
DEBUG:mugshot_lib: connect_signals() 'connect builder by design 'image_from_camera', 'activate', 'on_menu_camera_activate''
DEBUG:mugshot_lib: connect_signals() 'connect builder by design 'image_from_browse', 'activate', 'on_image_from_browse_activate''
DEBUG:mugshot_lib: connect_signals() 'connect builder by design 'image_remove', 'activate', 'on_image_remove_activate''
DEBUG:mugshot_lib: connect_signals() 'connect builder by design 'first_name', 'activate', 'entry_focus_next''
DEBUG:mugshot_lib: connect_signals() 'connect builder by design 'last_name', 'activate', 'entry_focus_next''
DEBUG:mugshot_lib: connect_signals() 'connect builder by design 'initials', 'activate', 'entry_focus_next''
DEBUG:mugshot_lib: connect_signals() 'connect builder by design 'initials', 'grab-focus', 'initials_entry_focused''
DEBUG:mugshot_lib: connect_signals() 'connect builder by design 'home_phone', 'activate', 'entry_focus_next''
DEBUG:mugshot_lib: connect_signals() 'connect builder by design 'home_phone', 'changed', 'filter_numbers''
DEBUG:mugshot_lib: connect_signals() 'connect builder by design 'email', 'activate', 'entry_focus_next''
DEBUG:mugshot_lib: connect_signals() 'connect builder by design 'office_phone', 'activate', 'entry_focus_next''
DEBUG:mugshot_lib: connect_signals() 'connect builder by design 'office_phone', 'changed', 'filter_numbers''
DEBUG:mugshot_lib: connect_signals() 'connect builder by design 'fax', 'changed', 'filter_numbers''
DEBUG:mugshot_lib: connect_signals() 'connect builder by design 'help_button', 'clicked', 'on_help_activate''
DEBUG:mugshot_lib: connect_signals() 'connect builder by design 'cancel_button', 'clicked', 'on_cancel_button_clicked''
DEBUG:mugshot_lib: connect_signals() 'connect builder by design 'apply_button', 'clicked', 'on_apply_button_clicked''
DEBUG:mugshot_lib: connect_signals() 'connect builder by design 'filechooserdialog', 'update-preview', 'on_filechooserdialog_update_preview''
DEBUG:mugshot_lib: connect_signals() 'connect builder by design 'stock_browser', 'delete-event', 'on_stock_browser_delete_event''
DEBUG:mugshot_lib: connect_signals() 'connect builder by design 'stock_iconview', 'item-activated', 'on_stock_iconview_item_activated''
DEBUG:mugshot_lib: connect_signals() 'connect builder by design 'stock_iconview', 'selection-changed', 'on_stock_iconview_selection_changed''
DEBUG:mugshot_lib: connect_signals() 'connect builder by design 'stock_cancel', 'clicked', 'on_stock_cancel_clicked''
DEBUG:mugshot_lib: connect_signals() 'connect builder by design 'stock_ok', 'clicked', 'on_stock_ok_clicked''
DEBUG:mugshot_lib: do_connect() 'connect builder by name 'mugshot_window','destroy', 'on_destroy''
DEBUG:mugshot_lib: do_connect() 'connect builder by name 'stock_browser','delete_event', 'on_stock_browser_delete_event''
DEBUG:mugshot_lib: do_connect() 'connect builder by name 'stock_iconview','selection_changed', 'on_stock_iconview_selection_changed''
DEBUG:mugshot_lib: do_connect() 'connect builder by name 'stock_iconview','item_activated', 'on_stock_iconview_item_activated''
DEBUG:mugshot_lib: log_unconnected_functions() 'Not connected to builder 'on_preferences_changed''
DEBUG:mugshot_lib: log_unconnected_functions() 'Not connected to builder 'on_camera_dialog_apply''
DEBUG:mugshot: get_camera_installed() 'Camera not detected at /dev/video0'
DEBUG:mugshot: init_user_details() 'Checking for ~/.face profile image'
DEBUG:mugshot: init_user_details() 'Checking AccountsService for profile image'
DEBUG:mugshot: init_user_details() 'Found profile image: /home/test/.face'
DEBUG:mugshot: set_user_image() 'Setting user profile image to None'
DEBUG:mugshot: get_passwd_data() 'Found details: test:x:1001:1001:test,,,,:/home/test:/bin/bash'
DEBUG:mugshot: init_user_details() 'Populating entries'
DEBUG:mugshot: on_image_from_browse_activate() 'Selected /tmp/tmp_2qc0w9d'
DEBUG:mugshot: set_user_image() 'Setting user profile image to /tmp/tmp_2qc0w9d'
DEBUG:mugshot: on_apply_button_clicked() 'Applying changes...'
DEBUG:mugshot: get_chfn_details_updated() 'Checking if chfn details have been modified.'
DEBUG:mugshot: get_chfn_details_updated() 'chfn details have been modified.'
Gtk-Message: GtkDialog mapped without a transient parent. This is discouraged.
Download as text