mirror of
https://github.com/arduino/Arduino.git
synced 2024-12-01 12:24:14 +01:00
XFCE's Launcher wants the .desktop file to be +x as well
-- add a --mode 755 for it
This commit is contained in:
parent
101677bba2
commit
89ff576419
5
build/linux/dist/install.sh
vendored
5
build/linux/dist/install.sh
vendored
@ -44,10 +44,11 @@ xdg_install_f() {
|
||||
xdg-icon-resource install --context apps --size 256 "${SCRIPT_PATH}/lib/icons/256x256/apps/arduino.png" $RESOURCE_NAME
|
||||
|
||||
# Install the created *.desktop file
|
||||
xdg-desktop-menu install "${TMP_DIR}/${RESOURCE_NAME}.desktop"
|
||||
## XFCE's Launcher wants the .desktop file to be +x as well
|
||||
xdg-desktop-menu install --mode 755 "${TMP_DIR}/${RESOURCE_NAME}.desktop"
|
||||
|
||||
# Create icon on the desktop
|
||||
xdg-desktop-icon install "${TMP_DIR}/${RESOURCE_NAME}.desktop"
|
||||
xdg-desktop-icon install --mode 755 "${TMP_DIR}/${RESOURCE_NAME}.desktop"
|
||||
|
||||
# Install Arduino mime type
|
||||
xdg-mime install "${SCRIPT_PATH}/lib/${RESOURCE_NAME}.xml"
|
||||
|
Loading…
Reference in New Issue
Block a user