[dev] Re: [wmii]wmii-hg2647 won't start

2010-05-28 Thread pascal
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

Re: [dev] [wmii] problem with wmiir xwrite /client/$client/ctl kill

2010-05-28 Thread Thomas Dean
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,

[dev] [wmii] lost wmii keyboard shortcuts during session

2010-05-28 Thread DarthDragon
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

Re: [dev] [wmii] lost wmii keyboard shortcuts during session

2010-05-28 Thread Alex Kilgore
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

[dev] wmii-hg2663: Compile error on Debian

2010-05-28 Thread Thomas Dean
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 ‘=

Re: [dev] [wmii] lost wmii keyboard shortcuts during session

2010-05-28 Thread DarthDragon
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

[dev] dwm-5.8 / dmenu-4.1

2010-05-28 Thread Anselm R Garbe
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

Re: [dev] [surf] please recheck tip

2010-05-28 Thread Enno Boland (Gottox)
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

Re: [dev] [surf] please recheck tip

2010-05-28 Thread pancake
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

Re: [dev] wmii-hg2663: Compile error on Debian

2010-05-28 Thread Davide Anchisi
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

Re: [dev] wmii-hg2663: Compile error on Debian

2010-05-28 Thread Thomas Dean
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

Re: [dev] [wmii] lost wmii keyboard shortcuts during session

2010-05-28 Thread Kris Maglione
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

Re: [dev] wmii-hg2663: Compile error on Debian

2010-05-28 Thread Kris Maglione
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/

Re: [dev] [surf] please recheck tip

2010-05-28 Thread Josh Rickmar
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

Re: [dev] Re: [wmii]wmii-hg2647 won't start

2010-05-28 Thread Suraj Kurapati
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.

Re: [dev] Re: [wmii]wmii-hg2647 won't start

2010-05-28 Thread Kris Maglione
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

Re: [dev] dwm-5.8 / dmenu-4.1

2010-05-28 Thread anonymous
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

Re: [dev] dwm-5.8 / dmenu-4.1

2010-05-28 Thread Connor Lane Smith
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

[dev] [dmenu] patch: utf-8 strings editing

2010-05-28 Thread Ramil Farkhshatov
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

Re: [dev] [dmenu] patch: utf-8 strings editing

2010-05-28 Thread Antoni Grzymala
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]

Re: [dev] [dmenu] patch: utf-8 strings editing

2010-05-28 Thread Anselm R Garbe
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

Re: [dev] dwm-5.8 / dmenu-4.1

2010-05-28 Thread Anselm R Garbe
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

Re: [dev] dwm-5.8 / dmenu-4.1

2010-05-28 Thread Nicolas Capit
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

Re: [dev] dwm-5.8 / dmenu-4.1

2010-05-28 Thread Antoni Grzymala
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

Re: [dev] dwm-5.8 / dmenu-4.1

2010-05-28 Thread ilf
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

Re: [dev] [dmenu] patch: utf-8 strings editing

2010-05-28 Thread stanio
* 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_

Re: [dev] [wmii] problem with wmiir xwrite /client/$client/ctl kill

2010-05-28 Thread Kris Maglione
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

Re: [dev] [wmii] problem with wmiir xwrite /client/$client/ctl kill

2010-05-28 Thread Kris Maglione
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

Re: [dev] [wmii] problem with wmiir xwrite /client/$client/ctl kill

2010-05-28 Thread Alex Kilgore
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