diff options
author | Ian Stakenvicius <axs@gentoo.org> | 2009-09-08 18:49:04 +0000 |
---|---|---|
committer | Ian Stakenvicius <axs@gentoo.org> | 2009-09-08 18:49:04 +0000 |
commit | 07d7519e95d13a1f08ac02e61dca98dc50b1299d (patch) | |
tree | 41e7e2815327534057dd66c9bc69a66e2c473f68 /app-misc/mswinurl_launcher/files | |
parent | dev-python/greenlet: Add a patch that avoids ez_setup behavior (diff) | |
download | sunrise-07d7519e95d13a1f08ac02e61dca98dc50b1299d.tar.gz sunrise-07d7519e95d13a1f08ac02e61dca98dc50b1299d.tar.bz2 sunrise-07d7519e95d13a1f08ac02e61dca98dc50b1299d.zip |
app-misc/mswinurl_launcher: New package for bug #283698 - thanks to ssuominen for the ebuild help
svn path=/sunrise/; revision=9198
Diffstat (limited to 'app-misc/mswinurl_launcher/files')
-rw-r--r-- | app-misc/mswinurl_launcher/files/mswinurl_launcher.desktop | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/app-misc/mswinurl_launcher/files/mswinurl_launcher.desktop b/app-misc/mswinurl_launcher/files/mswinurl_launcher.desktop new file mode 100644 index 000000000..1b66e9780 --- /dev/null +++ b/app-misc/mswinurl_launcher/files/mswinurl_launcher.desktop @@ -0,0 +1,11 @@ +[Desktop Entry] +Version=1.0 +Type=Application +Name=MS Windows URL file launcher +Comment=Python script to parse and launch .url files (html links) from MS Windows +NoDisplay=true +Terminal=false +TryExec=mswinurl_launcher.py +Exec=mswinurl_launcher.py %F +Icon=text-html +MimeType=text/x-uri; |