bug#36896: [PATCH] added gsettings-desktop-schema to progragated inputs

2019-09-16 Thread Tobias Geerinckx-Rice via Bug reports for GNU Guix
Martin, Martin Becze 写道: ping :P Absolutely. The diff you sent here[0] is incomplete (it relies on your previous patch and doesn't have a header); please always send git-formatted patches that apply directly to current master. They are easier to merge and will be merged sooner. Yeah I d

bug#36896: [PATCH] added gsettings-desktop-schema to progragated inputs

2019-09-10 Thread Martin Becze
ping :P > --- > > gnu/packages/gnome.scm | 19 ++- > 1 file changed, 10 insertions(+), 9 deletions(-) > > diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm > index 1a091de938..ef6d78bb5a 100644 > --- a/gnu/packages/gnome.scm > +++ b/gnu/packages/gnome.scm > @@ -8105,19

bug#36896: [PATCH] added gsettings-desktop-schema to progragated inputs

2019-09-06 Thread Martin Becze
Yeah I don't know. I just used prefix in the latest patch. Let me know if the other method is preferred. On 9/6/19 12:30 PM, Tobias Geerinckx-Rice wrote: > Martin, > > Martin Becze 写道: >> Prefix appends ${MY_VAR:+:}$MY_VAR to the env var, so that seems nice. > > Sure, that's what I'd expect, but w

bug#36896: [PATCH] added gsettings-desktop-schema to progragated inputs

2019-09-06 Thread Tobias Geerinckx-Rice via Bug reports for GNU Guix
Martin, Martin Becze 写道: Prefix appends ${MY_VAR:+:}$MY_VAR to the env var, so that seems nice. Sure, that's what I'd expect, but why is it preferred over keeping any user-defined entries first? Kind regards, T G-R signature.asc Description: PGP signature

bug#36896: [PATCH] added gsettings-desktop-schema to progragated inputs

2019-09-06 Thread Martin Becze
On 9/4/19 2:17 PM, Tobias Geerinckx-Rice wrote: > Martin, > > Martin Becze 写道: >> hmm maybe i did something wrong when sending with "git-sendemail" it >> showed up here https://issues.guix.info/issue/36896 > > Strange…  It can't find it in my mailbox either. > > Is there a commit message? > >> `("

bug#36896: [PATCH] added gsettings-desktop-schema to progragated inputs

2019-09-04 Thread Tobias Geerinckx-Rice via Bug reports for GNU Guix
Martin, Martin Becze 写道: hmm maybe i did something wrong when sending with "git-sendemail" it showed up here https://issues.guix.info/issue/36896 Strange… It can't find it in my mailbox either. Is there a commit message? `("GSETTINGS_SCHEMA_DIR" = (,(string-append out "/share/glib-2.0/sc

bug#36896: [PATCH] added gsettings-desktop-schema to progragated inputs

2019-09-04 Thread Martin Becze
On 2019-09-03 11:59, Ricardo Wurmus wrote: > Hi Martin, > I sent a new patch in (using git sendemail) but it didn't thread quite correctly. >>> >>> bumping! I have a few more evolution patches but need to get this one in >>> first >> >> bumping! > > Sorry for the delay! Where can I fin

bug#36896: [PATCH] added gsettings-desktop-schema to progragated inputs

2019-09-03 Thread Ricardo Wurmus
Hi Martin, >>> I sent a new patch in (using git sendemail) but it didn't thread quite >>> correctly. >> >> bumping! I have a few more evolution patches but need to get this one in >> first > > bumping! Sorry for the delay! Where can I find the new patch that you’ve sent? I don’t see it in you

bug#36896: [PATCH] added gsettings-desktop-schema to progragated inputs

2019-09-03 Thread Martin Becze
On 2019-08-27 04:23, Martin Becze wrote: > On 2019-08-20 09:04, Martin Becze wrote: >> On 2019-08-05 16:30, Tobias Geerinckx-Rice wrote: >>> Martin, Ricardo, >>> >>> I agree with Ricardo (here and in matters of fonts) that propagation >>> is to be avoided at all reasonable costs, so… >>> >>> Martin

bug#36896: [PATCH] added gsettings-desktop-schema to progragated inputs

2019-08-27 Thread Martin Becze
On 2019-08-20 09:04, Martin Becze wrote: > On 2019-08-05 16:30, Tobias Geerinckx-Rice wrote: >> Martin, Ricardo, >> >> I agree with Ricardo (here and in matters of fonts) that propagation >> is to be avoided at all reasonable costs, so… >> >> Martin Becze 写道: >>> The terminator packagage propagates

bug#36896: [PATCH] added gsettings-desktop-schema to progragated inputs

2019-08-20 Thread Martin Becze
On 2019-08-05 16:30, Tobias Geerinckx-Rice wrote: > Martin, Ricardo, > > I agree with Ricardo (here and in matters of fonts) that propagation > is to be avoided at all reasonable costs, so… > > Martin Becze 写道: >> The terminator packagage propagates gsetting-desktop-schema as well >> but maybe it

bug#36896: [PATCH] added gsettings-desktop-schema to progragated inputs

2019-08-05 Thread Tobias Geerinckx-Rice
Martin, Ricardo, I agree with Ricardo (here and in matters of fonts) that propagation is to be avoided at all reasonable costs, so… Martin Becze 写道: The terminator packagage propagates gsetting-desktop-schema as well but maybe its also doing the wrong thing? …that was a mistake, in retrosp

bug#36896: [PATCH] added gsettings-desktop-schema to progragated inputs

2019-08-05 Thread Martin Becze
On 2019-08-05 07:40, Ricardo Wurmus wrote: > Hi, > > null writes: > >> --- >> gnu/packages/gnome.scm | 2 ++ >> 1 file changed, 2 insertions(+) >> >> diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm >> index 3f7bbac214..c33653f361 100644 >> --- a/gnu/packages/gnome.scm >> +++ b/gnu/

bug#36896: [PATCH] added gsettings-desktop-schema to progragated inputs

2019-08-05 Thread Ricardo Wurmus
Hi, null writes: > --- > gnu/packages/gnome.scm | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm > index 3f7bbac214..c33653f361 100644 > --- a/gnu/packages/gnome.scm > +++ b/gnu/packages/gnome.scm > @@ -8074,6 +8074,8 @@ generic enough

bug#36896: [PATCH] added gsettings-desktop-schema to progragated inputs

2019-08-04 Thread mjbecze
On 2019-08-01 22:28, null wrote: > --- > gnu/packages/gnome.scm | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm > index 3f7bbac214..c33653f361 100644 > --- a/gnu/packages/gnome.scm > +++ b/gnu/packages/gnome.scm > @@ -8074,6 +8074,8 @@ ge

bug#36896: [PATCH] added gsettings-desktop-schema to progragated inputs

2019-08-01 Thread null
--- gnu/packages/gnome.scm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 3f7bbac214..c33653f361 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -8074,6 +8074,8 @@ generic enough to work for everyone.") ("open