Skip to content

Instantly share code, notes, and snippets.

@JonasGroeger
Created February 13, 2013 12:28
Show Gist options
  • Select an option

  • Save JonasGroeger/4944255 to your computer and use it in GitHub Desktop.

Select an option

Save JonasGroeger/4944255 to your computer and use it in GitHub Desktop.
.desktop file for launching SumatraPDF with wine
[Desktop Entry]
Type=Application
Name=SumatraPDF
MimeType=application/pdf;
Exec=env WINEPREFIX="/home/jonas/.wine" wine start /ProgIDOpen SumatraPDF %f
NoDisplay=true
StartupNotify=true
Icon=518F_SumatraPDF.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment