[Bug 864764] Re: empath forgets accounts 11.10

2012-02-21 Thread Franklin Strube
This happened to me as well, and I believe the reason was due to Likewise-Open AD integration with a custom home directory (%H/%D/%U instead of the default %H/likewise-open/%D/%U). I ran sudo dpkg-reconfigure apparmor and then specified /home/DOMAINNAME/ as an additional homedir. I no longer see

[Bug 643145] Re: Guake overlaps the second screen in a dual-monitor setup with a side panel

2011-07-27 Thread Franklin Strube
I've had the same issues. When showing the guake terminal, it would be shifted to the right by the same number of pixels as the Unity launcher's width. With the help of Google search, I wrote the attached patch. It works for me! Test it out and see if it works for you all. ** Patch added: Patch

[Bug 793405] Re: guake is not restored to its original size after fullscreen

2011-07-27 Thread Franklin Strube
Attached is a patch that seems to fix this for me. Basically, after toggling fullscreen, I resize and move the guake terminal. ** Patch added: Patch to resize and move the guake window AFTER it has been toggled from fullscreen. Potentially fixes bug #793405