Skip to content

Instantly share code, notes, and snippets.

View ermshiperete's full-sized avatar

Eberhard Beilharz ermshiperete

View GitHub Profile
@ermshiperete
ermshiperete / gist:10478224
Created April 11, 2014 15:33
geckofx 22 crash
mono GetObjectForIUknown bug has been fixed! Please delete this fix.
mono GetObjectForIUknown bug has been fixed! Please delete this fix.
mono GetObjectForIUknown bug has been fixed! Please delete this fix.
Gtk-Message: Failed to load module "gtk-vector-screenshot"
mono GetObjectForIUknown bug has been fixed! Please delete this fix.
mono GetObjectForIUknown bug has been fixed! Please delete this fix.
Stacktrace:
at <unknown> <0xffffffff>
at (wrapper managed-to-native) Gtk.Application.gtk_main_iteration_do (bool) <IL 0x0001b, 0xffffffff>
@ermshiperete
ermshiperete / gist:10478800
Created April 11, 2014 15:42
geckofx 22 crash with (patched) Mono 2.10.9
Gtk-Message: Failed to load module "gtk-vector-screenshot"
Stacktrace:
at (wrapper managed-to-native) Gtk.Application.gtk_main_iteration_do (bool) <IL 0x0001b, 0xffffffff>
at Gtk.Application.RunIteration (bool) <IL 0x00001, 0x00013>
at GtkDotNet.GtkWrapperNoThread.ProcessPendingGtkEvents () <IL 0x00007, 0x0001f>
at GtkDotNet.GtkWrapperNoThread.HandleSystemWindowsFormsApplicationIdle (object,System.EventArgs) <IL 0x00008, 0x0001b>
at (wrapper delegate-invoke) <Module>.invoke_void__this___object_EventArgs (object,System.EventArgs) <IL 0x00059, 0xffffffff>
at System.Windows.Forms.XplatUIX11.UpdateMessageQueue (System.Windows.Forms.XEventQueue,bool) [0x0005a] in /home/eberhard/fwrepo/mono/mono/mcs/class/Managed.Windows.Forms/System.Windows.Forms/XplatUIX11.cs:1717
at System.Windows.Forms.XplatUIX11.UpdateMessageQueue (System.Windows.Forms.XEventQueue) [0x00000] in /home/eberhard/fwrepo/mono/mono/mcs/class/Managed.Windows.Forms/System.Windows.Forms/XplatUIX11.cs:1701
@ermshiperete
ermshiperete / .gitignore
Last active August 29, 2015 14:06
Xamarin 23168
bin/
obj/
@ermshiperete
ermshiperete / .gitignore
Last active August 29, 2015 14:23
MongoDB test app
#Autosave files
*~
#build
[Oo]bj/
[Bb]in/
packages/
TestResults/
# globs
@ermshiperete
ermshiperete / .gitignore
Last active December 27, 2015 16:39
My script to normalize line endings and cleanup whitespace, and the wrapper script that has all the steps to convert the Bloom repo.
bloom-desktop/
bloom-desktop_hg/
bloom-desktop_hg.hatton/
chorus/
chorus_hg/
chorushelp/
chorushelp_hg/
flexbridge/
fwbridge_hg/
gafaws/
@ermshiperete
ermshiperete / TntMPD.desktop
Created November 7, 2013 20:24
TntMPD on Ubuntu I have it working version 1.2.2 of Wine which I compiled from git sources. Wine and TntMPD are installed in the subdirectory ~/wineTntMPD. There are some extra files in wineTntMPD that allow to start TntMPD.
#!/usr/bin/env xdg-open
[Desktop Entry]
Version=1.0
Type=Application
Terminal=false
Icon[en_US]=/home/eberhard/wineTntMpd/Logo_2D00_Web_2D00_RTM3.png
Name[en_US]=TntMPD
Exec=/home/eberhard/wineTntMpd/tntmpd
Name=TntMPD
<html>
<head>
<meta name="generator" content=
"HTML Tidy for HTML5 (experimental) for Linux https://github.com/w3c/tidy-html5/tree/c63cc39">
<title></title>
</head>
<body>
<div data-book='test'>
@ermshiperete
ermshiperete / mono-sil
Created February 3, 2016 07:48
Modified mono-sil for LfMerge
#!/bin/bash
# mono-sil
#
# Original author: MarkS 2010-06-03
# Modified for generalized use by WeSay and other projects: SteveMc 2014-01-10
#
# Set up environment for running the SIL version of mono. Suitable for use by
# monodevelop.
#
@ermshiperete
ermshiperete / gist:9f7f303507488b2321d6
Last active February 3, 2016 10:36
Error when running `vagrant up` in `web-languageforge/deploy/debian`
TASK [ssl_config : Summary] ****************************************************
failed: [dev -> localhost] => (item={u'state': u'selfsign', u'request': {u'locality': u'Chiang Mai', u'organization_unit': u'', u'alt_names': [{u'key': u'DNS.1', u'value': u'www.scriptureforge.local'}, {u'key': u'DNS.2', u'value': u'scriptureforge.local'}], u'state': u'Chiang Mai', u'country_code': u'TH', u'common_name': u'scriptureforge.local', u'organization': u'SIL'}, u'name': u'scriptureforge', u'sign': None}) => {"changed": false, "cmd": "openssl req -text -in site_info/dev/ssl/scriptureforge.csr | grep -v '\\(:\\w\\w:$\\)\\|\\(\\w\\w:\\w\\w$\\)' | head -n 18 > site_info/dev/ssl/scriptureforge.csr.txt", "delta": "0:00:00.008902", "end": "2016-02-03 10:58:40.176651", "failed": true, "item": {"name": "scriptureforge", "request": {"alt_names": [{"key": "DNS.1", "value": "www.scriptureforge.local"}, {"key": "DNS.2", "value": "scriptureforge.local"}], "common_name": "scriptureforge.local", "country_code": "TH", "locality": "Chian
@ermshiperete
ermshiperete / authors-prog.sh
Last active June 30, 2017 13:21
Tools for fixing automated import from icu4c
#!/bin/bash
echo "$1 <$1@svn.icu-project.org>"