File tree Expand file tree Collapse file tree 4 files changed +16
-3
lines changed Expand file tree Collapse file tree 4 files changed +16
-3
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,8 @@ configure_file(
4545add_custom_target (uninstall
4646 COMMAND ${CMAKE_COMMAND} -P ${CMAKE_CURRENT_BINARY_DIR} /Uninstall.cmake)
4747
48- install (FILES ${CMAKE_CURRENT_SOURCE_DIR} /data/com.github.tom95.indicator-synapse.appdata.xml DESTINATION ${CMAKE_INSTALL_PREFIX} /share/metainfo/)
48+ install (FILES ${CMAKE_CURRENT_SOURCE_DIR} /data/com.github.tom95.indicator-synapse.appdata.xml DESTINATION ${CMAKE_INSTALL_FULL_DATAROOTDIR} /share/metainfo/)
49+ install (FILES ${CMAKE_CURRENT_SOURCE_DIR} /data/com.github.tom95.indicator-synapse.desktop DESTINATION ${CMAKE_INSTALL_FULL_DATAROOTDIR} /applications)
4950
5051install (FILES data/icons/com.github.tom95.indicator-synapse.svg DESTINATION ${CMAKE_INSTALL_FULL_DATAROOTDIR} /icons/hicolor/)
5152install (FILES data/icons/16/com.github.tom95.indicator-synapse.png DESTINATION ${CMAKE_INSTALL_FULL_DATAROOTDIR} /icons/hicolor/16x16/apps/)
@@ -56,4 +57,4 @@ install (FILES data/icons/com.github.tom95.indicator-synapse.svg DESTINATION ${C
5657install (FILES data/icons/com.github.tom95.indicator-synapse.svg DESTINATION ${CMAKE_INSTALL_FULL_DATAROOTDIR} /icons/hicolor/128x128/apps/)
5758
5859# work around elementary/houston requiring an installed "binary"
59- install (FILES data/com.github.tom95.indicator-synapse DESTINATION ${CMAKE_INSTALL_PREFIX} /bin)
60+ install (PROGRAMS data/com.github.tom95.indicator-synapse DESTINATION ${CMAKE_INSTALL_PREFIX} /bin)
Original file line number Diff line number Diff line change @@ -7,5 +7,5 @@ This codebase bundles the original [Synapse Launcher project](https://launchpad.
77### Global Shortcut
88To open the indicator via shortcut, add a custom shortcut in your keyboard settings with the following command:
99```
10- wingpanel --toggle-indicator=com.github.tom95.indicator-synapse.synapse
10+ wingpanel --toggle-indicator=com.github.tom95.indicator-synapse
1111```
Original file line number Diff line number Diff line change 1+ #! /bin/bash
2+
3+ wingpanel --toggle-indicator=com.github.tom95.indicator-synapse
Original file line number Diff line number Diff line change 1+ [Desktop Entry]
2+ Type =Application
3+ Name =Synapse Indicator
4+ Comment =Search through a variety of resources
5+ GenericName =Search Utility
6+ Exec =com.github.tom95.indicator-synapse %U
7+ Icon =com.github.tom95.indicator-synapse
8+ Terminal =false
9+ Categories =GNOME;GTK;Utility;
You can’t perform that action at this time.
0 commit comments