Skip to content

Commit 0279fdb

Browse files
Fix missing dependencies in Open3D-viewer post-install script
The script `cpp/apps/Open3DViewer/postinstall-linux.sh` was generating the following error messages: ```bash ``` This PR adds the necessary dependencies for installation: `update-desktop-database` is provided by `desktop-file-utils` `gtk-update-icon-cache` is provided by `gtk-update-icon-cache` Signed-off-by: Meet Gandhi <[email protected]>
1 parent 262456e commit 0279fdb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

util/install_deps_ubuntu.sh

+3
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ deps=(
3434
libudev-dev
3535
autoconf
3636
libtool
37+
# cpp/apps/Open3DViewer/postinstall-linux.sh
38+
desktop-file-utils
39+
gtk-update-icon-cache
3740
)
3841

3942
if [[ "$FILAMENT_DEPS" ]]; then # Filament build-from-source

0 commit comments

Comments
 (0)