[7875] in athena10
Re: [Debathena] #850: Figure out what to do about Unity
daemon@ATHENA.MIT.EDU (Debathena Trac)
Fri Jul 15 14:41:10 2011
MIME-Version: 1.0
Content-Type: text/plain; charset="utf-8"
From: "Debathena Trac" <debathena@MIT.EDU>
Cc: debathena@mit.edu
To: jdreed@mit.edu
Date: Fri, 15 Jul 2011 18:41:02 -0000
Reply-To:
Message-ID: <052.90c60755f0acea817f24ec826e3a64a0@mit.edu>
In-Reply-To: <043.6e5f289b90ca662cc76713682dada6e2@mit.edu>
Content-Transfer-Encoding: 8bit
#850: Figure out what to do about Unity-----------------------+----------------------------------------------------
Reporter: jdreed | Owner: jdreed
Type: task | Status: development
Priority: blocker | Milestone: Natty Beta
Component: -- | Keywords:
See_also: LP:724604 |
-----------------------+----------------------------------------------------
Comment(by jdreed):
Zephyr discussion suggests upstream is also having problems reproducing
this on anything but Ubuntu, and that it primarily affects VMs, but does
manifest on real hardware. I suggest the following stupid workaround:
{{{
Index: debathena-branding
===================================================================
--- debathena-branding (revision 25221)
+++ debathena-branding (working copy)
@@ -109,6 +109,7 @@
# Here on a Stop signal from the session manager.
def sm_on_Stop(self):
+ subprocess.call(["/usr/bin/pkill", "-f", "gnome-settings-
daemon"])
gtk.main_quit()
def main(options):
}}}
-- Ticket URL: <http://debathena.mit.edu/trac/ticket/850#comment:20>Debathena <http://debathena.mit.edu/>MIT Debathena Project