IRC logs of #tryton for Friday, 2014-05-30

chat.freenode.net #tryton log beginning Fri May 30 00:00:01 CEST 2014
2014-05-30 01:12 -!- digitalsatori(~Thunderbi@116.234.181.110) has joined #tryton
2014-05-30 01:54 -!- cedk(~ced@gentoo/developer/cedk) has joined #tryton
2014-05-30 04:20 -!- digitalsatori(~Thunderbi@116.234.181.110) has joined #tryton
2014-05-30 04:46 -!- aboutGod(~aboutGod@static-72-66-66-50.washdc.fios.verizon.net) has joined #tryton
2014-05-30 04:51 -!- aboutGod(~aboutGod@static-72-66-66-50.washdc.fios.verizon.net) has left #tryton
2014-05-30 05:13 -!- asoleh(~asoleh@36.77.239.175) has joined #tryton
2014-05-30 05:27 -!- digitalsatori(~Thunderbi@116.234.90.184) has joined #tryton
2014-05-30 06:28 -!- sharoonthomas(~sharoonth@118.91.181.250) has joined #tryton
2014-05-30 06:40 -!- frispete_(~frispete@p54A917CC.dip0.t-ipconnect.de) has joined #tryton
2014-05-30 07:02 -!- yangoon1(~mathiasb@p549F0540.dip0.t-ipconnect.de) has joined #tryton
2014-05-30 08:07 -!- rpit(~ralf@dslb-088-070-153-080.pools.arcor-ip.net) has joined #tryton
2014-05-30 08:07 -!- rpit58(~ralf@dslb-088-070-153-080.pools.arcor-ip.net) has joined #tryton
2014-05-30 08:47 -!- sharoonthomas(~sharoonth@118.91.181.250) has joined #tryton
2014-05-30 09:01 -!- bechamel(~Adium@62-197-96-189.teledisnet.be) has joined #tryton
2014-05-30 09:08 -!- jeancavallo(~giovanni@LPuteaux-656-01-230-52.w80-12.abo.wanadoo.fr) has joined #tryton
2014-05-30 09:21 -!- jvblasco(~seba@62.43.196.37.static.user.ono.com) has joined #tryton
2014-05-30 09:21 <jvblasco> morning everyone ;)
2014-05-30 09:23 <jeancavallo> jvblasco: morning :)
2014-05-30 09:33 -!- cedk(~ced@gentoo/developer/cedk) has joined #tryton
2014-05-30 09:45 -!- nicoe(~nicoe@224.72-247-81.adsl-dyn.isp.belgacom.be) has joined #tryton
2014-05-30 09:50 -!- zodman(~zodman@50.115.163.209) has joined #tryton
2014-05-30 09:59 -!- LordVan(~lordvan@gentoo/developer/LordVan) has joined #tryton
2014-05-30 10:27 -!- sharoonthomas(~sharoonth@118.91.181.250) has joined #tryton
2014-05-30 10:41 -!- asoleh(~asoleh@36.77.239.175) has joined #tryton
2014-05-30 11:40 -!- sharoonthomas(~sharoonth@118.91.181.250) has joined #tryton
2014-05-30 11:44 -!- vernichon(~Thunderbi@gex01-1-78-234-55-95.fbx.proxad.net) has joined #tryton
2014-05-30 12:28 -!- udono(~udono@ip-109-90-216-79.unitymediagroup.de) has joined #tryton
2014-05-30 12:53 -!- hiaselhans(~Thunderbi@212.186.53.203) has joined #tryton
2014-05-30 12:59 -!- sharoonthomas(~sharoonth@118.91.181.250) has joined #tryton
2014-05-30 14:05 -!- jeancavallo(~giovanni@LPuteaux-656-01-230-52.w80-12.abo.wanadoo.fr) has joined #tryton
2014-05-30 14:41 -!- sharoonthomas(~sharoonth@118.91.181.250) has joined #tryton
2014-05-30 14:54 -!- pablovannini(~pablo@host126.186-109-85.telecom.net.ar) has joined #tryton
2014-05-30 15:17 <sharoonthomas> cedk: about https://bugs.tryton.org/issue3939, I think the patch does what is in the scope of the issue
2014-05-30 15:17 -!- asoleh(~asoleh@36.77.239.175) has joined #tryton
2014-05-30 15:18 <sharoonthomas> cedk: for fixing the issue of subsequent URL clicks not opening additional windows on the existing running process, it will need code that listens to osx specific signals
2014-05-30 15:18 <sharoonthomas> cedk: i think it should be a separate issue and patch
2014-05-30 15:19 <cedk> sharoonthomas: but what's the point to register the URL scheme if it doesn't work
2014-05-30 15:20 <sharoonthomas> cedk: it works, if there is no running tryton client, it opens a new tryton client to handle the specific URL
2014-05-30 15:20 <sharoonthomas> cedk: so clearly an improvement over the current one
2014-05-30 15:21 <cedk> sharoonthomas: it doesn't work
2014-05-30 15:21 <sharoonthomas> cedk: are you okay with handling osx specific signals ? in that case it would mean using a more recent version of gtk-osx-integration package
2014-05-30 15:21 <cedk> sharoonthomas: working == always working != work in some cases
2014-05-30 15:21 <sharoonthomas> cedk: ok, so will send a patch that includes the use of new gtk-osx-integration and handling on Document Open signal
2014-05-30 15:21 <cedk> sharoonthomas: what are you talking about? recent version compare to what?
2014-05-30 15:22 <sharoonthomas> cedk: with the version currently bundled with the tryton mac builds that you make
2014-05-30 15:25 -!- sharoonthomas(~sharoonth@118.91.181.250) has joined #tryton
2014-05-30 15:31 <cedk> sharoonthomas: it uses the last version
2014-05-30 15:31 <sharoonthomas> cedk: checking
2014-05-30 15:39 <cedk> sharoonthomas: indeed it is the python code that uses gtk_osxapplication while it could be possible to use gtkmacintegration
2014-05-30 15:40 <sharoonthomas> cedk: gtkmacintegration is the older version with carbon deps
2014-05-30 15:42 <cedk> sharoonthomas: but it is the one who get the open signal
2014-05-30 16:16 <sharoonthomas> cedk: yep, you are correct... but the signal that needs to be handled is GURL. looking more into how it can be handled
2014-05-30 16:17 <sharoonthomas> cedk: it works the first time because the __boot__.py file created by py2app handled the GURL carbon event and then converts it as sys.argv
2014-05-30 16:20 -!- VickyDevecoop(bed26cf1@gateway/web/freenode/ip.190.210.108.241) has joined #tryton
2014-05-30 16:39 -!- alisonken1lap3(~alisonken@18.18.ultimate-int.uia.net) has joined #tryton
2014-05-30 16:45 -!- albertca(~albertca@142.Red-2-139-177.staticIP.rima-tde.net) has joined #tryton
2014-05-30 16:52 -!- kstenger(~karla@200.124.209.158) has joined #tryton
2014-05-30 18:03 -!- gremly(~gremly@190.85.36.58) has joined #tryton
2014-05-30 18:21 -!- hiaselhans(~Thunderbi@212.186.53.203) has joined #tryton
2014-05-30 18:41 -!- sharoonthomas(~sharoonth@118.91.181.250) has left #tryton
2014-05-30 18:52 -!- Telesight(~anthony@77-175-159-159.FTTH.ispfabriek.nl) has joined #tryton
2014-05-30 20:02 -!- sharoonthomas(~sharoonth@122.177.208.60) has joined #tryton
2014-05-30 20:58 -!- sharoonthomas(~sharoonth@122.177.208.60) has joined #tryton
2014-05-30 21:55 -!- zultron(~zultron@99-190-134-148.lightspeed.austtx.sbcglobal.net) has joined #tryton
2014-05-30 22:15 -!- frispete(~frispete@p54A917CC.dip0.t-ipconnect.de) has joined #tryton
2014-05-30 22:20 -!- jcm_(~jcm@cxr69-10-88-172-230-130.fbx.proxad.net) has joined #tryton
2014-05-30 22:43 -!- mariomop(~quassel@host117.186-109-177.telecom.net.ar) has joined #tryton

Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!