Skip to content

Instantly share code, notes, and snippets.

@JonasGroeger
Created February 13, 2013 12:29
Show Gist options
  • Save JonasGroeger/4944258 to your computer and use it in GitHub Desktop.
Save JonasGroeger/4944258 to your computer and use it in GitHub Desktop.
.desktop file for launching PDF-XChange Viewer with wine
[Desktop Entry]
Type=Application
Name=PDF-XChange Viewer
MimeType=application/pdf;
Exec=env WINEPREFIX="/home/jonas/.wine" wine start /ProgIDOpen PDF-XChangeViewer.1 %f
NoDisplay=true
StartupNotify=true
Icon=C055_PDFXCview.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment