Skip to content

Instantly share code, notes, and snippets.

@dffischer
dffischer / nautilus
Last active August 29, 2015 14:08
if you have yaourt and customizepkg installed, save this as /etc/customizepkg.d/nautilus and issue "yaourt -S nautilus"
# /etc/customizepkg.d/nautilus
# restore type-ahead functionality in nautilus file manager
add#source#typeahead.patch::https://raw.githubusercontent.com/jthurner/nautilus-typeahead/master/interactive_search.patch
add#sha256sums#7c7d82908baf28d2d57471b9fbb2131d987869eb5f8f3d5890c48ab244102154
replace#global#build() {#\0\n cd $pkgbase-$pkgver\n patch -Np1 -i "../typeahead.patch"\n cd ..
@dffischer
dffischer / 27.patch
Last active August 29, 2015 13:57
firefox-gnome-keyring
diff -Naur a/GnomeKeyring.cpp b/GnomeKeyring.cpp
--- a/GnomeKeyring.cpp 2013-12-30 12:00:59.000000000 +0100
+++ b/GnomeKeyring.cpp 2014-03-25 13:49:10.721467356 +0100
@@ -37,6 +37,9 @@
*
* ***** END LICENSE BLOCK ***** */
+#define __PRUNICHAR__
+typedef char16_t PRUnichar;
+