Jamie Webb | 1 Oct 2007 01:05

Re: New module, XMonadContrib.ResizableTile

On 2007-09-28 21:26:11 MATSUYAMA Tomohiro wrote:
> 
> Hi.
> 
> I have hacked a default tile layout a little to be allow us to
> change a width/height of window.

This looks like a very useful layout! Unfortunately for me it causes
xmonad to crash when switching to a blank workspace. This happens just
by adding this layout to my config; I don't even seem to have to switch
to it.

I find this particularly confusing since my small understanding of the
xmonad code gave the impression that layouts aren't even invoked for
blank workspaces.

Anyone have any ideas?

Cheers

/J
Andrea Rossato | 1 Oct 2007 08:07

Re: New module, XMonadContrib.ResizableTile

On Mon, Oct 01, 2007 at 12:05:21AM +0100, Jamie Webb wrote:
> On 2007-09-28 21:26:11 MATSUYAMA Tomohiro wrote:
> > 
> > Hi.
> > 
> > I have hacked a default tile layout a little to be allow us to
> > change a width/height of window.
> 
> This looks like a very useful layout! Unfortunately for me it causes
> xmonad to crash when switching to a blank workspace. This happens just
> by adding this layout to my config; I don't even seem to have to switch
> to it.
> 
> I find this particularly confusing since my small understanding of the
> xmonad code gave the impression that layouts aren't even invoked for
> blank workspaces.
> 
> Anyone have any ideas?

I didn't try and I read it very quickly. My idea is that:
Nothing -> error ""
is wrong and should be replaced by a:
Nothing -> return Nothing

As I said I didn't test it.

Hope this helps.
Andrea

(Continue reading)

codesite | 1 Oct 2007 09:43
Picon
Favicon

Issue 49 in xmonad: XMonad sometimes stops responding to alt key

Issue 49: XMonad sometimes stops responding to alt key
http://code.google.com/p/xmonad/issues/detail?id=49

Comment #2 by david.maciver:
Yet more updates: It happens even with alt-q rebound elsewhere, so it's not
restarting xmonad that causes the issue.

--

-- 
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
matsuyama3 | 1 Oct 2007 11:37
Favicon

darcs patch: XMonadContrib.ResizableTile in darcs patch.

Mon Oct  1 18:14:11 JST 2007  matsuyama3@...
  * XMonadContrib.ResizableTile in darcs patch.

  I have fixed error "" to return Nothing. Thanks Andrea.

  

Mon Oct  1 18:14:11 JST 2007  matsuyama3@...
  * XMonadContrib.ResizableTile in darcs patch.

  I have fixed error "" to return Nothing. Thanks Andrea.

  

Andrea Rossato | 1 Oct 2007 12:27

darcs patch: Tabbed: updated usage information

I forgot to update usage information of Tabbed after reintroducing the
Shrinker configuration option.

Andrea

Mon Oct  1 10:22:19 CEST 2007  Andrea Rossato <andrea.rossato@...>
  * Tabbed: updated usage information
I forgot to update usage information of Tabbed after reintroducing the
Shrinker configuration option.

Andrea

Mon Oct  1 10:22:19 CEST 2007  Andrea Rossato <andrea.rossato@...>
  * Tabbed: updated usage information
Andrea Rossato | 1 Oct 2007 12:26

Re: darcs patch: XMonadContrib.ResizableTile in darcs patch.

On Mon, Oct 01, 2007 at 06:37:53PM +0900,
matsuyama3@... wrote:
> Mon Oct  1 18:14:11 JST 2007  matsuyama3@...
>   * XMonadContrib.ResizableTile in darcs patch.
>   
>   I have fixed error "" to return Nothing. Thanks Andrea.

You are welcome!

Many thanks for sharing your code: this is the first module using the
new class API!

Andrea

Christian Thiemann | 1 Oct 2007 14:28
Picon

MATLAB and Xmonad

Hi guys,

I switched to Xmonad recently, after looking into wmii and dwm, and I am 
quite happy with it :)

However, I tried starting up MATLAB today and it displays a huge gray 
screen.  I thought it crashed during startup but when I clicked on where 
the menu bar should be, the menus actually open and are displayed 
properly.  But everything else just doesn't draw in the MATLAB window. 
Does anybody has an idea what the problem might be (and/or give me hints 
how to provide some more useful information)?

It looks like it's a problem with Xmonad.  I fired up an Xnest with fvwm 
and MATLAB works fine there.  And Xnest with wmii and MATLAB works as well.

Thanks in advance,
   Christian
Stefan O'Rear | 1 Oct 2007 16:04
Picon

Re: MATLAB and Xmonad

On Mon, Oct 01, 2007 at 02:28:25PM +0200, Christian Thiemann wrote:
> Hi guys,
>
> I switched to Xmonad recently, after looking into wmii and dwm, and I am 
> quite happy with it :)
>
> However, I tried starting up MATLAB today and it displays a huge gray 
> screen.  I thought it crashed during startup but when I clicked on where 
> the menu bar should be, the menus actually open and are displayed properly. 
>  But everything else just doesn't draw in the MATLAB window. Does anybody 
> has an idea what the problem might be (and/or give me hints how to provide 
> some more useful information)?
>
> It looks like it's a problem with Xmonad.  I fired up an Xnest with fvwm 
> and MATLAB works fine there.  And Xnest with wmii and MATLAB works as well.

Is the MATLAB gui written in Java?  There is a known bug in the Java
windowing code which prevents it from working correctly with
non-reparenting window managers like xmonad.  Fortunately, there is a
workaround in the Java code which makes things work again, as long as
the current window manager it Compiz or Looking Glass 3D.  One of the
contrib modules (XMonadContrib.SetWMName) fiddles the X-property
settings so that xmonad pretends to be LG3d; the author claims that this
makes Java programs work correctly.

Stefan
On Mon, Oct 01, 2007 at 02:28:25PM +0200, Christian Thiemann wrote:
> Hi guys,
(Continue reading)

Spencer Janssen | 1 Oct 2007 17:11
Favicon

Re: darcs patch: XMonadContrib.ResizableTile in darcs patch.

On Monday 01 October 2007 04:37:53 matsuyama3@... wrote:
> Mon Oct  1 18:14:11 JST 2007  matsuyama3@...
>   * XMonadContrib.ResizableTile in darcs patch.
>
>   I have fixed error "" to return Nothing. Thanks Andrea.

Applied.

Spencer Janssen | 1 Oct 2007 17:12
Favicon

Re: darcs patch: Tabbed: updated usage information

On Monday 01 October 2007 05:27:55 Andrea Rossato wrote:
> I forgot to update usage information of Tabbed after reintroducing the
> Shrinker configuration option.
>
> Andrea
>
> Mon Oct  1 10:22:19 CEST 2007  Andrea Rossato <andrea.rossato@...>
>   * Tabbed: updated usage information

Applied.


Gmane