Skip to content

Instantly share code, notes, and snippets.

View freaktechnik's full-sized avatar
🚞
I like trains

Martin Giger freaktechnik

🚞
I like trains
View GitHub Profile
@freaktechnik
freaktechnik / LICENSE
Created June 8, 2014 22:06
NGale logo license
The Nightingale logo can be used without any permission for works directly related to Nightingale. Usage for any other purposes, including distribution with a fork of Nightingale, are not allowed.
@freaktechnik
freaktechnik / gist:e05a083e59932c99887e
Last active August 29, 2015 14:02
KnownEQPresetsBugs
  • Saved EQ presets don't change name when the locale of the application changes
  • Current eq preset name incorrect after locale change
@freaktechnik
freaktechnik / Makefile
Created February 15, 2014 23:18
Nightingale make install
ifeq (, $(filter linux, $(OSTYPE)))
$(error Installing using make is currently not supported on your operating system)
endif
$(CP) $(DISTDIR) /usr/lib/nightingale
ln -s /usr/lib/nightingale/nightingale /usr/bin/nightingale
xdg-icon-ressource install --novendor --size 512 $(DISTDIR)/chrome/icons/default/default.xpm nightingale
xdg-desktop-menu install --novendor $(TOPSRCDIR)/debian/nightingale.desktop
@freaktechnik
freaktechnik / EQPresetsInterfacesDraft.idl
Last active August 29, 2015 13:56
Nightingale Equalizer Presets API Draft
// The content of this file is subject to change
// Nightingale Equalizer Presets Backend Infrastructure draft
interface sbIMediacoreMultibandEqualizer : nsISupports
{
...
attribute AString currentPresetName;
};