File Manager module encountered error while loading

Bug #1073795 reported by Swarnendu Biswas
70
This bug affects 10 people
Affects Status Importance Assigned to Milestone
Ubuntu Tweak
Fix Released
Medium
Ding Zhou

Bug Description

Hi,

I am facing an error because the file manager fails to load. I am using version 0.8.1 and Ubuntu 12.10. My Gnome version is 3.6.1, and nautilus 3.6.1. The error message I received is as the follows:

Distribution: Ubuntu 12.10 quantal
Application: Ubuntu Tweak 0.8.1-1~precise1
Desktop:ubuntu

Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/ubuntutweak/main.py", line 500, in _load_module
    page = module()
  File "/usr/lib/python2.7/dist-packages/ubuntutweak/tweaks/nautilus.py", line 49, in __init__
    backend="gsettings")
ValueError: need more than 1 value to unpack

The error cause is probably different than bug #363208, so I am reporting a new issue.

Revision history for this message
Ding Zhou (tualatrix) wrote :

Hello, Thanks for your report. Could you open your terminal, run this command and give me the result?

python -c 'from ubuntutweak.factory import WidgetFactory;print WidgetFactory.create("CheckButton",label="ok",enable_reset=True,key="org.gnome.nautilus.preferences.show-advanced-permissions",backend="gsettings")'

Revision history for this message
Swarnendu Biswas (swarna-cse) wrote :

Hi Ding,

I ran the command and here is the output that I got:

$ python -c 'from ubuntutweak.factory import WidgetFactory; print WidgetFactory.create("CheckButton",label="ok",enable_reset=True,key="org.gnome.nautilus.preferences.show-advanced-permissions",backend="gsettings")'
compizconfig - Info: Backend : gsettings
compizconfig - Info: Integration : true
compizconfig - Info: Profile : unity
[GSetting][ERROR] No key (show-advanced-permissions) for schema org.gnome.nautilus.preferences (gsettings.py:29)
[GSetting][ERROR] "unknown key: 'show-advanced-permissions'" (gsettings.py:38)
[factory][ERROR]
Distribution: Ubuntu 12.10 quantal
Application: Ubuntu Tweak 0.8.1-1~precise1
Desktop:ubuntu

Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/ubuntutweak/factory.py", line 106, in do_create
    reverse=reverse)
  File "/usr/lib/python2.7/dist-packages/ubuntutweak/gui/widgets.py", line 161, in __init__
    self.set_tooltip_text(_('Reset setting to default value: %s') % self.get_default_value())
  File "/usr/lib/python2.7/dist-packages/ubuntutweak/gui/widgets.py", line 164, in get_default_value
    schema_value = self._setting.get_schema_value()
  File "/usr/lib/python2.7/dist-packages/ubuntutweak/settings/gsettings.py", line 75, in get_schema_value
    raise NotImplemented
TypeError: exceptions must be old-style classes or derived from BaseException, not NotImplementedType
 (factory.py:114)
<CheckButton with key: show-advanced-permissions>

Ding Zhou (tualatrix)
Changed in ubuntu-tweak:
milestone: none → 0.8.3
assignee: nobody → Ding Zhou (tualatrix)
importance: Undecided → Medium
status: New → Confirmed
Ding Zhou (tualatrix)
Changed in ubuntu-tweak:
status: Confirmed → Fix Committed
Ding Zhou (tualatrix)
Changed in ubuntu-tweak:
status: Fix Committed → Fix Released
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.