Skip to content

Instantly share code, notes, and snippets.

View hasufell's full-sized avatar
👀
Staring

Julian Ospald hasufell

👀
Staring
View GitHub Profile
openra
Platform is Linux
Using Gl renderer
Desktop resolution: 1920x1200
No custom resolution provided, using desktop resolution
Using resolution: 1920x1200
Available mods:
cnc: C&C ({DEV_VERSION})
ra: Red Alert ({DEV_VERSION})
Loading mods: ra
@hasufell
hasufell / gist:2337601
Created April 8, 2012 14:32
spacefm buildlog
>>> Emerging (1 of 1) x11-misc/spacefm-9999 from hasufell-overlay
>>> Unpacking source...
GIT update -->
repository: git://github.com/IgnorantGuru/spacefm.git
at the commit: 049e1f5d4982e0853a6aeac8130a6e6b62d2a415
branch: master
storage directory: "/usr/portage/distfiles/egit-src/spacefm.git"
checkout type: bare repository
Cloning into /var/tmp/portage/x11-misc/spacefm-9999/work/spacefm-9999...
done.
 * Package: media-libs/devil-1.7.8-r1
 * Repository: hasufell-overlay
 * Maintainer: games@gentoo.org
 * USE: X amd64 elibc_glibc gif glut jpeg kernel_linux mng multilib nvtt opengl png sdl sse sse2 tiff userland_GNU
 * FEATURES: sandbox
>>> Unpacking source...
>>> Unpacking DevIL-1.7.8.tar.gz to /var/tmp/portage/media-libs/devil-1.7.8-r1/work
>>> Source unpacked in /var/tmp/portage/media-libs/devil-1.7.8-r1/work
>>> Preparing source in /var/tmp/portage/media-libs/devil-1.7.8-r1/work/devil-1.7.8 ...
* Applying devil-1.7.8-CVE-2009-3994.patch ...
@hasufell
hasufell / audacious-plugins-3.2.2-sdl.patch
Created May 7, 2012 13:23
applied on 1871b6943c0e09f75aa6708fbbb5145a0cdbfbc3
--- configure.ac
+++ configure.ac
@@ -693,11 +693,8 @@
[enable_sdlout=$enableval], [enable_sdlout=yes])
if test $enable_sdlout = yes ; then
- AM_PATH_SDL(1.2.5, [enable_sdlout=yes], [enable_sdlout=no])
-fi
-
-if test $enable_sdlout = yes ; then
@hasufell
hasufell / gist:2820109
Created May 28, 2012 17:05
spacefm backtrace
#0 0x00000038d6c0fc9d in open64 () from /lib64/libpthread.so.0
#1 0x0000000000419757 in open (__oflag=0, __path=0x95b300 "/home/jule/.g15fifo-jule")
at /usr/include/bits/fcntl2.h:54
#2 mime_type_get_by_file (filepath=0x95b300 "/home/jule/.g15fifo-jule", statbuf=0x7fffffffd5f0,
basename=0xa3b740 ".g15fifo-jule") at mime-type/mime-type.c:184
#3 0x000000000041c612 in vfs_mime_type_get_from_file (file_path=<optimized out>, base_name=<optimized out>,
pstat=<optimized out>) at vfs/vfs-mime-type.c:165
#4 0x000000000041e165 in vfs_file_info_reload_mime_type (fi=0xa530e0,
full_path=0x95b300 "/home/jule/.g15fifo-jule") at vfs/vfs-file-info.c:223
#5 0x000000000041e691 in reload_mime_type (key=<optimized out>, dir=0xa372a0, user_data=<optimized out>)
@hasufell
hasufell / spacefm-icon.patch
Created June 16, 2012 23:09
patch for icon destination in spacefm
--- data/Makefile.am
+++ data/Makefile.am
@@ -9,16 +9,10 @@
spacefm-find.desktop \
spacefm-folder-handler.desktop
-icondir = $(datadir)/pixmaps
-icon_DATA = spacefm.png \
+icon48dir = $(datadir)/icons/hicolor/48x48/apps
+icon48_DATA = spacefm.png \
--- configure.in
+++ configure.in
@@ -183,6 +183,14 @@
fi
AM_CONDITIONAL(DESKTOP_INTEGRATION, test "$desktop_integration" = "yes")
+AC_ARG_WITH(
+ [icondir],
+ AS_HELP_STRING([--with-icondir=VAL],
+ [0 for $datadir/pixmaps 1 for $datadir/icons/...(default: 0)]),
ERROR: [22/Jun/2012:01:19:43] HTTP Traceback (most recent call last): File "/usr/lib64/python2.7/site-packages/cherrypy/_cprequest.py", line 656, in respond response.body = self.handler() File "/usr/lib64/python2.7/site-packages/cherrypy/lib/encoding.py", line 188, in __call__ self.body = self.oldhandler(*args, **kwargs) File "/usr/lib64/python2.7/site-packages/cherrypy/_cpdispatch.py", line 34, in __call__ return self.callable(*self.
args, **self.kwargs) File "/usr/lib64/python2.7/site-packages/sabnzbd/interface.py", line 394, in tapi return api_handler(kwargs) File "/usr/lib64/python2.7/site-packages/sabnzbd/api.py", line 100, in api_handler response = _api_table.get(mode, _api_undefined)(name, output, kwargs) File "/usr/lib64/python2.7/site-packages/sabnzbd/api.py", line 297, in _api_addfile size = len(name.value) TypeError: object of type 'NoneType' has no len()
Every other use, especially the unauthorized leasing, public display or other demonstration (e.g. in schools or universities), copying, multiple installation or transfer, and any other process by which this software or parts of it may be made available to the general public (including via Internet or other online systems) without prior written consent is prohibited.
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=4
inherit eutils fdo-mime gnome2-utils mono multilib
MY_PN="KeePass"