Hi, On Sat, 30 Aug 2014 17:23:19 -0400 wrote Brett Viren <[email protected]>:
>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
signature.asc
Description: PGP signature
