Arnout Engelen

Show:

What's happening?

  • 'Options' panel remains empty

    When I choose a Command, the 'Options' panel is not filled with the GUI for that command. On startup the following message is printed: /usr/src/everygui/libglade.py:20: GtkWarning: gtk_notebook_set_tab_label: assertion `GTK_IS_WIDGET (child)' failed self.widgets = gtk.glade.XML(Filename, WindowName, gettext.textdomain()) Traceback (most recent call last): File...

    2009-09-27 15:37:00 UTC in EveryGUI

  • checkout-developer-layout.sh misses a $

    Line 43 of checkout-developer-layout.sh should contain '$SVNOPTIONS' instead of 'SVNOPTIONS'.

    2009-09-19 16:34:36 UTC in Pure Data Computer Music System

  • Comment: cvs doesn't compile with g++ 4.3.4

    Sorry, I didn't realize CVS was outdated and the code now lives in SVN. I updated http://puredata.info/docs/developer/GettingPdSource to now reflect this change.

    2009-09-19 16:24:16 UTC in Pure Data Computer Music System

  • cvs doesn't compile with g++ 4.3.4

    externals/iem/iemxmlrpc/xmlrpc++/src/XmlRpcClient.cpp lacks a '#import ' required to use strncasecmp externals/iem/iemxmlrpc/xmlrpc++/src/XmlRpcServerConnection.cpp lacks a '#import ' required to use strncasecmp externals/iem/iemxmlrpc/xmlrpc++/src/XmlRpcSocket.cpp lacks a '#import ' required to use memset externals/gem2pdp/gem2pdp.cpp accesses some private fields...

    2009-09-19 15:07:59 UTC in Pure Data Computer Music System

  • document pid=tid

    rtprio is a per-thread thing, not a per-process thing - so it's desirable to be able to set the rtprio per thread. rtprio actually already supports this: the 'pid' parameter accepts thread/lwp id's. It might be nice to change the documentation (manpage and 'usage') to make this more obvious.

    2009-09-13 10:45:51 UTC in rtprio for Linux

  • Patchbay documentation

    It might be nice to have documentation for the patchbay on the main project page - a link to or copy of http://www.rncbc.org/drupal/node/76 might be a good start.

    2009-09-12 13:34:55 UTC in QjackCtl

  • Comment: tv_grab_nl works again

    I browsed though their FAQ, contact and privacy pages, and found nothing related to scrapers.

    2009-08-25 09:21:23 UTC in XMLTV

  • Comment: tv_grab_nl works again

    Pending a decision on whether or not to 'officially' enable this grabber again, it might be nice to include the fixed version in the source tree anyway, to make it a bit easier to find for those who know where to look... Too bad we never heard from http://sourceforge.net/tracker/index.php?func=detail&aid=1834137&group_id=39046&atid=424135 again.

    2009-08-18 00:55:52 UTC in XMLTV

  • Allow use by non-root users

    The script checks whether the euid is 0 and fails with an error message otherwise. However, if /etc/security/limits.conf has been modified, it might actually be possible for normal users to manipulate rtprio. Because of that, this check should be removed.

    2009-06-27 00:24:59 UTC in rtprio for Linux

  • Comment: Import: automatically link to accounts

    As an initial implementation, we could just match the 'memo' field with a regex. I'd be willing to give this a shot. Right now I think it should look something like this: Data model: add an 'ImportPattern' StoredObject with the pattern/regex, the Account those lines should be linked to, and an index (because this should be an ordered list). Logic: The logic could be called in...

    2009-05-09 10:00:03 UTC in jGnash