Hi,
I started over by uninstalling wmii, removing the source directory and pulling
the source again and now wmii runs just fine, sorry for the noise.
Pascal
On Thu, May 27, 2010 at 20:44:17 -0400, Kris Maglione wrote:
> For what it's worth, I've sent a report to the dash mailing list. The
> offending revision is 3800d4934391b144:[JOBS] Fix dowait signal race
>
> This means that the bug was introduced just after 0.5.5.1 and first
> showed up in 0.5.6,
Hello,
on Debian testing, and since I have updated it, performing some action make
me lost all modkey shortcuts.
How can I track what happen at least at wmii level ?
Identified cases to lost my modkey shortcuts:
* mouse click on a workspace in the tag bar (but the workspace does not
change)
* use
I am not sure as to the details of your issue,
But perhaps you are hitting the same issue with dash as I was,
and was mentioned in one of the earlier threads,
If you use wmiirc, try changing
#!/bin/dash -f
to
#!/bin/sh
and see if the problem persists
Alex
On Fri, May 28, 2010 at 11:37:05AM +02
Trying to compile hg2663 on Debian testing with "make" or "make deb",
I get
cmd/tray/selection.c:50:26: error: X11/Xlib-xcb.h: No such file or directory
In file included from /usr/include/xcb/xproto.h:15,
from cmd/tray/selection.c:51:
/usr/include/xcb/xcb.h:328: error: expected ‘=
You know what: it works !
My boss will be happy that I can now work instead of trying fixing that ^^
Thanks a lot.
Best regards.
On Fri, May 28, 2010 at 11:52 AM, Alex Kilgore wrote:
> I am not sure as to the details of your issue,
> But perhaps you are hitting the same issue with dash as I w
Hi there,
I'm glad to announce two new releases which can be downloaded from:
http://dl.suckless.org/dwm/dwm-5.8.tar.gz
http://dl.suckless.org/tools/dmenu-4.1.tar.gz
The new dwm 5.8 release contains mainly some minor bugfixes, whereas
the new dmenu 4.1 release contains several new features t
Ok. I'm off for the weekend. If there aren't any complains, I will
release surf on sunday.
2010/5/27 Nibble :
> This patch fix a minor bug with download addresses containing special
> characters like '&'. Sorry for the noise.
>
> On Thu, 27 May 2010 12:09:12 +0200
> Nibble wrote:
>
>> Hi,
>>
>> I
Good!. I'll be testing it this weekend and report any issue if found.
For the moment, my current complains are:
- GDK_slash doesnt works on all keyboard layouts, so I would change it
to any other key (proposals?)
- no support for zooming with control+wheel
First issue can be fixed in config.h
That's right, you need to install the package: libx11-xcb-dev.
Davide
2010/5/28 Thomas Dean <78...@web.de>:
> Trying to compile hg2663 on Debian testing with "make" or "make deb",
> I get
>
> cmd/tray/selection.c:50:26: error: X11/Xlib-xcb.h: No such file or directory
> In file included from /u
On Fri, May 28, 2010 at 15:49:39 +0200, Davide Anchisi wrote:
> That's right, you need to install the package: libx11-xcb-dev.
Stupid me, I searched on packages.debian.org, but only in the etch
suite. Thanks, it works now!
Thomas
On Fri, 28 May 2010 05:52:28 -0400
Alex Kilgore wrote:
> I am not sure as to the details of your issue,
> But perhaps you are hitting the same issue with dash as I was,
> and was mentioned in one of the earlier threads,
> If you use wmiirc, try changing
> #!/bin/dash -f
> to
> #!/bin/sh
>
> and
On Fri, May 28, 2010 at 11:57:41AM +0200, Thomas Dean wrote:
Trying to compile hg2663 on Debian testing with "make" or "make deb",
I get
cmd/tray/selection.c:50:26: error: X11/Xlib-xcb.h: No such file or directory
In file included from /usr/include/xcb/xproto.h:15,
from cmd/tray/
On Fri, May 28, 2010 at 01:20:46PM +0200, Enno Boland (Gottox) wrote:
> Ok. I'm off for the weekend. If there aren't any complains, I will
> release surf on sunday.
I just realized why my $HOME is being littered by surf.core files, if I
close a surf window while it is still loading a page it will
On Fri, May 28, 2010 at 12:19 AM, pascal wrote:
> I started over by uninstalling wmii, removing the source directory and pulling
> the source again and now wmii runs just fine
+1 I also do clean builds and complete re-installs every time to
avoid problems.
On Fri, May 28, 2010 at 09:28:50AM -0700, Suraj Kurapati wrote:
On Fri, May 28, 2010 at 12:19 AM, pascal wrote:
I started over by uninstalling wmii, removing the source directory and pulling
the source again and now wmii runs just fine
+1 I also do clean builds and complete re-installs every
Why config.def.h is not named config.h.def? Extra "extensions" are
usually added after existing, like "config.h.bak".
That way it would be possible to write
config.h:
@echo creating $@ from $...@.def
@cp $...@.def $@
Or even better (will work if you don't rename it too):
config
Hey,
First, hurray for the two releases.
On 28/05/2010, anonymous wrote:
> Why config.def.h is not named config.h.def? Extra "extensions" are
> usually added after existing, like "config.h.bak".
imo it's clearer as it is that it is in fact a header file.
> config.h: config.h.def
> @echo
Hello.
I made a patch against dmenu-4.1 that fixes editing (cursor movement,
character deletion) of utf-8 strings containing multibyte characters.
--
Ramil Farkhshatov
--- a/dmenu.c
+++ b/dmenu.c
@@ -19,6 +19,7 @@
#define INRECT(X,Y,RX,RY,RW,RH) ((X) >= (RX) && (X) < (RX) + (RW) && (Y) >=
(RY
Ramil Farkhshatov dixit (2010-05-29, 00:01):
> I made a patch against dmenu-4.1 that fixes editing (cursor movement,
> character deletion) of utf-8 strings containing multibyte characters.
Thanks!
(+1 for this to go into mainline)
--
[a]
Hi Ramil,
On 28 May 2010 21:01, Ramil Farkhshatov wrote:
> I made a patch against dmenu-4.1 that fixes editing (cursor movement,
> character deletion) of utf-8 strings containing multibyte characters.
Thanks a lot, this will go mainstream.
Cheers,
Anselm
On 28 May 2010 20:03, anonymous wrote:
> Why config.def.h is not named config.h.def? Extra "extensions" are
> usually added after existing, like "config.h.bak".
>
> That way it would be possible to write
>
> config.h:
> �...@echo creating $@ from $...@.def
> �...@cp $...@.def $@
>
> O
Hello,
I just tried dwm-5.8 and it seems that fullscreen in mplayer is not working
anymore (output with xv). I reinstalled the 5.7.2 and it works perfectly.
Does anyone has the same issue?
capitn
On Fri, 28 May 2010 12:03:30 +0100
Anselm R Garbe wrote:
> Hi there,
>
> I'm glad to announce tw
Nicolas Capit dixit (2010-05-28, 23:13):
> I just tried dwm-5.8 and it seems that fullscreen in mplayer is not working
> anymore (output with xv). I reinstalled the 5.7.2 and it works perfectly.
It truly doesn't. And I'm running with -vo vdpau. Whether I press f in
playback or supply -fs on the c
Yup, mplayer fullscreen is broken.
Antoni Grzymala wrote:
This must be very recent breakage, as I've been on running on hg tip for
the last weeks/months and only after today's checkout this turned to be
broken.
I guess it's this patch for fullscreen state:
http://hg.suckless.org/dwm/rev/2a8d
* Ramil Farkhshatov [2010-05-28 22:08]:
> I made a patch against dmenu-4.1 that fixes editing (cursor movement,
> character deletion) of utf-8 strings containing multibyte characters.
love that !
thanks a lot!
--
stanio_
On Wed, May 26, 2010 at 05:06:52PM -0400, Alex Kilgore wrote:
Hello,
In the latest tip, recently I have run into a problem where
when I run wmiir xwrite /tag/sel/ctl kill in a terminal for example,
wmii stops responding to any keypresses, but I can switch between already
open windows with the
On Thu, May 27, 2010 at 11:22:25AM +0200, Thomas Dean wrote:
I ran into the same problem today. The wmiirc script as well as all my
status bar scripts die frequently. All of them are run with dash.
Switching /bin/sh from dash to bash (and replacing dash with bash in
wmiirc) fixes the problem. It
On Fri, May 28, 2010 at 08:37:52PM -0400, Kris Maglione wrote:
> On Wed, May 26, 2010 at 05:06:52PM -0400, Alex Kilgore wrote:
> >Hello,
> >In the latest tip, recently I have run into a problem where when I
> >run wmiir xwrite /tag/sel/ctl kill in a terminal for example, wmii
> >stops responding to
29 matches
Mail list logo