Skip to content

Commit

Permalink
Add desktop file for Nemo
Browse files Browse the repository at this point in the history
  • Loading branch information
Bernd Wachter committed Mar 3, 2013
1 parent d810996 commit 1c4f198
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
10 changes: 10 additions & 0 deletions fingerterm.desktop.nemo
@@ -0,0 +1,10 @@
[Desktop Entry]
Encoding=UTF-8
Version=1.0
Name=FingerTerm
GenericName=FingerTerm
Comment=Terminal emulator
Exec=/usr/bin/invoker --single-instance --type=e /usr/bin/fingerterm
Terminal=false
Type=Application
Icon=icon-l-terminal
9 changes: 6 additions & 3 deletions fingerterm.pro
Expand Up @@ -70,6 +70,9 @@ contains(MEEGO_EDITION,harmattan) {
INSTALLS += icon
}




contains(MEEGO_EDITION,nemo) {
desktopfile.extra = cp $${TARGET}fingerterm.desktop.nemo fingerterm.desktop
desktopfile.path = /usr/share/applications
desktopfile.files = fingerterm.desktop
INSTALLS += desktopfile
}

0 comments on commit 1c4f198

Please sign in to comment.