Skip to content

Instantly share code, notes, and snippets.

View hasufell's full-sized avatar
👀
Staring

Julian Ospald hasufell

👀
Staring
View GitHub Profile
@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"
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=4
inherit eutils toolchain-funcs
DESCRIPTION="PAM Module for two step verification via mobile platform"
HOMEPAGE="http://code.google.com/p/google-authenticator/"
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=4
WX_GTK_VER="2.8"
inherit cmake-utils eutils gnome2-utils wxwidgets games
MY_P=${PN}-src-${PV}
DESCRIPTION="An online multiplayer, free software engine for Doom and Doom II"
--- conf/httpd.conf 2012-02-12 23:31:57.000000000 +0100
+++ conf/httpd.conf 2012-07-22 04:12:51.932000083 +0200
@@ -36,6 +36,7 @@
# ServerRoot at a non-local disk, be sure to point the LockFile directive
# at a local disk. If you wish to share the same ServerRoot for multiple
# httpd daemons, you will need to change at least LockFile and PidFile.
+# Comment: The LockFile directive has been replaced by the Mutex directive
ServerRoot "/usr/lib/apache2"
# Dynamic Shared Object (DSO) Support