Skip to content

Instantly share code, notes, and snippets.

View wfarr's full-sized avatar
:shipit:
shipping

Will Farrington wfarr

:shipit:
shipping
View GitHub Profile
wfarr@lawn-128-61-28-109:~$ GST_DEBUG=2 /Applications/Banshee.app/Contents/MacOS/banshee --debug
** Running Mono with --debug **
[Info 23:43:14.724] Running Banshee 1.3.3
** (/Applications/Banshee.app/Contents/MacOS/Nereid.exe:6117): WARNING **: Symbol file /Library/Frameworks/Mono.framework/Versions/2.0/lib/mono/gac/Mono.Addins/0.3.0.0__0738eb9f132ed756/Mono.Addins.dll.mdb has incorrect version (expected 50.0, got 39)
[Warn 23:43:15.498] DBus support could not be started. Disabling for this session.
[Debug 23:43:15.506] Core service started (DBusServiceManager, 0.001606s)
[Debug 23:43:15.508] Core service started (DBusCommandService, 0.001567s)
[Debug 23:43:15.571] Opened SQLite connection to /Users/wfarr/.config/banshee-1/banshee.db
[Debug 23:43:15.571] Core service started (DbConnection, 0.062514s)
wfarr@lawn-128-61-28-109:~$ GST_DEBUG=2 /Applications/Banshee.app/Contents/MacOS/banshee --debug
** Running Mono with --debug **
[Info 23:50:40.319] Running Banshee 1.3.3
** (/Applications/Banshee.app/Contents/MacOS/Nereid.exe:6458): WARNING **: Symbol file /Library/Frameworks/Mono.framework/Versions/2.0.1/lib/mono/gac/Mono.Addins/0.3.0.0__0738eb9f132ed756/Mono.Addins.dll.mdb has incorrect version (expected 50.0, got 39)
[Warn 23:50:42.462] DBus support could not be started. Disabling for this session.
[Debug 23:50:42.470] Core service started (DBusServiceManager, 0.001557s)
[Debug 23:50:42.472] Core service started (DBusCommandService, 0.001523s)
[Debug 23:50:42.617] Opened SQLite connection to /Users/wfarr/.config/banshee-1/banshee.db
[Debug 23:50:42.617] Core service started (DbConnection, 0.144886s)
~/Source/banshee/build/osx/deps/bundle-install/lib
wfarr@lawn-128-61-28-109$ ls | grep liboil
liboil-0.3.0.3.0.dylib
liboil-0.3.0.dylib
liboil-0.3.a
liboil-0.3.dylib
liboil-0.3.la
~/Source/banshee/build/osx/deps/bundle-sources/gst-plugins-bad-0.10.7
wfarr@lawn-128-61-28-109$ ./configure --prefix=/Users/wfarr/Source/banshee/build/osx/deps/bundle-install --disable-gtk-doc --with-plugins=quicktime --disable-apexsink --disable-bz2 --disable-metadata --disable-oss4 --disable-theoradec
checking for a BSD-compatible install... /usr//bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking nano version... 0 (release)
wfarr@lawn-128-61-28-109:~/banshee/build/osx$ GST_DEBUG=2 /Applications/Banshee.app/Contents/MacOS/banshee --debug** Running Mono with --debug **
[Info 02:06:25.294] Running Banshee 1.3.3
** (/Applications/Banshee.app/Contents/MacOS/Nereid.exe:62260): WARNING **: Symbol file /Library/Frameworks/Mono.framework/Versions/2.0.1/lib/mono/gac/Mono.Addins/0.3.0.0__0738eb9f132ed756/Mono.Addins.dll.mdb has incorrect version (expected 50.0, got 39)
[Warn 02:06:26.077] DBus support could not be started. Disabling for this session.
[Debug 02:06:26.085] Core service started (DBusServiceManager, 0.001575s)
[Debug 02:06:26.087] Core service started (DBusCommandService, 0.001565s)
[Debug 02:06:26.153] Opened SQLite connection to /Users/wfarr/.config/banshee-1/banshee.db
[Debug 02:06:26.153] Core service started (DbConnection, 0.066048s)
[Debug 02:06:26.160] Database version 22 is up to date
wfarr@lawn-128-61-28-109:~/banshee/build/osx$ export GST_REGISTRY_FORK=no
wfarr@lawn-128-61-28-109:~/banshee/build/osx$ GST_DEBUG=2 /Applications/Banshee.app/Contents/MacOS/banshee --debug** Running Mono with --debug **
[Info 02:09:17.122] Running Banshee 1.3.3
** (/Applications/Banshee.app/Contents/MacOS/Nereid.exe:62302): WARNING **: Symbol file /Library/Frameworks/Mono.framework/Versions/2.0.1/lib/mono/gac/Mono.Addins/0.3.0.0__0738eb9f132ed756/Mono.Addins.dll.mdb has incorrect version (expected 50.0, got 39)
[Warn 02:09:17.892] DBus support could not be started. Disabling for this session.
[Debug 02:09:17.900] Core service started (DBusServiceManager, 0.001574s)
[Debug 02:09:17.902] Core service started (DBusCommandService, 0.001547s)
[Debug 02:09:18.066] Opened SQLite connection to /Users/wfarr/.config/banshee-1/banshee.db
[Debug 02:09:18.066] Core service started (DbConnection, 0.164338s)
#import <Foundation/Foundation.h>
int main (int argc, const char * argv[]) {
NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init];
PrintPathInfo();
PrintProcessInfo();
PrintBookmarkInfo();
// PrintIntrospectionInfo();
#!/bin/env python
import re
words = []
file = open('/Users/wfarr/myfile', 'r')
for line in file:
for w in line.split(' '):
words.append(w.strip)
(defun pretty-lambdas ()
(font-lock-add-keywords
nil `(("(?\\(lambda\\>\\)"
(0 (progn (compose-region (match-beginning 1) (match-end 1)
,(make-char 'greek-iso8859-7 107))
nil))))))
DEFUN ("switch-to-buffer", Fswitch_to_buffer, Sswitch_to_buffer, 1, 2,
"(list (read-buffer-to-switch \"Switch to buffer: \"))",
doc: /* Make BUFFER-OR-NAME current and display it in selected window.
BUFFER-OR-NAME may be a buffer, a string \(a buffer name), or
nil. Return the buffer switched to.
If BUFFER-OR-NAME is a string and does not identify an existing
buffer, create a new buffer with that name. Interactively, if
`confirm-nonexistent-file-or-buffer' is non-nil, request
confirmation before creating a new buffer. If BUFFER-OR-NAME is