diff --git a/RepRaptor.desktop b/RepRaptor.desktop index a8639ae..22a19f6 100755 --- a/RepRaptor.desktop +++ b/RepRaptor.desktop @@ -1,8 +1,8 @@ [Desktop Entry] Name=RepRaptor Comment=A Qt RepRap gcode sender/host controller aimed to be fast and minimalistic. -Exec=/usr/local/bin/repraptor -Icon=/usr/local/share/icons/repraptor.png +Exec=/usr/bin/RepRaptor +Icon=/usr/share/icons/repraptor.png Terminal=false Type=Application Categories=Utility;Application; diff --git a/RepRaptor.pro b/RepRaptor.pro index f3581b4..a040395 100644 --- a/RepRaptor.pro +++ b/RepRaptor.pro @@ -16,14 +16,13 @@ CONFIG += static unix { icon.files += icons/icon.png - icon.path = /usr/local/share/icons + icon.path = /usr/share/icons desktop.files += RepRaptor.desktop - desktop.path = /usr/local/share/applications + desktop.path = /usr/share/applications repraptor.files += RepRaptor - repraptor.extra = cp RepRaptor repraptor - repraptor.path = /usr/local/bin + repraptor.path = /usr/bin INSTALLS+= icon desktop repraptor }