On 5 April 2012 20:42, Micheal Smith <xul...@cheapbsd.net> wrote:
> On Thu, Apr 05, 2012 at 08:40:55PM +0200, Arian Kuschki wrote: > > On 5 April 2012 19:18, Micheal Smith <xul...@cheapbsd.net> wrote: > > > > > Just updated the patch to apply cleanly with 6.0. Hope that helps. > > > > > > Thanks, > > > Micheal > > > > > > > Thanks for this, unfortunately it still does not apply for me. Actually I > > think I lost interest in this patch already, it feels too complex. I > don't > > want to make this dance everytime there is a new dwm version. But just > out > > of interest, does the following work for you? > > > > mkdir test > > cd test > > wget http://dl.suckless.org/dwm/dwm-6.0.tar.gz > > tar xf dwm-6.0.tar.gz > > cd dwm-6.0/ > > wget http://dwm.suckless.org/patches/dwm-6.0-systray.diff > > patch -p1 < dwm-6.0-systray.diff > > It does indeed work for me (copy / pasted your process with no errors). > The > patch doesn't seem overly complicated to me. I think originally the author > may have simply created a patch of an already patched version. > > Ok, I am stupid. It works now, thanks for your help Michael.