stacks applet cannot enable"use experimental gui"

Bug #174657 reported by Chunhao Wang
This bug report is a duplicate of:  Bug #165019: stacks use experimental gui python. Edit Remove
4
Affects Status Importance Assigned to Milestone
Awn Extras
New
Undecided
Timon_and_Pumba

Bug Description

stack applet can not enable "use experimental gui"
when i see the codes, i found some issues:
1.in file "stacks_gui_curved.py", it haven't import anything about "stacks_gui_curved" and "stacks_gui_dialog"
so, i added two lines at the head of the file:

from stacks_gui_curved import *
from stacks_gui_dialog import *

2.in file "stacks_gui_curved.py", in line 190 and 193,
stacks_gui_curved and stacks_gui_dialog is undefined,
so, i changed them into :

self.gui = StacksGuiCurved(self)

self.gui = StacksGuiDialog(self)

then, everything is ok, and i can enable "experimental gui" and disable it freely.

Tags: stacks
Revision history for this message
Mark Lee (malept) wrote :

Since this is an applet-specific bug, it needs to go in the awn-extras project. Bugs in the awn project must affect either all applets or the dock itself.

moonbeam (rcryderman)
Changed in awn-extras:
assignee: nobody → timonterbraak
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.