-
when parse command-line, answers treats as regexp. and if they contains special regex characters, regcomp() fails.
2009-05-07 09:32:40 UTC in empty
-
patch don't need anymore. issue disappeared in latest svn.
2009-04-05 07:17:54 UTC in PCMan File Manager
-
this bug appears in stable release and in svn vesion of fbpanel
patch fixing this issue (for svn trunk):
--- panel/misc.c.orig 2008-08-12 00:58:12.000000000 +0300
+++ panel/misc.c 2008-09-30 19:33:25.000000000 +0300
@@ -975,12 +975,15 @@
icon_info = gtk_icon_theme_lookup_icon(gtk_icon_theme_get_default(),
iname, MAX(width, height), 0);
if (icon_info) {.
2008-10-01 04:24:16 UTC in fbpanel - lightweight X11 desktop panel
-
i got an error "ptk-utils.c:(.text+0x454): undefined reference to `get_working_area'" when build pcmanfm with --disable-desktop-integration
attached patch correct this error.
2008-08-03 18:27:36 UTC in PCMan File Manager
-
conky don't build if --disable-own-window specified.
2007-11-11 10:20:56 UTC in Conky