Re: [update] dunst-1.3.1

2018-02-23 Thread Stuart Henderson
On 2018/02/23 17:06, Theo Buehler wrote: > On Fri, Feb 23, 2018 at 09:48:25AM +, Stuart Henderson wrote: > > On 2018/02/23 09:45, Klemens Nanni wrote: > > > > > -+if (pledge("stdio rpath proc exec", NULL) == -1) > > > > > -+err(1, "pledge"); > > > > > ++ > > > > > ++

Re: [update] dunst-1.3.1

2018-02-23 Thread Theo Buehler
On Fri, Feb 23, 2018 at 09:48:25AM +, Stuart Henderson wrote: > On 2018/02/23 09:45, Klemens Nanni wrote: > > > > -+if (pledge("stdio rpath proc exec", NULL) == -1) > > > > -+err(1, "pledge"); > > > > ++ > > > > ++/* allow prot_exec if icons are used */ > > > > +

Re: [update] dunst-1.3.1

2018-02-23 Thread Stuart Henderson
On 2018/02/23 09:45, Klemens Nanni wrote: > > > -+if (pledge("stdio rpath proc exec", NULL) == -1) > > > -+err(1, "pledge"); > > > ++ > > > ++/* allow prot_exec if icons are used */ > > > ++if (settings.icon_position != icons_off) { > > > ++if

Re: [update] dunst-1.3.1

2018-02-23 Thread Klemens Nanni
On Fri, Feb 16, 2018 at 07:15:43PM +0100, Klemens Nanni wrote: > On Fri, Feb 09, 2018 at 05:57:17PM +0100, Klemens Nanni wrote: > > On Sat, Jan 27, 2018 at 08:51:58AM +0200, Timo Myyrä wrote: > > > Klemens Nanni writes: > > > > > > > On Fri, Jan 26, 2018 at 09:13:17AM +0200, Timo Myyrä wrote: > >

Re: [update] dunst-1.3.1

2018-02-17 Thread Thierry
Hi, on 16 Feb 18 at 06:15:43 PM +, Klemens Nanni wrote: On Fri, Feb 09, 2018 at 05:57:17PM +0100, Klemens Nanni wrote: On Sat, Jan 27, 2018 at 08:51:58AM +0200, Timo Myyrä wrote: > Klemens Nanni writes: > > > On Fri, Jan 26, 2018 at 09:13:17AM +0200, Timo Myyrä wrote: > >> > Klemens N

Re: [update] dunst-1.3.1

2018-02-16 Thread Klemens Nanni
On Fri, Feb 09, 2018 at 05:57:17PM +0100, Klemens Nanni wrote: > On Sat, Jan 27, 2018 at 08:51:58AM +0200, Timo Myyrä wrote: > > Klemens Nanni writes: > > > > > On Fri, Jan 26, 2018 at 09:13:17AM +0200, Timo Myyrä wrote: > > >> > Klemens Nanni writes: > > >> >> Paths in the example dunst.rc need

Re: [update] dunst-1.3.1

2018-02-09 Thread Klemens Nanni
On Sat, Jan 27, 2018 at 08:51:58AM +0200, Timo Myyrä wrote: > Klemens Nanni writes: > > > On Fri, Jan 26, 2018 at 09:13:17AM +0200, Timo Myyrä wrote: > >> > Klemens Nanni writes: > >> >> Paths in the example dunst.rc need to be adjusted so copying it over > >> >> will work without manually fixin