Re: [PATCH -v2] Fix gtk-im-modules for Gtk+3

2017-02-06 Thread Huang, Ying
Hi, Ricardo, Ricardo Wurmus writes: > huang_ying_cari...@163.com writes: > >> From: Huang Ying >> >> Gtk+3 now have multiple outputs, so the gtk-query-immodules-3.0 should be >> find >> in bin output. > > Ah, I was wondering why this broke!

Re: [PATCH -v2] Fix gtk-im-modules for Gtk+3

2017-02-05 Thread Ricardo Wurmus
huang_ying_cari...@163.com writes: > From: Huang Ying > > Gtk+3 now have multiple outputs, so the gtk-query-immodules-3.0 should be find > in bin output. Ah, I was wondering why this broke! Thanks for investigating it. > The fix works, but appears hacky, because

Re: [PATCH -v2] Fix gtk-im-modules for Gtk+3

2017-02-04 Thread Huang, Ying
Hi, Danny, Thanks for comments! Danny Milosavljevic writes: > Hi, > > On Mon, 30 Jan 2017 11:06:49 +0800 > huang_ying_cari...@163.com wrote: > >> -(define* (manifest-lookup-package manifest name #:optional version) >> +(define* (manifest-lookup-package manifest name

Re: [PATCH -v2] Fix gtk-im-modules for Gtk+3

2017-02-04 Thread Danny Milosavljevic
Hi, On Mon, 30 Jan 2017 11:06:49 +0800 huang_ying_cari...@163.com wrote: > -(define* (manifest-lookup-package manifest name #:optional version) > +(define* (manifest-lookup-package manifest name #:optional version output) >"Return as a monadic value the first package or store path referenced

Re: [PATCH -v2] Fix gtk-im-modules for Gtk+3

2017-02-03 Thread Huang, Ying
Hi, All, huang_ying_cari...@163.com writes: > From: Huang Ying > > Gtk+3 now have multiple outputs, so the gtk-query-immodules-3.0 should be find > in bin output. > > The fix works, but appears hacky, because I haven't read much guix source > code, so I don't know

[PATCH -v2] Fix gtk-im-modules for Gtk+3

2017-01-29 Thread huang_ying_caritas
From: Huang Ying Gtk+3 now have multiple outputs, so the gtk-query-immodules-3.0 should be find in bin output. The fix works, but appears hacky, because I haven't read much guix source code, so I don't know the best solution. Signed-off-by: "Huang, Ying"