diff --git a/data/deforaos-system-preferences.desktop b/data/deforaos-system-preferences.desktop new file mode 100644 index 0000000..68e538d --- /dev/null +++ b/data/deforaos-system-preferences.desktop @@ -0,0 +1,8 @@ +[Desktop Entry] +Name=System preferences +Comment=Preferences for the system +TryExec=settings +Exec=settings +Icon=preferences-system +Type=Application +Categories=Settings;GTK; diff --git a/data/project.conf b/data/project.conf index c9102b6..14f18ab 100644 --- a/data/project.conf +++ b/data/project.conf @@ -1,6 +1,6 @@ subdirs=16x16,22x22,24x24,32x32,48x48,scalable targets=Panel.pc -dist=Makefile,Panel.pc.in,deforaos-panel-settings.desktop,deforaos-wifibrowser.desktop,pkgconfig.sh +dist=Makefile,Panel.pc.in,deforaos-panel-settings.desktop,deforaos-system-preferences.desktop,deforaos-wifibrowser.desktop,pkgconfig.sh [Panel.pc] type=script @@ -11,5 +11,8 @@ install= [deforaos-panel-settings.desktop] install=$(PREFIX)/share/applications +[deforaos-system-preferences.desktop] +install=$(PREFIX)/share/applications + [deforaos-wifibrowser.desktop] install=$(PREFIX)/share/applications diff --git a/tools/project.conf b/tools/project.conf index 21eebc1..ef0531e 100644 --- a/tools/project.conf +++ b/tools/project.conf @@ -36,6 +36,7 @@ sources=test.c [settings] type=binary sources=settings.c +install=$(BINDIR) [wifibrowser] type=binary