From 3c6b307a5db145903342b8d72830c2893fb953b7 Mon Sep 17 00:00:00 2001 From: Casey Smith Date: Fri, 17 May 2013 15:33:04 -0400 Subject: [PATCH] Modified image proc demo, changed to general demo submenu --- .../demo_imageproc/demo_imageproc.desktop | 4 ++-- .../demo_imageproc/demo_imageproc.sh | 4 ++-- .../demo_imageproc/desc_demo_imageproc.html | 0 {imageproc_demo => demo_apps/demo_imageproc}/run_dsp.sh | 2 +- {imageproc_submenu => demos_submenu}/imageproc.desktop | 6 +++--- 5 files changed, 8 insertions(+), 8 deletions(-) rename imageproc_demo/imageproc_demo.desktop => demo_apps/demo_imageproc/demo_imageproc.desktop (60%) rename imageproc_demo/imageproc_demo.sh => demo_apps/demo_imageproc/demo_imageproc.sh (93%) rename imageproc_demo/desc_imageproc_demo.html => demo_apps/demo_imageproc/desc_demo_imageproc.html (100%) rename {imageproc_demo => demo_apps/demo_imageproc}/run_dsp.sh (92%) rename {imageproc_submenu => demos_submenu}/imageproc.desktop (55%) diff --git a/imageproc_demo/imageproc_demo.desktop b/demo_apps/demo_imageproc/demo_imageproc.desktop similarity index 60% rename from imageproc_demo/imageproc_demo.desktop rename to demo_apps/demo_imageproc/demo_imageproc.desktop index 585e2ea..a9690b8 100644 --- a/imageproc_demo/imageproc_demo.desktop +++ b/demo_apps/demo_imageproc/demo_imageproc.desktop @@ -4,8 +4,8 @@ Name=Image Processing Demo GenericName=Image Processing Demo Icon=/usr/share/matrix-gui-2.0/apps/images/imageproc-icon.png Type=Application -Exec=/usr/share/matrix-gui-2.0/apps/imageproc_demo/imageproc_demo.sh +Exec=/usr/share/matrix-gui-2.0/apps/demo_imageproc/demo_imageproc.sh Categories=imageproc ProgramType=console -X-MATRIX-Description=/usr/share/matrix-gui-2.0/apps/imageproc_demo/desc_imageproc_demo.html +X-MATRIX-Description=/usr/share/matrix-gui-2.0/apps/demo_imageproc/desc_demo_imageproc.html X-MATRIX-DisplayPriority=1 diff --git a/imageproc_demo/imageproc_demo.sh b/demo_apps/demo_imageproc/demo_imageproc.sh similarity index 93% rename from imageproc_demo/imageproc_demo.sh rename to demo_apps/demo_imageproc/demo_imageproc.sh index f4afb6f..50a2cb4 100644 --- a/imageproc_demo/imageproc_demo.sh +++ b/demo_apps/demo_imageproc/demo_imageproc.sh @@ -34,6 +34,6 @@ # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # -/usr/share/matrix-gui-2.0/apps/imageproc_demo/run_dsp.sh $2> /dev/null +/usr/share/matrix-gui-2.0/apps/demo_imageproc/run_dsp.sh $2> /dev/null -cat /usr/share/matrix-gui-2.0/apps/imageproc_demo/imageproc_demo.html +cat /usr/share/matrix-gui-2.0/apps/demo_imageproc/demo_imageproc.html diff --git a/imageproc_demo/desc_imageproc_demo.html b/demo_apps/demo_imageproc/desc_demo_imageproc.html similarity index 100% rename from imageproc_demo/desc_imageproc_demo.html rename to demo_apps/demo_imageproc/desc_demo_imageproc.html diff --git a/imageproc_demo/run_dsp.sh b/demo_apps/demo_imageproc/run_dsp.sh similarity index 92% rename from imageproc_demo/run_dsp.sh rename to demo_apps/demo_imageproc/run_dsp.sh index ac1e45a..f89be14 100644 --- a/imageproc_demo/run_dsp.sh +++ b/demo_apps/demo_imageproc/run_dsp.sh @@ -1,4 +1,4 @@ -export SLAVE_DIR=/usr/share/matrix-gui-2.0/apps/imageproc_demo/bin +export SLAVE_DIR=/usr/share/matrix-gui-2.0/apps/demo_imageproc/bin mpmcl reset dsp0 mpmcl reset dsp1 diff --git a/imageproc_submenu/imageproc.desktop b/demos_submenu/imageproc.desktop similarity index 55% rename from imageproc_submenu/imageproc.desktop rename to demos_submenu/imageproc.desktop index 580abfa..eca50e5 100644 --- a/imageproc_submenu/imageproc.desktop +++ b/demos_submenu/imageproc.desktop @@ -1,7 +1,7 @@ #!/usr/bin/env xdg-open [Desktop Entry] -Name=Image Processing Demo -GenericName=Image Processing Demo +Name=Demonstrations +GenericName=Demonstrations Icon=/usr/share/matrix-gui-2.0/apps/images/imageproc-icon.png Type=Directory -X-MATRIX-CategoryTarget=imageproc +X-MATRIX-CategoryTarget=demonstrations -- 2.39.2