Skip to content

Commit 0d287dd

Browse files
committed
Call desktop-file-install to register the .desktop file with the window manager
1 parent 9e41395 commit 0d287dd

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

build/linux/install-arm.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,7 @@ curl -sL https://raw.githubusercontent.com/processing/processing/master/build/li
3030
sed -i "s/@version@/$VER/" /usr/local/share/applications/processing.desktop
3131
sed -i 's|/opt/processing|/usr/local/lib/processing|' /usr/local/share/applications/processing.desktop
3232

33+
# silence validation errors
34+
desktop-file-install /usr/local/share/applications/processing.desktop >/dev/null 2>&1
35+
3336
echo "Done! You can start processing by running \"processing\" in the terminal, or through the applications menu (might require a restart).\n"

0 commit comments

Comments
 (0)