Fischx / wmii

Automatically exported from code.google.com/p/wmii
MIT License
0 stars 0 forks source link

wmii 3.9.2 does not start on Gentoo using alternative wmiircs #225

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hi,

It's only information, looks like on Gentoo compiling wmii without using 
portage, does not start because it tries to use /sbin/rc instead of plan9 rc 
during xinit/startx.

Using plan9port:

/usr/local/etc/wmii/plan9port/wmiirc

(tries to run rc from gentoo (/sbin/rc)

test $#* '=' 0 || exec rc $0

Fix the problem as a workaround using $PLAN9/bin/rc

test $#* '=' 0 || exec $PLAN9/bin/rc $0

Thanks for wmii!

Original issue reported on code.google.com by neorub...@gmail.com on 15 Nov 2010 at 7:22

GoogleCodeExporter commented 8 years ago

Original comment by maglion...@gmail.com on 15 Nov 2010 at 3:06

GoogleCodeExporter commented 8 years ago
Was this patch ever incorporated into wmii-hg?

Original comment by sun...@gmail.com on 22 Feb 2011 at 9:59