Skip to content

Instantly share code, notes, and snippets.

@ermshiperete
Created November 7, 2013 20:24
Show Gist options
  • Save ermshiperete/7361255 to your computer and use it in GitHub Desktop.
Save ermshiperete/7361255 to your computer and use it in GitHub Desktop.
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.
PATH="$HOME/wineTntMpd/bin:$PATH"
export WINEPREFIX=$HOME/wineTntMpd/.wine
#!/bin/bash
cd $(dirname "$0")
. environ
#git checkout .wine/user.reg
wine .wine/drive_c/Program\ Files/TntWare/TntMPD/TntMPD.exe $@
#wine .wine/drive_c/Program\ Files/AutoIt3/AutoIt3.exe autoit_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
Icon=/home/eberhard/wineTntMpd/Logo_2D00_Web_2D00_RTM3.png
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment