~ubuntu-branches/ubuntu/lucid/qtm/lucid-updates

« back to all changes in this revision

Viewing changes to qtm-desktop-suse.sh

  • Committer: Bazaar Package Importer
  • Author(s): Patryk Cisek
  • Date: 2009-07-03 15:07:56 UTC
  • Revision ID: james.westby@ubuntu.com-20090703150756-11x75iewoopx1zf6
Tags: upstream-1.1.1
ImportĀ upstreamĀ versionĀ 1.1.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/sh
 
2
cat <<EOF
 
3
[Desktop Entry]
 
4
Version=1.0
 
5
Type=Application
 
6
Name=QTM
 
7
GenericName=Blog editor
 
8
Comment=Weblog management application
 
9
TryExec=$1/bin/qtm
 
10
Exec=$1/bin/qtm
 
11
Categories=Network;News;
 
12
Icon=$XDG_DATA_DIRS/icons/qtm-logo1.png
 
13
X-SuSE-translate=false
 
14
# MimeType=image/x-foo;
 
15
# X-KDE-Library=libfooview
 
16
# X-KDE-FactoryName=fooviewfactory
 
17
# X-KDE-ServiceType=FooService
 
18
EOF