Hi, Le 8 nov. 2011 à 03:13, Phillip Heller a écrit : >> Strange issue here, on 10.6.8: pressing "t" while entering text in a form >> does not produce the letter, but highlights the "Benutzer" ("User"?) menu >> on top of the screen for some seconds without unfolding it. "T" does work >> as expected. >> >> I can get a "t" in there using copy & paste, but it kinda ruins the >> workflow... ,) > > Steffen, > > Yes, this is a bug which I also came across in my testing a day or so ago. > > I've opened bug https://bugs.tryton.org/issue2258 to track. > > It's a simple fix, and I'll get it in along side the changes to make the > build work again.
I had the same pb when I built the 2.0 client and Phillip's patch worked well, as I described on try...@googlegroups.com : > De : "lists.jc.mic...@symetrie.com" <lists.jc.mic...@symetrie.com> > Date : 1 juin 2011 00:20:11 HAEC > À : try...@googlegroups.com > Objet : Rép : [tryton] Tryton client for Mac OS X > Répondre à : try...@googlegroups.com > > Hi, > > Le 31 mai 2011 à 16:47, Raimon Esteve a écrit : >> Can you make a little doc about steps to step to make dmg client? >> >> My last try, I don't successfully change python apple for python macports :( > > 1. Read and follow https://sourceforge.net/apps/trac/gtk-osx/wiki/Build > and > https://sourceforge.net/mailarchive/forum.php?thread_name=E492E23E-1048-407D-99AA-93F9F67EDC8E%40ceridwen.fremont.ca.us&forum_name=gtk-osx-devs > > 2. On your mac box, create a dedicated user named gtkosxbuilder > > 3. Here is the bottom of the .jhbuildrc-custom file : > _gtk_osx_use_jhbuild_python = True > branches["python"] = > "http://www.python.org/ftp/python/2.6.4/Python-2.6.4.tar.bz2" > # all other settings fail to build > setup_sdk(target="10.5", sdk_version="10.5", architectures=["i386"]) > os.environ["CC"] = "/usr/bin/gcc-4.0" > os.environ["DYLD_LIBRARY_PATH"] = "" > build_policy = "updated-deps" > modules = [ "meta-gtk-osx-bootstrap", "meta-gtk-osx-core", > "meta-gtk-osx-python", "librsvg", "meta-gtk-osx-themes", "gtk-quartz-engine" ] > > 4. First time only: checkout tryton client > $ hg clone http://hg2.tryton.org/2.0/tryton > > Next time: update the tree > $ cd tryton > $ hg incoming > $ hg pull -u > > 5. Apply the pheller patch (maybe it's no longer useful after Cedrik's change > http://codereview.tryton.org/40002/) > and build the dmg > $ cd tryton > $ patch -p1 <../issue23001_1_2.diff > $ python ./setup.py py2app > -- tryton-dev@googlegroups.com mailing list