tweak gave an error when I tried to access compiz settings within the program

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

Bug Description

Distribution: Ubuntu 10.10
Application: Ubuntu Tweak 0.5.7
Desktop: gnome

Traceback (most recent call last):
  File "/usr/lib/python2.6/dist-packages/ubuntutweak/mainwindow.py", line 437, in setup_notebook
    page = module()
  File "/usr/lib/python2.6/dist-packages/ubuntutweak/modules/compiz.py", line 229, in __init__
    self.create_interface()
  File "/usr/lib/python2.6/dist-packages/ubuntutweak/modules/compiz.py", line 247, in create_interface
    hbox.pack_start(self.create_edge_setting(), True, False, 0)
  File "/usr/lib/python2.6/dist-packages/ubuntutweak/modules/compiz.py", line 362, in create_edge_setting
    combobox = self.create_edge_combo_box("TopLeft")
  File "/usr/lib/python2.6/dist-packages/ubuntutweak/modules/compiz.py", line 339, in create_edge_combo_box
    setting = plugin.Display[v]
KeyError: 'toggle_edge'

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

Have you used the Compiz PPA?

tags: added: compiz
Revision history for this message
watgrad (watgrad) wrote : Re: [Bug 671942] Re: tweak gave an error when I tried to access compiz settings within the program

yes - I tried to install compiz from tweak - that was a disaster! I had to
remove it and then reinstall from the software centre. Compiz now runs
fine, but tweak throws this error...

On Sat, Nov 6, 2010 at 9:25 PM, Tualatrix Chou <email address hidden>wrote:

> Have you used the Compiz PPA?
>
> ** Tags added: compiz
>
> --
> tweak gave an error when I tried to access compiz settings within the
> program
> https://bugs.launchpad.net/bugs/671942
> You received this bug notification because you are a direct subscriber
> of the bug.
>
> Status in Ubuntu Tweak: New
>
> Bug description:
> Distribution: Ubuntu 10.10
> Application: Ubuntu Tweak 0.5.7
> Desktop: gnome
>
> Traceback (most recent call last):
> File "/usr/lib/python2.6/dist-packages/ubuntutweak/mainwindow.py", line
> 437, in setup_notebook
> page = module()
> File "/usr/lib/python2.6/dist-packages/ubuntutweak/modules/compiz.py",
> line 229, in __init__
> self.create_interface()
> File "/usr/lib/python2.6/dist-packages/ubuntutweak/modules/compiz.py",
> line 247, in create_interface
> hbox.pack_start(self.create_edge_setting(), True, False, 0)
> File "/usr/lib/python2.6/dist-packages/ubuntutweak/modules/compiz.py",
> line 362, in create_edge_setting
> combobox = self.create_edge_combo_box("TopLeft")
> File "/usr/lib/python2.6/dist-packages/ubuntutweak/modules/compiz.py",
> line 339, in create_edge_combo_box
> setting = plugin.Display[v]
> KeyError: 'toggle_edge'
>
> To unsubscribe from this bug, go to:
> https://bugs.launchpad.net/ubuntu-tweak/+bug/671942/+subscribe
>

Revision history for this message
watgrad (watgrad) wrote :

yes - I tried to install compiz from tweak - that was a disaster! The install was incomplete, compiz wouldn't run, no window manager... I had to remove it and then reinstall from the software centre.
Compiz now runs fine, but tweak throws this error...

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

Sorry to hear that.

So, try to install two packages:

  sudo apt-get install compiz-fusion-plugins-main compiz-fusion-plugins-extra

Then try again.

Revision history for this message
watgrad (watgrad) wrote :

Thanks for your help. Terminal says:
compiz-fusion-plugins-main is already the newest version.
compiz-fusion-plugins-extra is already the newest version.

On Sat, Nov 6, 2010 at 9:55 PM, Tualatrix Chou <email address hidden>wrote:

> Sorry to hear that.
>
> So, try to install two packages:
>
> sudo apt-get install compiz-fusion-plugins-main compiz-fusion-plugins-
> extra
>
> Then try again.
>
> --
> tweak gave an error when I tried to access compiz settings within the
> program
> https://bugs.launchpad.net/bugs/671942
> You received this bug notification because you are a direct subscriber
> of the bug.
>
> Status in Ubuntu Tweak: New
>
> Bug description:
> Distribution: Ubuntu 10.10
> Application: Ubuntu Tweak 0.5.7
> Desktop: gnome
>
> Traceback (most recent call last):
> File "/usr/lib/python2.6/dist-packages/ubuntutweak/mainwindow.py", line
> 437, in setup_notebook
> page = module()
> File "/usr/lib/python2.6/dist-packages/ubuntutweak/modules/compiz.py",
> line 229, in __init__
> self.create_interface()
> File "/usr/lib/python2.6/dist-packages/ubuntutweak/modules/compiz.py",
> line 247, in create_interface
> hbox.pack_start(self.create_edge_setting(), True, False, 0)
> File "/usr/lib/python2.6/dist-packages/ubuntutweak/modules/compiz.py",
> line 362, in create_edge_setting
> combobox = self.create_edge_combo_box("TopLeft")
> File "/usr/lib/python2.6/dist-packages/ubuntutweak/modules/compiz.py",
> line 339, in create_edge_combo_box
> setting = plugin.Display[v]
> KeyError: 'toggle_edge'
>
> To unsubscribe from this bug, go to:
> https://bugs.launchpad.net/ubuntu-tweak/+bug/671942/+subscribe
>

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

Hi, Please try this version of Ubuntu Tweak. I've attached.

Download and install, see whether is can work with Compiz settings.

Revision history for this message
watgrad (watgrad) wrote :

Thanks!
That fixed the problem. Everything works again.
J.

On Sat, Nov 6, 2010 at 10:41 PM, Tualatrix Chou
<email address hidden>wrote:

> Hi, Please try this version of Ubuntu Tweak. I've attached.
>
> Download and install, see whether is can work with Compiz settings.
>
> ** Attachment added: "ubuntu-tweak_0.5.8-0~20101107~maverick1_all.deb"
>
> https://bugs.launchpad.net/ubuntu-tweak/+bug/671942/+attachment/1725414/+files/ubuntu-tweak_0.5.8-0%7E20101107%7Emaverick1_all.deb
>
> --
> tweak gave an error when I tried to access compiz settings within the
> program
> https://bugs.launchpad.net/bugs/671942
> You received this bug notification because you are a direct subscriber
> of the bug.
>
> Status in Ubuntu Tweak: New
>
> Bug description:
> Distribution: Ubuntu 10.10
> Application: Ubuntu Tweak 0.5.7
> Desktop: gnome
>
> Traceback (most recent call last):
> File "/usr/lib/python2.6/dist-packages/ubuntutweak/mainwindow.py", line
> 437, in setup_notebook
> page = module()
> File "/usr/lib/python2.6/dist-packages/ubuntutweak/modules/compiz.py",
> line 229, in __init__
> self.create_interface()
> File "/usr/lib/python2.6/dist-packages/ubuntutweak/modules/compiz.py",
> line 247, in create_interface
> hbox.pack_start(self.create_edge_setting(), True, False, 0)
> File "/usr/lib/python2.6/dist-packages/ubuntutweak/modules/compiz.py",
> line 362, in create_edge_setting
> combobox = self.create_edge_combo_box("TopLeft")
> File "/usr/lib/python2.6/dist-packages/ubuntutweak/modules/compiz.py",
> line 339, in create_edge_combo_box
> setting = plugin.Display[v]
> KeyError: 'toggle_edge'
>
> To unsubscribe from this bug, go to:
> https://bugs.launchpad.net/ubuntu-tweak/+bug/671942/+subscribe
>

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.