Nautilus and Security setting report same error

Bug #962339 reported by Tom Lamparty
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Ubuntu Tweak
New
Undecided
Unassigned

Bug Description

Don't know if this is connected but source manager is presently hung while doing a refresh!

Distribution: Ubuntu 11.10 oneiric
Application: Ubuntu Tweak 0.7.0-0~bzr1727+20120322~oneiric1
Desktop:gnome-classic

Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/ubuntutweak/main.py", line 434, in _load_module
    page = module()
  File "/usr/lib/python2.7/dist-packages/ubuntutweak/tweaks/nautilus.py", line 45, in __init__
    backend="gsettings")))
  File "/usr/lib/python2.7/dist-packages/ubuntutweak/gui/containers.py", line 47, in __init__
    if widget.get_parent():
AttributeError: 'tuple' object has no attribute 'get_parent'

Running Ubuntu 11.10 32 bit with Gnome panel installed classic interface

Distribution: Ubuntu 11.10 oneiric
Application: Ubuntu Tweak 0.7.0-0~bzr1727+20120322~oneiric1
Desktop:gnome-classic

tom@tom-FB71:~$ ubuntu-tweak -d
[app][DEBUG] Distribution: Ubuntu 11.10 oneiric
Application: Ubuntu Tweak 0.7.0-0~bzr1727+20120322~oneiric1
Desktop:gnome-classic (main.py:252)
[GSetting][DEBUG] Try to get type for value: [('name', 'recently-used'), ('type', 'as')] (gsettings.py:67)
[GSetting][DEBUG] Try to get type for value: [('name', 'clips'), ('type', 'as')] (gsettings.py:67)
[GSetting][DEBUG] Try to get type for value: [('name', 'tweaks'), ('type', 'as')] (gsettings.py:67)
[GSetting][DEBUG] Try to get type for value: [('name', 'admins'), ('type', 'as')] (gsettings.py:67)
[GSetting][DEBUG] Try to get type for value: [('name', 'auto-backup'), ('type', 'b')] (gsettings.py:67)
[GSetting][DEBUG] Try to get type for value: [('name', 'window-size'), ('type', '(ii)')] (gsettings.py:67)
[GSetting][DEBUG] Try to get type for value: [('name', 'last-clip-location'), ('type', 's')] (gsettings.py:67)
[GSetting][DEBUG] Try to get type for value: [('name', 'appcenter-has-update'), ('type', 'b')] (gsettings.py:67)
[GSetting][DEBUG] Try to get type for value: [('name', 'appcenter-version'), ('type', 's')] (gsettings.py:67)
[GSetting][DEBUG] Got the schema_default: [] for key: com.ubuntu-tweak.tweak.tweaks (gsettings.py:99)
[app][DEBUG] Loading modules... (main.py:185)
[ModuleLoader][INFO] Loading system modules for tweaks... (__init__.py:53)
[ModuleLoader][DEBUG] Try to load module: compiz (__init__.py:149)
Checking if settings need to be migrated ...no
Checking if internal files need to be migrated ...no
Backend : gconf
Integration : true
Profile : unity
Adding plugins
Skipping upgrade com.canonical.unity.unity.01.upgrade
Skipping upgrade com.canonical.unity.unity.02.upgrade
Initializing core options...done
[ModuleLoader][DEBUG] Try to load module: theme (__init__.py:149)

(ubuntu-tweak:16379): GConf-WARNING **: : You can't use a GConfEngine that has an active GConfClient wrapper object. Use GConfClient API instead.

(ubuntu-tweak:16379): GConf-WARNING **: : You can't use a GConfEngine that has an active GConfClient wrapper object. Use GConfClient API instead.
Checking if settings need to be migrated ...no
Checking if internal files need to be migrated ...no
Backend : gconf
Integration : true
Profile : unity
Adding plugins
Skipping upgrade com.canonical.unity.unity.01.upgrade
Skipping upgrade com.canonical.unity.unity.02.upgrade
Initializing core options...done
[ModuleLoader][DEBUG] is_supported_distro (__init__.py:212)
[ModuleLoader][DEBUG] Try to load module: ccm (__init__.py:149)
[ModuleLoader][DEBUG] Try to load module: nautilus (__init__.py:149)
[ModuleLoader][DEBUG] is_supported_distro (__init__.py:212)
[ModuleLoader][DEBUG] Try to load module: session (__init__.py:149)
[ModuleLoader][DEBUG] Try to load module: icons (__init__.py:149)
[ModuleLoader][DEBUG] is_supported_distro (__init__.py:212)
[ModuleLoader][DEBUG] Try to load module: fonts (__init__.py:149)
[ModuleLoader][DEBUG] is_supported_distro (__init__.py:212)
[ModuleLoader][DEBUG] Try to load module: loginsettings (__init__.py:149)
[ModuleLoader][DEBUG] is_supported_distro (__init__.py:212)
[ModuleLoader][DEBUG] Try to load module: window (__init__.py:149)
[GconfSetting][DEBUG] Got the schema_default: None for key: /apps/metacity/general/button_layout (gconfsettings.py:27)
[ModuleLoader][DEBUG] is_supported_distro (__init__.py:212)
[ModuleLoader][DEBUG] Try to load module: sound (__init__.py:149)
[ModuleLoader][DEBUG] is_supported_distro (__init__.py:212)
[ModuleLoader][DEBUG] Try to load module: unity (__init__.py:149)
[ModuleLoader][DEBUG] Try to load module: lockdown (__init__.py:149)
[ModuleLoader][DEBUG] is_supported_distro (__init__.py:212)
[ModuleLoader][DEBUG] Try to load module: workarounds (__init__.py:149)
[ModuleLoader][DEBUG] is_supported_distro (__init__.py:212)
[ModuleLoader][DEBUG] Try to load module: misc (__init__.py:149)
[ModuleLoader][DEBUG] is_supported_distro (__init__.py:212)
[ModuleLoader][INFO] Loading user extensions for tweaks... (__init__.py:63)
[app][INFO] Creating ModuleButton: <class 'fonts.Fonts'> (main.py:55)
[app][INFO] Creating ModuleButton: <class 'misc.Misc'> (main.py:55)
[app][INFO] Creating ModuleButton: <class 'sound.Sound'> (main.py:55)
[app][INFO] Creating ModuleButton: <class 'theme.Theme'> (main.py:55)
[app][INFO] Creating ModuleButton: <class 'loginsettings.LoginSettings'> (main.py:55)
[app][INFO] Creating ModuleButton: <class 'icons.Icons'> (main.py:55)
[app][INFO] Creating ModuleButton: <class 'window.Window'> (main.py:55)
[app][INFO] Creating ModuleButton: <class 'nautilus.Nautilus'> (main.py:55)
[app][INFO] Creating ModuleButton: <class 'lockdown.LockDown'> (main.py:55)
[app][INFO] Creating ModuleButton: <class 'workarounds.Workarounds'> (main.py:55)
[app][DEBUG] <function rebuild_boxes at 0x87b2e2c>: (debug.py:177)
[app][DEBUG] args-1: <FeaturePage: tweaks> (debug.py:179)
[app][DEBUG] <function rebuild_table at 0x87b2ca4>: (debug.py:177)
[app][DEBUG] args-1: <CategoryBox with name: Appearance> (debug.py:179)
[app][DEBUG] args-2: -1 (debug.py:179)
[app][DEBUG] <function rebuild_table at 0x87b2ca4>: (debug.py:177)
[app][DEBUG] args-1: <CategoryBox with name: Startup> (debug.py:179)
[app][DEBUG] args-2: -1 (debug.py:179)
[app][DEBUG] <function rebuild_table at 0x87b2ca4>: (debug.py:177)
[app][DEBUG] args-1: <CategoryBox with name: Desktop> (debug.py:179)
[app][DEBUG] args-2: -1 (debug.py:179)
[app][DEBUG] <function rebuild_table at 0x87b2ca4>: (debug.py:177)
[app][DEBUG] args-1: <CategoryBox with name: System> (debug.py:179)
[app][DEBUG] args-2: -1 (debug.py:179)
[GSetting][DEBUG] Got the schema_default: [] for key: com.ubuntu-tweak.tweak.admins (gsettings.py:99)
[app][DEBUG] Loading modules... (main.py:185)
[ModuleLoader][INFO] Loading system modules for admins... (__init__.py:53)
[ModuleLoader][DEBUG] Try to load module: desktoprecovery (__init__.py:149)
[ModuleLoader][DEBUG] is_supported_distro (__init__.py:212)
[ModuleLoader][DEBUG] Try to load module: userdir (__init__.py:149)
[ModuleLoader][DEBUG] is_supported_distro (__init__.py:212)
[ModuleLoader][DEBUG] Try to load module: shortcuts (__init__.py:149)

(ubuntu-tweak:16379): GConf-WARNING **: : You can't use a GConfEngine that has an active GConfClient wrapper object. Use GConfClient API instead.

(ubuntu-tweak:16379): GConf-WARNING **: : You can't use a GConfEngine that has an active GConfClient wrapper object. Use GConfClient API instead.
Checking if settings need to be migrated ...no
Checking if internal files need to be migrated ...no
Backend : gconf
Integration : true
Profile : unity
Adding plugins
Skipping upgrade com.canonical.unity.unity.01.upgrade
Skipping upgrade com.canonical.unity.unity.02.upgrade
Initializing core options...done
[ModuleLoader][DEBUG] is_supported_distro (__init__.py:212)
[ModuleLoader][DEBUG] Try to load module: filetypemanager (__init__.py:149)
[ModuleLoader][DEBUG] is_supported_distro (__init__.py:212)
[ModuleLoader][DEBUG] Try to load module: appcenter (__init__.py:149)
[GSetting][DEBUG] Got the schema_default: False for key: com.ubuntu-tweak.tweak.appcenter-has-update (gsettings.py:99)
[GSetting][DEBUG] Got the schema_default: for key: com.ubuntu-tweak.tweak.appcenter-version (gsettings.py:99)
[ModuleLoader][DEBUG] is_supported_distro (__init__.py:212)
[ModuleLoader][DEBUG] Try to load module: scripts (__init__.py:149)
[ModuleLoader][DEBUG] Try to load module: sourceeditor (__init__.py:149)
[ModuleLoader][DEBUG] is_supported_distro (__init__.py:212)
[ModuleLoader][DEBUG] Try to load module: templates (__init__.py:149)
[ModuleLoader][DEBUG] is_supported_distro (__init__.py:212)
[ModuleLoader][DEBUG] Try to load module: sourcecenter (__init__.py:149)
[GSetting][DEBUG] Got the schema_default: False for key: com.ubuntu-tweak.tweak.appcenter-has-update (gsettings.py:99)
[GSetting][DEBUG] Got the schema_default: for key: com.ubuntu-tweak.tweak.appcenter-version (gsettings.py:99)
[GSetting][DEBUG] Try to get type for value: [('name', 'disable-warning'), ('type', 'b')] (gsettings.py:67)
[GSetting][DEBUG] Try to get type for value: [('name', 'apps-can-update'), ('type', 'b')] (gsettings.py:67)
[GSetting][DEBUG] Try to get type for value: [('name', 'apps-version'), ('type', 's')] (gsettings.py:67)
[GSetting][DEBUG] Try to get type for value: [('name', 'sources-can-update'), ('type', 'b')] (gsettings.py:67)
[GSetting][DEBUG] Try to get type for value: [('name', 'sources-version'), ('type', 's')] (gsettings.py:67)
[GSetting][DEBUG] Got the schema_default: False for key: com.ubuntu-tweak.apps.disable-warning (gsettings.py:99)
[GSetting][DEBUG] Got the schema_default: False for key: com.ubuntu-tweak.apps.sources-can-update (gsettings.py:99)
[GSetting][DEBUG] Got the schema_default: for key: com.ubuntu-tweak.apps.sources-version (gsettings.py:99)
[ModuleLoader][DEBUG] is_supported_distro (__init__.py:212)
[ModuleLoader][INFO] Loading user extensions for admins... (__init__.py:63)
[app][INFO] Creating ModuleButton: <class 'sourcecenter.SourceCenter'> (main.py:55)
[app][INFO] Creating ModuleButton: <class 'desktoprecovery.DesktopRecovery'> (main.py:55)
[app][INFO] Creating ModuleButton: <class 'userdir.UserDir'> (main.py:55)
[app][INFO] Creating ModuleButton: <class 'shortcuts.Shortcuts'> (main.py:55)
[app][INFO] Creating ModuleButton: <class 'filetypemanager.FileTypeManager'> (main.py:55)
[app][INFO] Creating ModuleButton: <class 'sourceeditor.SourceEditor'> (main.py:55)
[app][DEBUG] <function rebuild_boxes at 0x87b2e2c>: (debug.py:177)
[app][DEBUG] args-1: <FeaturePage: admins> (debug.py:179)
[app][DEBUG] <function rebuild_table at 0x87b2ca4>: (debug.py:177)
[app][DEBUG] args-1: <CategoryBox with name: Applications> (debug.py:179)
[app][DEBUG] args-2: -1 (debug.py:179)
[app][DEBUG] <function rebuild_table at 0x87b2ca4>: (debug.py:177)
[app][DEBUG] args-1: <CategoryBox with name: Desktop> (debug.py:179)
[app][DEBUG] args-2: -1 (debug.py:179)
[app][DEBUG] <function rebuild_table at 0x87b2ca4>: (debug.py:177)
[app][DEBUG] args-1: <CategoryBox with name: Personal> (debug.py:179)
[app][DEBUG] args-2: -1 (debug.py:179)
[app][DEBUG] <function rebuild_table at 0x87b2ca4>: (debug.py:177)
[app][DEBUG] args-1: <CategoryBox with name: System> (debug.py:179)
[app][DEBUG] args-2: -1 (debug.py:179)
[GSetting][DEBUG] Got the schema_default: [] for key: com.ubuntu-tweak.tweak.recently-used (gsettings.py:99)
[GSetting][DEBUG] Got the schema_default: ['HardwareInfo', 'SystemInfo', 'CleanerInfo', 'UpdateInfo'] for key: com.ubuntu-tweak.tweak.clips (gsettings.py:99)
[ClipPage][DEBUG] Load clips, do_remove: False (__init__.py:133)
[ClipPage][DEBUG] All clips to load: ['HardwareInfo', 'SystemInfo', 'CleanerInfo', 'UpdateInfo'] (__init__.py:141)
[ModuleLoader][INFO] Loading system modules for clips... (__init__.py:53)
[ModuleLoader][DEBUG] Try to load module: userinfo (__init__.py:149)
[ModuleLoader][DEBUG] is_supported_distro (__init__.py:212)
[ModuleLoader][DEBUG] Try to load module: hardwareinfo (__init__.py:149)
[ModuleLoader][DEBUG] is_supported_distro (__init__.py:212)
[ModuleLoader][DEBUG] Try to load module: updateinfo (__init__.py:149)
[ModuleLoader][DEBUG] is_supported_distro (__init__.py:212)
[ModuleLoader][DEBUG] Try to load module: systeminfo (__init__.py:149)
[ModuleLoader][DEBUG] is_supported_distro (__init__.py:212)
[ModuleLoader][DEBUG] Try to load module: cleanerinfo (__init__.py:149)
[ModuleLoader][DEBUG] is_supported_distro (__init__.py:212)
[ModuleLoader][INFO] Loading user extensions for clips... (__init__.py:63)
[ClipPage][DEBUG] Load clip: HardwareInfo (__init__.py:149)
[ClipPage][DEBUG] Load clip: SystemInfo (__init__.py:149)
[ClipPage][DEBUG] Load clip: CleanerInfo (__init__.py:149)
[ClipPage][DEBUG] Load clip: UpdateInfo (__init__.py:149)
[ClipPage][DEBUG] Overview page: setup_recently_used, 10 used items found (__init__.py:164)
[ModuleLoader][INFO] Loading module "Workarounds" for "tweaks"... (__init__.py:107)
[ModuleLoader][INFO] Loading module "Window" for "tweaks"... (__init__.py:107)
[ModuleLoader][INFO] Loading module "SourceCenter" for "admins"... (__init__.py:107)
[ModuleLoader][INFO] Loading module "Icons" for "tweaks"... (__init__.py:107)
[ModuleLoader][INFO] Loading module "LoginSettings" for "tweaks"... (__init__.py:107)
[ModuleLoader][INFO] Loading module "Theme" for "tweaks"... (__init__.py:107)
[ModuleLoader][INFO] Loading module "Misc" for "tweaks"... (__init__.py:107)
[ModuleLoader][INFO] Loading module "Fonts" for "tweaks"... (__init__.py:107)
[ModuleLoader][INFO] Loading module "Sound" for "tweaks"... (__init__.py:107)
[ModuleLoader][INFO] Loading module "SourceEditor" for "admins"... (__init__.py:107)
[GSetting][DEBUG] Try to get type for value: [('name', 'plugins'), ('type', 'as')] (gsettings.py:67)
[GSetting][DEBUG] Try to get type for value: [('name', 'auto-scan'), ('type', 'b')] (gsettings.py:67)
[GSetting][DEBUG] Try to get type for value: [('name', 'janitor-view-width'), ('type', 'i')] (gsettings.py:67)
[GSetting][DEBUG] Got the schema_default: True for key: com.ubuntu-tweak.janitor.auto-scan (gsettings.py:99)
[GSetting][DEBUG] Got the schema_default: [] for key: com.ubuntu-tweak.janitor.plugins (gsettings.py:99)
[GSetting][DEBUG] Got the schema_default: 0 for key: com.ubuntu-tweak.janitor.janitor-view-width (gsettings.py:99)
[GSetting][DEBUG] Got the schema_default: ['HardwareInfo', 'SystemInfo', 'CleanerInfo', 'UpdateInfo'] for key: com.ubuntu-tweak.tweak.clips (gsettings.py:99)
[GSetting][DEBUG] Got the schema_default: [] for key: com.ubuntu-tweak.tweak.tweaks (gsettings.py:99)
[GSetting][DEBUG] Got the schema_default: [] for key: com.ubuntu-tweak.tweak.admins (gsettings.py:99)
[GSetting][DEBUG] Got the schema_default: [] for key: com.ubuntu-tweak.janitor.plugins (gsettings.py:99)
[GSetting][DEBUG] Got the schema_default: for key: com.ubuntu-tweak.tweak.last-clip-location (gsettings.py:99)
[GSetting][DEBUG] Got the schema_default: [] for key: com.ubuntu-tweak.tweak.recently-used (gsettings.py:99)
[ClipPage][DEBUG] on_recently_scrolled_window_size_allocate, max_height: 353 (__init__.py:197)
[app][DEBUG] <function rebuild_boxes at 0x87b2e2c>: (debug.py:177)
[app][DEBUG] args-1: <FeaturePage: tweaks> (debug.py:179)
[app][DEBUG] args-2: <FeaturePage: tweaks> (debug.py:179)
[app][DEBUG] args-3: <CairoRectangleInt at 0xbfe3829c> (debug.py:179)
[app][DEBUG] <function rebuild_table at 0x87b2ca4>: (debug.py:177)
[app][DEBUG] args-1: <CategoryBox with name: Appearance> (debug.py:179)
[app][DEBUG] args-2: 4 (debug.py:179)
[app][DEBUG] <function rebuild_table at 0x87b2ca4>: (debug.py:177)
[app][DEBUG] args-1: <CategoryBox with name: Startup> (debug.py:179)
[app][DEBUG] args-2: 4 (debug.py:179)
[app][DEBUG] <function rebuild_table at 0x87b2ca4>: (debug.py:177)
[app][DEBUG] args-1: <CategoryBox with name: Desktop> (debug.py:179)
[app][DEBUG] args-2: 4 (debug.py:179)
[app][DEBUG] <function rebuild_table at 0x87b2ca4>: (debug.py:177)
[app][DEBUG] args-1: <CategoryBox with name: System> (debug.py:179)
[app][DEBUG] args-2: 4 (debug.py:179)
[app][DEBUG] <function rebuild_boxes at 0x87b2e2c>: (debug.py:177)
[app][DEBUG] args-1: <FeaturePage: admins> (debug.py:179)
[app][DEBUG] args-2: <FeaturePage: admins> (debug.py:179)
[app][DEBUG] args-3: <CairoRectangleInt at 0xbfe3829c> (debug.py:179)
[app][DEBUG] <function rebuild_table at 0x87b2ca4>: (debug.py:177)
[app][DEBUG] args-1: <CategoryBox with name: Applications> (debug.py:179)
[app][DEBUG] args-2: 4 (debug.py:179)
[app][DEBUG] <function rebuild_table at 0x87b2ca4>: (debug.py:177)
[app][DEBUG] args-1: <CategoryBox with name: Desktop> (debug.py:179)
[app][DEBUG] args-2: 4 (debug.py:179)
[app][DEBUG] <function rebuild_table at 0x87b2ca4>: (debug.py:177)
[app][DEBUG] args-1: <CategoryBox with name: Personal> (debug.py:179)
[app][DEBUG] args-2: 4 (debug.py:179)
[app][DEBUG] <function rebuild_table at 0x87b2ca4>: (debug.py:177)
[app][DEBUG] args-1: <CategoryBox with name: System> (debug.py:179)
[app][DEBUG] args-2: 4 (debug.py:179)
[GSetting][DEBUG] Got the schema_default: (-1, -1) for key: com.ubuntu-tweak.tweak.window-size (gsettings.py:99)
[ClipPage][DEBUG] on_recently_scrolled_window_size_allocate, max_height: 811 (__init__.py:197)
[app][DEBUG] <function rebuild_boxes at 0x87b2e2c>: (debug.py:177)
[app][DEBUG] args-1: <FeaturePage: tweaks> (debug.py:179)
[app][DEBUG] args-2: <FeaturePage: tweaks> (debug.py:179)
[app][DEBUG] args-3: <CairoRectangleInt at 0xbfe3853c> (debug.py:179)
[app][DEBUG] <function rebuild_table at 0x87b2ca4>: (debug.py:177)
[app][DEBUG] args-1: <CategoryBox with name: Appearance> (debug.py:179)
[app][DEBUG] args-2: 7 (debug.py:179)
[app][DEBUG] <function rebuild_table at 0x87b2ca4>: (debug.py:177)
[app][DEBUG] args-1: <CategoryBox with name: Startup> (debug.py:179)
[app][DEBUG] args-2: 7 (debug.py:179)
[app][DEBUG] <function rebuild_table at 0x87b2ca4>: (debug.py:177)
[app][DEBUG] args-1: <CategoryBox with name: Desktop> (debug.py:179)
[app][DEBUG] args-2: 7 (debug.py:179)
[app][DEBUG] <function rebuild_table at 0x87b2ca4>: (debug.py:177)
[app][DEBUG] args-1: <CategoryBox with name: System> (debug.py:179)
[app][DEBUG] args-2: 7 (debug.py:179)
[app][DEBUG] <function rebuild_boxes at 0x87b2e2c>: (debug.py:177)
[app][DEBUG] args-1: <FeaturePage: admins> (debug.py:179)
[app][DEBUG] args-2: <FeaturePage: admins> (debug.py:179)
[app][DEBUG] args-3: <CairoRectangleInt at 0xbfe3853c> (debug.py:179)
[app][DEBUG] <function rebuild_table at 0x87b2ca4>: (debug.py:177)
[app][DEBUG] args-1: <CategoryBox with name: Applications> (debug.py:179)
[app][DEBUG] args-2: 7 (debug.py:179)
[app][DEBUG] <function rebuild_table at 0x87b2ca4>: (debug.py:177)
[app][DEBUG] args-1: <CategoryBox with name: Desktop> (debug.py:179)
[app][DEBUG] args-2: 7 (debug.py:179)
[app][DEBUG] <function rebuild_table at 0x87b2ca4>: (debug.py:177)
[app][DEBUG] args-1: <CategoryBox with name: Personal> (debug.py:179)
[app][DEBUG] args-2: 7 (debug.py:179)
[app][DEBUG] <function rebuild_table at 0x87b2ca4>: (debug.py:177)
[app][DEBUG] args-1: <CategoryBox with name: System> (debug.py:179)
[app][DEBUG] args-2: 7 (debug.py:179)

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.