Skip to content
This repository was archived by the owner on Apr 23, 2021. It is now read-only.

Commit

Permalink
Fix things
Browse files Browse the repository at this point in the history
  • Loading branch information
Bajoja committed May 3, 2017
1 parent 6de9c8e commit 5fa6d24
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion data/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ install (FILES "images/indicator.jpg" DESTINATION ${DATADIR}/indicator-kdeconnec
install (FILES "images/startup.jpg" DESTINATION ${DATADIR}/indicator-kdeconnect/)

#install appdata
install(FILES "data/com.bajoja.indicator-kdeconnect.appdata.xml"
install(FILES "com.bajoja.indicator-kdeconnect.appdata.xml"
DESTINATION share/metainfo)

#update icons cache
Expand Down
2 changes: 2 additions & 0 deletions src/KDEConnectManager.vala
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,8 @@ namespace KDEConnectIndicator {
var kdeconnect_path = GLib.Environment.get_system_config_dirs()[0]+
"/autostart/kdeconnectd.desktop";



string std_out;

try{
Expand Down

0 comments on commit 5fa6d24

Please sign in to comment.