codehenry / xmonad

Automatically exported from code.google.com/p/xmonad
0 stars 0 forks source link

xmonad displays transparent urxvt badly with ugly gaps and overlaps #545

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. run urxvt or urxvtc one or more times

What is the expected output? What do you see instead?

expected: the terminal windows are nicely tiled
actual: ugly gaps and overlaps among tiled terminal windows and with xmobar

What version of the product are you using? On what operating system?

ubuntu 10.04 LTS Server
rxvt-unicode (urxvt) v9.06 - released: 2008-06-15
xmonad 0.11

Are you using an xmonad.hs?  Please attach it and the output of "xmonad
--recompile".

yes, but bug is the same with or without my xmonad.hs

Please provide any additional information below.

temporarily fixed by switching to another xmonad screen and back again, but 
returns with any layout change

fixed by:
.Xdefaults:
+URxvt*transparent: false

similar issue in dwm fixed (on some systems) by:
config.h:
+static const Bool resizehints = False;

Original issue reported on code.google.com by webb.phi...@gmail.com on 13 May 2013 at 10:12

Attachments:

GoogleCodeExporter commented 8 years ago
same for xmonad 0.9.1

Original comment by webb.phi...@gmail.com on 13 May 2013 at 10:13

GoogleCodeExporter commented 8 years ago
fixed by compiling vanilla rxvt-unicode-9.18, likely because
a. it's a newer version of urxvt, or
b. the source didn't have debian or ubuntu patches, or
c. it was compiled in this system's library & header context)

in any case, it's not an xmonad bug. please reject.

Original comment by webb.phi...@gmail.com on 13 May 2013 at 10:23

GoogleCodeExporter commented 8 years ago

Original comment by vogt.a...@gmail.com on 13 May 2013 at 10:36