Re: [Sawfish] Sawfish Desktop |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/sawfish Archives
]
- To: sawfish@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [Sawfish] Sawfish Desktop
- From: Brett Viren <brett.viren@xxxxxxxxx>
- Date: Sat, 30 Aug 2014 18:50:53 -0400
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=Dt65O7bXRovsyN7eVkL/g+vaZpx4Wff4kyzhY/eJ+Us=; b=H8ezn+aaDCMuUaM1bi8wJVYlXiM9T19bAIamrF12HC3NkL6ks0WRVJYKwaHUFdNpge hVzz86ENSmedfGXNGIuPISCM5GrPnk2MrGLj4uW/Q6GzCcnS6JzWAEl/SNqJPV79qlKQ c8MB5Sp6i0pgoTN/tzC39CXuHNuwCMXXE5Xbe9zHGTSA2w8cExoWk0zMKbXG4gPHC+v3 JfgJ2um42jTEDfxZrsY7F1eJpZugO7exl3LJllwJrxWTzfzWP0BaH+QfQROytRHqq/s9 g6LQy04quFuNRtPxyHzj5uO31mFby2+99vbSCdJifMoQKfYMX50aLYpGBrznVOUgu4cd ipbw==
On Sat, Aug 30, 2014 at 6:10 PM, fuchur <flohtransporter@xxxxxxxxx> wrote:
> exec $WINDOW_MANATER & mate-session $@
> ^
Oh no! How embarrassing! Thanks. It makes me wonder how it worked
at all. Maybe it is enough that WINDOW_MANAGER is set? Maybe also
related, if I start the plain MATE session it now starts sawfish
instead of marco so maybe I've done something to set sawfish in my
prior attempts at making this work. I did set at one point:
$ gsettings list-recursively|grep -i sawfish
org.mate.session.required-components windowmanager 'sawfish'
Since I was using git head, I just built the current release of
sawfish (10.1) and corresponding rep into Debian packages and also
fixed my typo:
$ cat /usr/bin/sawfish-mate-session
#!/bin/sh
export WINDOW_MANAGER="/usr/bin/sawfish"
exec sawfish & mate-session $@
"which sawfish" returns /usr/bin/sawfish
Same behavior. Sawfish starts immediately, then a long delay for
MATE's panel to show up. And, still the odd inability to resize
mate-terminal interactively.
-Brett.
--
Sawfish ML