Skip to content

Commit 0440811

Browse files
committed
Update desktop entry files
1 parent 4a8e401 commit 0440811

File tree

8 files changed

+22
-14
lines changed

8 files changed

+22
-14
lines changed
+3-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
[Desktop Entry]
22
Categories=Science;Robotics;
33
Comment=Visualization and kinematics demo with Unimation Puma 560
4-
Exec=sh -c "rlCoachKin $(dirname %k)/../rl-@VERSION@/examples/rlsg/unimation-puma560_boxes.xml $(dirname %k)/../rl-@VERSION@/examples/rlkin/unimation-puma560.xml"
4+
Exec=sh -c "rlCoachKin $(dirname %k)/../rl-@PROJECT_VERSION@/examples/rlsg/unimation-puma560_boxes.xml $(dirname %k)/../rl-@PROJECT_VERSION@/examples/rlkin/unimation-puma560.xml"
55
Icon=robotics-library
6-
Name=Robotics Library (rlCoachKin)
6+
Keywords=Coach;Kinematics;Library;Puma;Robot;Robotics;Visualization;
7+
Name=rlCoachKin
78
Type=Application
89
X-Unity-IconBackgroundColor=#ffffff
+3-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
[Desktop Entry]
22
Categories=Science;Robotics;
33
Comment=Visualization and kinematics demo with Unimation Puma 560
4-
Exec=sh -c "rlCoachMdl $(dirname %k)/../rl-@VERSION@/examples/rlsg/unimation-puma560_boxes.xml $(dirname %k)/../rl-@VERSION@/examples/rlmdl/unimation-puma560.xml"
4+
Exec=sh -c "rlCoachMdl $(dirname %k)/../rl-@PROJECT_VERSION@/examples/rlsg/unimation-puma560_boxes.xml $(dirname %k)/../rl-@PROJECT_VERSION@/examples/rlmdl/unimation-puma560.xml"
55
Icon=robotics-library
6-
Name=Robotics Library (rlCoachMdl)
6+
Keywords=Coach;Kinematics;Library;Puma;Robot;Robotics;Visualization;
7+
Name=rlCoachMdl
78
Type=Application
89
X-Unity-IconBackgroundColor=#ffffff
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
[Desktop Entry]
22
Categories=Science;Robotics;
33
Comment=Collision detection and distance computation demo with basic scene
4-
Exec=sh -c "rlCollisionDemo $(dirname %k)/../rl-@VERSION@/examples/rlsg/scene.xml"
4+
Exec=sh -c "rlCollisionDemo $(dirname %k)/../rl-@PROJECT_VERSION@/examples/rlsg/scene.xml"
55
Icon=robotics-library
6-
Name=Robotics Library (rlCollisionDemo)
6+
Keywords=Collision;Detection;Distance;Robot;Robotics;
7+
Name=rlCollisionDemo
78
Type=Application
89
X-Unity-IconBackgroundColor=#ffffff
+3-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
[Desktop Entry]
22
Categories=Science;Robotics;
33
Comment=Path planning demo with Unimation Puma 560 and RRT algorithm
4-
Exec=sh -c "rlPlanDemo $(dirname %k)/../rl-@VERSION@/examples/rlplan/unimation-puma560_boxes_rrtConCon.mdl.xml"
4+
Exec=sh -c "rlPlanDemo $(dirname %k)/../rl-@PROJECT_VERSION@/examples/rlplan/unimation-puma560_boxes_rrtConCon.mdl.xml"
55
Icon=robotics-library
6-
Name=Robotics Library (rlPlanDemo)
6+
Keywords=Library;Motion;Path;Planning;Puma;Robot;Robotics;RRT;
7+
Name=rlPlanDemo
78
Type=Application
89
X-Unity-IconBackgroundColor=#ffffff
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
[Desktop Entry]
22
Categories=Science;Robotics;
3-
Comment=Rotation conversion demo
3+
Comment=Rotation conversion demo for axis-angle, rotation matrix, quaternion, and Euler angle representations
44
Exec=rlRotationConverterDemo
55
Icon=robotics-library
6-
Name=Robotics Library (rlRotationConverterDemo)
6+
Keywords=Angle;Axis;Euler;Library;Matrix;Quaternion;Robot;Robotics;Rotation;
7+
Name=rlRotationConverterDemo
78
Type=Application
89
X-Unity-IconBackgroundColor=#ffffff
+3-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
[Desktop Entry]
22
Categories=Science;Robotics;
33
Comment=Simulation demo with Unimation Puma 560
4-
Exec=sh -c "rlSimulator $(dirname %k)/../rl-@VERSION@/examples/rlsg/unimation-puma560_boxes.xml $(dirname %k)/../rl-@VERSION@/examples/rlmdl/unimation-puma560.xml"
4+
Exec=sh -c "rlSimulator $(dirname %k)/../rl-@PROJECT_VERSION@/examples/rlsg/unimation-puma560_boxes.xml $(dirname %k)/../rl-@PROJECT_VERSION@/examples/rlmdl/unimation-puma560.xml"
55
Icon=robotics-library
6-
Name=Robotics Library (rlSimulator)
6+
Keywords=Dynamics;Kinematics;Library;Puma;Robot;Robotics;Simulation;Simulator;
7+
Name=rlSimulator
78
Type=Application
89
X-Unity-IconBackgroundColor=#ffffff
+3-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
[Desktop Entry]
22
Categories=Science;Robotics;
33
Comment=Visualization demo with Unimation Puma 560
4-
Exec=sh -c "rlViewDemo $(dirname %k)/../rl-@VERSION@/examples/rlsg/unimation-puma560_boxes.xml"
4+
Exec=sh -c "rlViewDemo $(dirname %k)/../rl-@PROJECT_VERSION@/examples/rlsg/unimation-puma560_boxes.xml"
55
Icon=robotics-library
6-
Name=Robotics Library (rlViewDemo)
6+
Keywords=Library;Puma;Robot;Robotics;Visualization;
7+
Name=rlViewDemo
78
Type=Application
89
X-Unity-IconBackgroundColor=#ffffff

extras/wrlview/wrlview.desktop

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ Categories=Graphics;3DGraphics;
33
Comment=Viewer for VRML and Open Inventor files
44
Exec=wrlview %f
55
Icon=wrlview
6+
Keywords=Inventor;Open;Viewer;VRML;
67
MimeType=graphics/x-inventor;model/vrml;object/x-inventor;x-world/x-vrml;
78
Name=wrlview
89
Type=Application

0 commit comments

Comments
 (0)