Skip to content
This repository has been archived by the owner on Nov 11, 2018. It is now read-only.

Commit

Permalink
Fix and install .desktop file
Browse files Browse the repository at this point in the history
  • Loading branch information
tom95 committed May 12, 2013
1 parent 8a2ecf7 commit ef2479d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ add_executable(finalterm ${VALA_C})
target_link_libraries(finalterm m util)

install(TARGETS finalterm RUNTIME DESTINATION bin)
install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/data/finalterm.desktop DESTINATION share/applications)
install(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/data/ColorSchemes DESTINATION share/finalterm)
install(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/data/KeyBindings DESTINATION share/finalterm)
install(DIRECTORY ${CMAKE_BINARY_DIR}/Startup DESTINATION share/finalterm)
Expand Down
12 changes: 6 additions & 6 deletions data/finalterm.desktop
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[Desktop Entry]

Name=Final Term
Type=Application
Icon=finalterm
Exec=finalterm
TryExec=finalterm
Description=
GenericName=Terminal
Comment=Don't just use your system — command it!
Exec=finalterm
Icon=final-term
Terminal=false
Type=Application
Categories=Accessories;

0 comments on commit ef2479d

Please sign in to comment.