stacks applet cannot enable"use experimental gui"
Bug #174657 reported by
Chunhao Wang
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_
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_
stacks_gui_curved and stacks_gui_dialog is undefined,
so, i changed them into :
self.gui = StacksGuiCurved
self.gui = StacksGuiDialog
then, everything is ok, and i can enable "experimental gui" and disable it freely.
Changed in awn-extras: | |
assignee: | nobody → timonterbraak |
To post a comment you must log in.
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.