Add .desktop file.
git-svn-id: file:///home/lennart/svn/public/pavucontrol/trunk@20 c17c95f2-f111-0410-90bf-f30a9569010c
This commit is contained in:
parent
dee56dc7a3
commit
206556d05f
|
@ -17,9 +17,12 @@
|
|||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
||||
# USA.
|
||||
|
||||
desktopdir = $(datadir)/applications
|
||||
|
||||
bin_PROGRAMS=pavucontrol
|
||||
|
||||
dist_pkgdata_DATA=pavucontrol.glade
|
||||
desktop_DATA=pavucontrol.desktop
|
||||
|
||||
pavucontrol_SOURCES=pavucontrol.cc
|
||||
|
||||
|
|
|
@ -0,0 +1,12 @@
|
|||
[Desktop Entry]
|
||||
Version=1.0
|
||||
Encoding=UTF-8
|
||||
Name=Polypaudio Volume Control
|
||||
GenericName=Volume Control
|
||||
Comment=Adjust the volume level
|
||||
Exec=pavucontrol
|
||||
Icon=multimedia-volume-control
|
||||
StartupNotify=true
|
||||
Type=Application
|
||||
Categories=Application;AudioVideo;Audio;
|
||||
GenericName[en_GB]=Volume Control
|
Loading…
Reference in New Issue