Bug 492257

Summary: Showfoto symlink is broken in AppImage - Typo missing "w"
Product: [Applications] digikam Reporter: Bruno Léon <bruno.leon>
Component: Bundle-AppImageAssignee: Digikam Developers <digikam-bugs-null>
Status: RESOLVED FIXED    
Severity: normal CC: caulier.gilles, metzpinguin
Priority: NOR    
Version First Reported In: 8.4.0   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed/Implemented In: 8.5.0
Sentry Crash Report:

Description Bruno Léon 2024-08-27 09:19:19 UTC
SUMMARY

Showfoto symbolic link in Appimage is broken.

STEPS TO REPRODUCE
1. ./digiKam-8.4.0-Qt6-x86-64.appimage --appimage-extract
2. cd squashfs-root
3. ls

OBSERVED RESULT

org.kde.shofoto.desktop -> ./usr/share/applications/org.kde.shofoto.desktop

EXPECTED RESULT

org.kde.showfoto.desktop -> ./usr/share/applications/org.kde.showfoto.desktop

SOFTWARE/OS VERSIONS

N/A

ADDITIONAL INFORMATION
Comment 1 caulier.gilles 2024-08-27 09:29:40 UTC
Git commit 3f64a4d05cc600d3d710c8a21b03b4a2dc87381c by Gilles Caulier.
Committed on 27/08/2024 at 09:26.
Pushed by cgilles into branch 'master'.

typo in showfoto symlink used in AppImage
FIXED: 8.5.0

M  +1    -1    project/bundles/appimage/04-build-appimage.sh

https://invent.kde.org/graphics/digikam/-/commit/3f64a4d05cc600d3d710c8a21b03b4a2dc87381c
Comment 2 Maik Qualmann 2024-08-27 12:34:50 UTC
This bug might be the cause of Bug 490657.

Maik