Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix bug 69294 : Incorrect application icon #1307

Merged
merged 1 commit into from
Aug 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions win-linux/package/linux/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ build : $(LINUX_DEPS)
mkdir -p $@/main/opt/$(DESKTOPEDITORS_PREFIX)
cp -rft $@/main/opt/$(DESKTOPEDITORS_PREFIX) $(SOURCE_DIR)/desktopeditors/*
chmod 755 $@/main/opt/$(DESKTOPEDITORS_PREFIX)/DesktopEditors
ln -s DesktopEditors $@/main/opt/$(DESKTOPEDITORS_PREFIX)/$(DESKTOPEDITORS_EXEC)

cp -rf $(BRANDING_DIR)/../../../common/package/license/*.htm \
$@/main/opt/$(DESKTOPEDITORS_PREFIX)/LICENSE.htm
Expand Down
2 changes: 1 addition & 1 deletion win-linux/package/linux/common/desktopeditors.sh.m4
Original file line number Diff line number Diff line change
Expand Up @@ -133,4 +133,4 @@ export LD_LIBRARY_PATH=$DIR$LDLPATH,
DIR_MV=/opt/M4_MEDIAVIEWER_PREFIX
export LD_LIBRARY_PATH=$DIR:$DIR/converter:$DIR_MV$LDLPATH
export VLC_PLUGIN_PATH=$DIR_MV/plugins)
exec $DIR/DesktopEditors "$@"
exec $DIR/M4_DESKTOPEDITORS_EXEC "$@"