Skip to content

Instantly share code, notes, and snippets.

View knocte's full-sized avatar
💭
F#ing

Andres G. Aragoneses knocte

💭
F#ing
View GitHub Profile
The program 'Banshee' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadMatch (invalid parameter attributes)'.
(Details: serial 31 error_code 8 request_code 151 minor_code 13)
(Note to programmers: normally, X errors are reported asynchronously;
that is, you will receive the error a while after causing it.
To debug your program, run it with the --sync command line
option to change this behavior. You can then get a meaningful
backtrace from your debugger if you break on the gdk_x_error() function.)
@knocte
knocte / gist:debd32c0212c164c4807
Last active August 29, 2015 14:05
#banshee channel, 10th of August, 2014
22:57 <bugbot> New banshee bug 734590 filed by xDarkice.
22:57 <bugbot> xDarkice added attachment 283041 to bug 734590
22:57 <bugbot> Attachment https://bugzilla.gnome.org/attachment.cgi?id=283041&action=edit patch, Proposed patch, 0001-gstreamer-Don-t-dispose-GValue.patch
22:57 <bugbot> Bug https://bugzilla.gnome.org/show_bug.cgi?id=734590 normal, Normal, ---, banshee-maint, UNCONFIRMED, Don't dispose managed GValue instance
-!- Day changed to Monday, August 11, 2014
00:06 <knocte> xDarkice: ping
00:17 <xDarkice> knocte: pong
00:19 <knocte> xDarkice: just saw your patch
00:19 <knocte> and I'm slightly concerned about it; an IDisposable in .NET is an object that should be disposed, always, as in, not doing it is a programmer error
00:20 <xDarkice> Value has no owned mechanism, but if it had then it would be set to false here
knocte14041@ulisuntu14041:~/tmp/dbus-sharp-0.8.1$ make
Making all in src
make[1]: Entering directory `/home/knocte14041/tmp/dbus-sharp-0.8.1/src'
/usr/bin/xbuild /nologo /verbosity:quiet dbus-sharp.csproj
: error CS2001: Source file `OSHelpers.cs' could not be found
make[1]: *** [dbus-sharp.dll] Error 1
make[1]: Leaving directory `/home/knocte14041/tmp/dbus-sharp-0.8.1/src'
make: *** [all-recursive] Error 1
convo in #smuxi-devel
18:22 <knocte> why doesn't `apt-file search nini.pc` return libnini-cil-dev ?
18:29 <cmn> on stable, libnini-cil-dev contains /usr/lib/pkgconfig/nini-1.1.pc, not nini.pc
18:34 <knocte> interesting, then why after intalling libnini-cil-dev, smuxi's autogen.sh stops yelling at me for the "nini" package?
18:35 <knocte> maybe smuix checks for both nini and nini-1.1?
18:35 <cmn> presumably it's looking for nini-1.1 but giving you the name of nini
18:36 <cmn> yeah, it does check for both
18:36 <cmn> first nini-1.1 and then nini if that didn't do it
18:37 <knocte> ah cool
diff --git a/src/Core/Banshee.ThickClient/Banshee.Sources.Gui/SourceRowRenderer.cs b/src/Core/Banshee.ThickClient/Banshee.Sources.Gui/Sourc$
index dfa5b20..cac33f1 100644
--- a/src/Core/Banshee.ThickClient/Banshee.Sources.Gui/SourceRowRenderer.cs
+++ b/src/Core/Banshee.ThickClient/Banshee.Sources.Gui/SourceRowRenderer.cs
@@ -129,7 +129,7 @@ namespace Banshee.Sources.Gui
if (!(widget is TreeView)) {
minimum_width = natural_width = 200;
} else {
- minimum_width = natural_width = 0;
+ base.OnGetPreferredWidth (widget, out minimum_width, out natural_width);
W: Failed to fetch http://security.debian.org/dists/unstable/updates/main/source/Sources 404 Not Found [IP: 195.20.242.89 80]
W: Failed to fetch http://security.debian.org/dists/unstable/updates/contrib/source/Sources 404 Not Found [IP: 195.20.242.89 80]
W: Failed to fetch http://security.debian.org/dists/unstable/updates/main/binary-amd64/Packages 404 Not Found [IP: 195.20.242.89 80]
W: Failed to fetch http://security.debian.org/dists/unstable/updates/contrib/binary-amd64/Packages 404 Not Found [IP: 195.20.242.89 80]
W: Failed to fetch http://ftp.pt.debian.org/debian/dists/unstable-updates/main/source/Sources 404 Not Found [IP: 193.136.216.34 80]
00:15 -!- knocte [knocte@2001:6f8:1cd9:1080::1] has joined #debian-gnome
00:16 <knocte> hi guys! if I install debian stable with Gnome, eveything works great, but then if I upgrade to testing or to unstable, the GUI doesn't show up anymore and I have to log in via CTRL+ALT+Fn, any ideas on how to fix it? thanks!
00:19 <zlatan> don't upgrade?
00:22 -!- Noskcaj [~Noskcaj@101.174.22.99] has quit [Ping timeout: 480 seconds]
00:28 <mbiebl_> knocte: I have to agree here: unstable/testing can be bumpy at times
00:28 <mbiebl_> atm we are midway through the 3.16 transition
00:29 <mbiebl_> if you are not prepared to deal with such issues, stable would probably be a better fit for you
00:29 <mbiebl_> especially after a new release unstable/testing can be a bit rough
gbp:error: upstream/0.99.0 is not a valid treeish
Gtk-Message: Failed to load module "canberra-gtk-module"
Hunk #2 succeeded at 752 (offset 29 lines).
==> 2015-06-08 16:48:04: Building gtk+
+ ./autogen.sh --prefix="/Users/joseantoniomunozmoreno/knocte/bockbuild26/profiles/banshee/build-root/_install" --with-gdktarget=quartz
You must have gtk-doc installed to compile Gtk+.
Install the appropriate package for your distribution,
or get the source tarball at http://ftp.gnome.org/pub/GNOME/sources/gtk-doc/
Traceback (most recent call last):
File "./darwin.py", line 70, in <module>
Exception: ERROR: command exited with exit code 256: OBJCFLAGS="-I/Users/joseantoniomunozmoreno/knocte/bockbuild/profiles/banshee/build-root/_install/include -D_XOPEN_SOURCE -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -O0 -ggdb3 -arch i386" CFLAGS="-I/Users/joseantoniomunozmoreno/knocte/bockbuild/profiles/banshee/build-root/_install/include -D_XOPEN_SOURCE -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -O0 -ggdb3 -arch i386" CXXFLAGS="-I/Users/joseantoniomunozmoreno/knocte/bockbuild/profiles/banshee/build-root/_install/include -D_XOPEN_SOURCE -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -O0 -ggdb3 -arch i386" CPPFLAGS="-I/Users/joseantoniomunozmoreno/knocte/bockbuild/profiles/banshee/build-root/_install/include -D_XOPEN_SOURCE -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/Ma