Skip to content

Commit

Permalink
Fix .desktop entry when installing in a UNIX system (#6599)
Browse files Browse the repository at this point in the history
* Fix .desktop entry when installing in a UNIX system

* Fix the path to the default Open3D application when installing to a custom path.

* Update CHANGELOG.md for PR#6599

---------

Co-authored-by: Ewing Kang <[email protected]>
  • Loading branch information
EwingKang and Ewing Kang authored Jan 17, 2024
1 parent 0f06a14 commit 0cf605f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
- Rename master branch to main.
- Support in memory loading of XYZ files
- Fix geometry picker Error when LineSet objects are presented (PR #6499)
- Fix mis-configured application .desktop link for the Open3D viewer when installing to a custom path (PR #6599)

## 0.13

Expand Down
2 changes: 1 addition & 1 deletion cpp/apps/Open3DViewer/Open3DViewer.desktop.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Type=Application
Name=Open3D
Icon=Open3D
Comment=Viewer for triangle meshes and point clouds
Exec=${CMAKE_INSTALL_PREFIX}/bin/Open3D %f
Exec=${CMAKE_INSTALL_PREFIX}/bin/Open3D/Open3D %f
Terminal=false
Categories=Graphics
MimeType=model/stl;model/obj;model/fbx;model/gltf-binary;model/gltf+json;model/x.stl-ascii;model/x.stl-binary;model/x-ply;application/x-off;application/x-xyz;application/x-xyzn;application/x-xyzrgb;application/x-pcd;application/x-pts

0 comments on commit 0cf605f

Please sign in to comment.