diff options
author | B. Watson <yalhcru@gmail.com> | 2017-03-20 16:03:06 -0400 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-03-25 13:27:23 +0000 |
commit | 15426cfd831cf6966590f882d7dce6dd1c35f45b (patch) | |
tree | 60a8e7445c01a94505d059767fb8bcb96cb6f8f0 | |
parent | 5a7f7eab723c1860c11821145d2e35c53afd1fde (diff) |
development/cudatoolkit: Make .desktop validate.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
-rw-r--r-- | development/cudatoolkit/files/nsight.desktop | 3 | ||||
-rw-r--r-- | development/cudatoolkit/files/nvvp.desktop | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/development/cudatoolkit/files/nsight.desktop b/development/cudatoolkit/files/nsight.desktop index 3cb66f479b44..aa427f8ad90f 100644 --- a/development/cudatoolkit/files/nsight.desktop +++ b/development/cudatoolkit/files/nsight.desktop @@ -8,6 +8,5 @@ TryExec=/usr/share/cuda/bin/nsight Keywords=cuda;gpu;nvidia;debugger; X-AppInstall-Keywords=cuda;gpu;nvidia;debugger; X-GNOME-Keywords=cuda;gpu;nvidia;debugger; -Terminal=No +Terminal=false Categories=Development;IDE;Debugger;ParallelComputing - diff --git a/development/cudatoolkit/files/nvvp.desktop b/development/cudatoolkit/files/nvvp.desktop index 86c648f8b4e8..42b8a4f430f9 100644 --- a/development/cudatoolkit/files/nvvp.desktop +++ b/development/cudatoolkit/files/nvvp.desktop @@ -8,6 +8,5 @@ TryExec=/usr/share/cuda/bin/nvvp Keywords=nvvp;cuda;gpu;nsight; X-AppInstall-Keywords=nvvp;cuda;gpu;nsight; X-GNOME-Keywords=nvvp;cuda;gpu;nsight; -Terminal=No +Terminal=false Categories=Development;Profiling;ParallelComputing - |