Re: [Sawfish] Sawfish Desktop

[ Thread Index | Date Index | More lists.tuxfamily.org/sawfish Archives ]


Hi,

On Sat, 30 Aug 2014 17:23:19 -0400
wrote Brett Viren <brett.viren@xxxxxxxxx>:

>bv@hal:~> cat /usr/bin/sawfish-mate-session  
>#!/bin/sh
>export WINDOW_MANAGER="/home/bv/opt/sawfish/bin/sawfish"
>exec $WINDOW_MANATER & mate-session $@
>
>This should be okay, right?
>
>-Brett.

Sawfish should install in your path. Maybe a Typo error?

exec $WINDOW_MANATER & mate-session $@
                 ^

Or you can also test it without export (but without typos):

#!/bin/sh
exec /home/bv/opt/sawfish/bin/sawfish & mate-session $@



-- 
Regards,
Fuchur

GPG Fingerprint: CA3B 8204 5B3E 6D48 6D53  C116 E5BC 70D5 B8D7 B2B0

Attachment: signature.asc
Description: PGP signature



Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/