2012/12/5 Cédric Krier <[email protected]>: > On 05/12/12 22:37 +0000, [email protected] wrote: >> Reviewers: , >> >> >> >> Please review this at http://codereview.tryton.org/605002/ >> >> Affected files: >> M bin/tryton >> >> >> Index: bin/tryton >> =================================================================== >> >> --- a/bin/tryton >> +++ b/bin/tryton >> @@ -36,6 +36,11 @@ >> os.environ['PANGO_RC_FILE'] = pangorc >> os.environ['GTK_IM_MODULE_FILE'] = immodules >> >> +# Disable dbusmenu to show second menu in tabs >> +os.environ['UBUNTU_MENUPROXY'] = 0 >> +# overlay-scrollbar breaks treeview height >> +os.environ['LIBOVERLAY_SCROLLBAR'] = 0 >> + >> import tryton >> if '--profile' in sys.argv: >> import profile > > I really don't like to do such stuffs but the Ubuntu crap is creating a > lot of noise on the bugtracker. I think we could accept such > work-around for our own peace :-) > > -- > Cédric Krier > > B2CK SPRL > Rue de Rotterdam, 4 > 4000 Liège > Belgium > Tel: +32 472 54 46 59 > Email/Jabber: [email protected] > Website: http://www.b2ck.com/
I hope nobody report a bug... "tryton client dont use scrollbar-overlay" -- Andres Vargas www.zodman.com.mx -- -- [email protected] mailing list
