Changed .Desktop location. Added .desktop to $(sharedir)/applications directory.
This commit is contained in:
parent
16f524699f
commit
5283df8de6
2 changed files with 5 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -68,8 +68,10 @@ install-data:
|
|||
#
|
||||
## Install configuration files
|
||||
mkdir -p $(CONFDIR)/xdg/autostart
|
||||
install -D -o root -g root -m 644 $(CURDIR)/conf/autostart/$(NAME).desktop \
|
||||
install -D -o root -g root -m 644 $(CURDIR)/conf/$(NAME).desktop \
|
||||
$(CONFDIR)/xdg/autostart/$(NAME).desktop
|
||||
install -D -o root -g root -m 644 $(CURDIR)/conf/$(NAME).desktop \
|
||||
$(SHAREDIR)/applications/$(NAME).desktop
|
||||
mkdir -p $(CONFDIR)/$(NAME)
|
||||
install -D -o root -g root -m 644 $(CURDIR)/conf/config \
|
||||
$(CONFDIR)/$(NAME)/config
|
||||
|
|
|
@ -8,6 +8,7 @@ Terminal=false
|
|||
Type=Application
|
||||
Icon=printer
|
||||
NotShowIn=
|
||||
StartupNotify=false
|
||||
X-Desktop-File-Install-Version=0.15
|
||||
Categories=KDE;GTK;Monitor;System;
|
||||
StartupNotify=true
|
||||
Categories=KDE;Qt;Network;System;Utility;
|
Loading…
Reference in a new issue