diff --git a/Viewer/App.desktop.tpl b/Viewer/App.desktop.tpl index f78bc7f1..f492c1b7 100644 --- a/Viewer/App.desktop.tpl +++ b/Viewer/App.desktop.tpl @@ -1,6 +1,5 @@ [Desktop Entry] Name=$APP_NAME -Version=$VERSION Comment=Image sorting and editing Categories=Photography;Graphics;Database;Viewer; Exec=$LAUNCHER diff --git a/Viewer/Makefile b/Viewer/Makefile index a7229057..45fcd16b 100644 --- a/Viewer/Makefile +++ b/Viewer/Makefile @@ -175,15 +175,18 @@ DEVEL_PATH := $(shell pwd) INSTALL_PATH ?= INSTALL ?= dev ifeq ($(INSTALL_PATH),) + # in-place... ifeq ($(INSTALL),dev) INSTALL_PATH := $(DEVEL_PATH) DESKTOP_PATH ?= $(HOME)/.local/share/applications/ endif + # local to user... ifeq ($(INSTALL),user) # XXX INSTALL_PATH := DESKTOP_PATH ?= $(HOME)/.local/share/applications/ endif + # system-wide... ifeq ($(INSTALL),system) # XXX INSTALL_PATH :=