[Digikam-devel] [digikam] [Bug 345484] Add Eclipse support to bootstrap.linux, fix QT_INSTALL_PREFIX detection

Teemu Rytilahti tpr at iki.fi
Sun Apr 5 02:06:46 BST 2015


https://bugs.kde.org/show_bug.cgi?id=345484

Teemu Rytilahti <tpr at iki.fi> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tpr at iki.fi

--- Comment #6 from Teemu Rytilahti <tpr at iki.fi> ---
The local is indeed used for local installations. The script could be changed
to output a function/whatever method is nice to show how to launch the locally
installed digikam. I'm not just sure what'd be the proper way for it.

Locally I have just this function to set the paths in my zshrc:
function digikam-kf5() {
    DIGIKAMROOT="/home/tpr/storage/kde/digikam-kf5-install"
    export KDESYCOCA=$DIGIKAMROOT/var/tmp/kde-tpr/ksycoca4
    export QT_PLUGIN_PATH=$DIGIKAMROOT/lib64/plugins:$QT_PLUGIN_PATH
    export KDE_FORK_SLAVES=1
    export XDG_DATA_DIRS=$DIGIKAMROOT/share:$XDG_DATA_DIRS
    export LD_LIBRARY_PATH=$DIGIKAMROOT/lib:$DIGIKAMROOT/lib64/
    export KDEDIRS=$DIGIKAMROOT
    export PATH=$DIGIKAMROOT/bin:$PATH
}

but similar could be just used to launch it directly... What do you think?

-- 
You are receiving this mail because:
You are the assignee for the bug.



More information about the Digikam-devel mailing list