https://bugs.kde.org/show_bug.cgi?id=403269
Maik Qualmann changed:
What|Removed |Added
Status|REPORTED|RESOLVED
Version Fixed In|
https://bugs.kde.org/show_bug.cgi?id=403269
Maik Qualmann changed:
What|Removed |Added
CC||ro...@libero.it
--- Comment #26 from Maik Qualm
https://bugs.kde.org/show_bug.cgi?id=403269
--- Comment #25 from meku ---
In debug: stacked does not find any required binaries and panorama only finds
'cpfind' and 'make'.
Without debug: all the required binaries are successfully detected.
--
You are receiving this mail because:
You are watch
https://bugs.kde.org/show_bug.cgi?id=403269
--- Comment #24 from caulier.gil...@gmail.com ---
And it's the same for Panorama plugin ?
Gilles Caulier
--
You are receiving this mail because:
You are watching all bug changes.
https://bugs.kde.org/show_bug.cgi?id=403269
--- Comment #23 from caulier.gil...@gmail.com ---
Which one is not found exactly ?
Gilles Caulier
--
You are receiving this mail because:
You are watching all bug changes.
https://bugs.kde.org/show_bug.cgi?id=403269
--- Comment #22 from meku ---
Appears to be working again in
digikam-6.2.0-git-20190426T172018-qtwebkit-x86-64.appimage
Note that running the appimage with 'debug' then the stacked tool cannot find
the binaries, though this appears to have been an issu
https://bugs.kde.org/show_bug.cgi?id=403269
--- Comment #21 from Maik Qualmann ---
Git commit d6eb516fb99da981499b6fdc3f816c391d5f7962 by Maik Qualmann.
Committed on 26/04/2019 at 10:44.
Pushed by mqualmann into branch 'master'.
fix signal / slots from the ExpoBlendingThread
M +4-4
core
https://bugs.kde.org/show_bug.cgi?id=403269
--- Comment #20 from meku ---
The mandatory programs do not appear to have changed since my first post.
Installed are:
hugin-tools v2018.0.0
enfuse v4.2-4
--
You are receiving this mail because:
You are watching all bug changes.
https://bugs.kde.org/show_bug.cgi?id=403269
--- Comment #19 from caulier.gil...@gmail.com ---
Between 6.0.0 and 6.1.0, nothing has changed in this plugins about processing.
I suspect a change in binary program used in background, especially about CLI
interface.
Which versions do you use with man
https://bugs.kde.org/show_bug.cgi?id=403269
--- Comment #18 from meku ---
Stacked image tool is not working in DK 6.1 or DK 6.2 appimages.
The interface now finds the binaries but shows a waiting page with
"Pre-processing is under progress, please wait." Looking at running processes
there doesn'
https://bugs.kde.org/show_bug.cgi?id=403269
--- Comment #17 from caulier.gil...@gmail.com ---
After 3 weeks of work, i finally completed the compilation of AppImage using Qt
5.11.3 + QWebkit 5.212.
New 6.1.0 pre-release AppImage bundle can be found here (64 bits only for the
moment) :
https://fi
https://bugs.kde.org/show_bug.cgi?id=403269
--- Comment #16 from caulier.gil...@gmail.com ---
You are right Maik, if i pass the full path to ldconfig, with a standard user
it work.
I can revisit the patch then...
Gilles
--
You are receiving this mail because:
You are watching all bug changes.
https://bugs.kde.org/show_bug.cgi?id=403269
--- Comment #15 from Maik Qualmann ---
This would also work for normal users. I just do not know if ldconfig is
located under /sbin/ in all Linux distributions.
echo "$(/sbin/ldconfig -p | grep libfreetype.so | tr ' ' '\n' | grep / | grep
".*\.so$" )"
https://bugs.kde.org/show_bug.cgi?id=403269
--- Comment #14 from caulier.gil...@gmail.com ---
Git commit a50d64cb0243dbceaa39a50817bd62962c7a9682 by Gilles Caulier.
Committed on 20/01/2019 at 05:29.
Pushed by cgilles into branch 'development/dplugins'.
forget to remove this debug line
M +1-
https://bugs.kde.org/show_bug.cgi?id=403269
--- Comment #13 from meku ---
The above commit fails to preload of the shared libs because the lib filenames
are not matched. As previously noted, ubuntu paths are:
/usr/lib/x86_64-linux-gnu/libfreetype.so.6
/lib/x86_64-linux-gnu/libudev.so.1
Yet this
https://bugs.kde.org/show_bug.cgi?id=403269
--- Comment #12 from caulier.gil...@gmail.com ---
Git commit ee630892eab59649fbc6276d53b51dbedff5b9ef by Gilles Caulier.
Committed on 19/01/2019 at 17:53.
Pushed by cgilles into branch 'master'.
add rules to check shared lib paths
M +34 -8projec
https://bugs.kde.org/show_bug.cgi?id=403269
--- Comment #11 from Maik Qualmann ---
Yes, the same here under openSUSE, ldconfig needs root rights.
Maik
--
You are receiving this mail because:
You are watching all bug changes.
https://bugs.kde.org/show_bug.cgi?id=403269
--- Comment #10 from caulier.gil...@gmail.com ---
Hum, in fact my way to use hard coded library path is the best, as ldconfig can
be run as root only in some Linux... So i need to revisit my patch
--
You are receiving this mail because:
You are watchin
https://bugs.kde.org/show_bug.cgi?id=403269
--- Comment #9 from caulier.gil...@gmail.com ---
meku,
I upload a new Linux AppImage bundle 64bits with a patch for LD_PRELOAD to be
more universal.
Please try with this version here :
https://files.kde.org/digikam/
Gilles Caulier
--
You are recei
https://bugs.kde.org/show_bug.cgi?id=403269
--- Comment #8 from caulier.gil...@gmail.com ---
Ok the solution is something like this :
echo "$(ldconfig -p | grep libfreetype.so | tr ' ' '\n' | grep / | grep
".*\.so$" )"
--
You are receiving this mail because:
You are watching all bug changes.
https://bugs.kde.org/show_bug.cgi?id=403269
--- Comment #7 from caulier.gil...@gmail.com ---
There is one solution here, but it's not perfect as it return all symlinks
pointing to shared lib :
https://stackoverflow.com/questions/13148608/how-can-i-find-the-full-file-path-given-a-library-name-like
https://bugs.kde.org/show_bug.cgi?id=403269
--- Comment #6 from caulier.gil...@gmail.com ---
Maik,
How to make a list of shared libs to preload with right path without to make a
distro puzzle ?
Perhaps we need a bash function to found the path of specific lib to pre-load
to run it.
Gilles
--
https://bugs.kde.org/show_bug.cgi?id=403269
--- Comment #5 from meku ---
On this ubuntu system the libraries are not at the paths that Digikam has
hardcoded:
libfreetype.so -> /usr/lib/x86_64-linux-gnu/libfreetype.so.6
libudev.so -> /lib/x86_64-linux-gnu/libudev.so.1
If I manually create symlink
https://bugs.kde.org/show_bug.cgi?id=403269
caulier.gil...@gmail.com changed:
What|Removed |Added
CC||caulier.gil...@gmail.com
--- Comment
https://bugs.kde.org/show_bug.cgi?id=403269
--- Comment #3 from meku ---
Hugin tools appear to be in /usr/bin
Console selecting autooptimiser:
Digikam::DBinaryIface::checkDir: Testing "/usr/bin/autooptimiser" ...
Digikam::adjustedEnvironmentForAppImage: Adjusting environment variables for
AppI
https://bugs.kde.org/show_bug.cgi?id=403269
--- Comment #2 from Maik Qualmann ---
Can you post the output from the console, for example, if you choose
autooptimiser manually. As an an example:
digikam.general: Testing "/usr/bin/autooptimiser" ...
digikam.general: "/usr/bin/autooptimiser" help
https://bugs.kde.org/show_bug.cgi?id=403269
Maik Qualmann changed:
What|Removed |Added
CC||metzping...@gmail.com
--- Comment #1 from Maik
27 matches
Mail list logo