From e4746014ffd4d1f18d0832a2d77408a7f75bcc02 Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Sat, 15 Feb 2020 13:29:39 +0100 Subject: Add .desktop file --- Makefile.am | 3 +++ pa-sink-ctl.desktop | 8 ++++++++ 2 files changed, 11 insertions(+) create mode 100644 pa-sink-ctl.desktop diff --git a/Makefile.am b/Makefile.am index 9768a98..b2d48e3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1 +1,4 @@ SUBDIRS = src data + +desktopdir = $(datadir)/applications +desktop_DATA = pa-sink-ctl.desktop diff --git a/pa-sink-ctl.desktop b/pa-sink-ctl.desktop new file mode 100644 index 0000000..000f952 --- /dev/null +++ b/pa-sink-ctl.desktop @@ -0,0 +1,8 @@ +#!/usr/bin/env xdg-open +[Desktop Entry] +Version=1.0 +Terminal=true +Type=Application +Name=pa-sink-ctl +Exec=pa-sink-ctl +Icon=multimedia-volume-control -- cgit