Skip to content

Commit

Permalink
Add desktop files for nsm-proxy and jackpatch with special entries pr…
Browse files Browse the repository at this point in the history
…oposed in github issue #40
  • Loading branch information
Nils committed Apr 12, 2022
1 parent a70caef commit d757564
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 0 deletions.
2 changes: 2 additions & 0 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ if get_option('jackpatch')
)

install_data('src/jackpatch.svg', install_dir : get_option('datadir') / 'icons/hicolor/scalable/apps')
install_data('src/org.jackaudio.jackpatch.desktop', install_dir : get_option('datadir') / 'applications')
install_man(['docs/src/jackpatch.1', ])
endif

Expand Down Expand Up @@ -104,6 +105,7 @@ if get_option('nsm-proxy')
)

install_data('src/nsm-proxy.svg', install_dir : get_option('datadir') / 'icons/hicolor/scalable/apps')
install_data('src/org.jackaudio.nsm-proxy.desktop', install_dir : get_option('datadir') / 'applications')
install_man(['docs/src/nsm-proxy.1', 'docs/src/nsm-proxy-gui.1'])

endif
Expand Down
13 changes: 13 additions & 0 deletions src/org.jackaudio.jackpatch.desktop
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
[Desktop Entry]
Type=Application
Name=JACKpatch
Comment=Remember the JACK Audio Connection Kit Graph in NSM
Exec=jackpatch
Icon=jackpatch
Terminal=false
StartupNotify=false
Version=1.0
Categories=AudioVideo;Audio;
X-NSM-Capable=true
X-NSM-Exec=jackpatch
NoDisplay=true
13 changes: 13 additions & 0 deletions src/org.jackaudio.nsm-proxy.desktop
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
[Desktop Entry]
Type=Application
Name=NSM-Proxy
Comment=Wrapper for executables without direct NSM-Support.
Exec=nsm-proxy
Icon=nsm-proxy
Terminal=false
StartupNotify=false
Version=1.0
Categories=AudioVideo;Audio;
X-NSM-Capable=true
X-NSM-Exec=nsm-proxy
NoDisplay=true

0 comments on commit d757564

Please sign in to comment.