On Sun, Apr 06, 2014 at 12:37:54AM +0300, Ari Malinen wrote:
> Its hard to write ebuilds for smdev because this line is missing from smdev:
> @mkdir -p ${DESTDIR}${PREFIX}/bin
>
> Here is patch:
> http://koti.kapsi.fi/~deferi/patches/smdev-git-create-bin.diff
This has been fixed, thanks for repor
Hello!
I've tried to use dmenu to open URLs with surf and discovered that it
crashes with segfault when you hit return on a word which hasn't matches.
So I've made a patch, which you can find in attachment.
Patch tested with dmenu 6.0 sources.
--
Sincerely,
Anton
diff --git a/dmenu.c b/dmenu.
Anton Ermolenko writes:
> I've tried to use dmenu to open URLs with surf and discovered that it
> crashes with segfault when you hit return on a word which hasn't matches.
Is "it" dmenu or surf? Assuming I have understood your report correctly
(dmenu segfaults when you hit return on a word with no
Hello!
Sorry for wrong version, just started to figure out all this bunch of
suckless software.
It is certainly dmenu
Here is proper version:
anton@pi:~/D/S/dmenu $ ./dmenu -v
dmenu-4.5-tip, © 2006-2012 dmenu engineers, see LICENSE for details
It is also certainly crashes:
Without patch:
ant
Changes 0 to False.
--- a/st.c 2014-04-06 22:50:06.236573047 -0700
+++ b/st.c 2014-04-06 22:54:20.660558444 -0700
@@ -3737,8 +3737,8 @@
else
cresize(xw.fw, xw.fh);
- gettimeofday(&lastblink, NULL);
gettimeofday(&last, NULL);
+ lastblink = last;
for(xev
On Sun, Apr 6, 2014 at 11:05 PM, Toaster Toaster wrote:
> Changes 0 to False.
Forgot patch.
--- a/st.c 2014-04-06 22:50:06.236573047 -0700
+++ b/st.c 2014-04-06 22:50:18.122565549 -0700
@@ -3089,7 +3089,7 @@
xresettitle();
XMapWindow(xw.dpy, xw.win);
xhints();
-