[Digikam-devel] [Bug 166472] Thumbnail bar gone in image editor when switching back from fullscreen

Gandalf Lechner gandalf.lechner at esi.ac.at
Thu Jul 17 13:18:22 BST 2008


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=166472         




------- Additional Comments From gandalf.lechner esi ac at  2008-07-17 14:18 -------
As far as I know, /usr/lib/kde4 is the default path for the kde4 installation under kubuntu. I start digikam directly from the konsole or with krunner, no special kde4 user involved. The env settings I used are

DIGIKAMKDE4=/usr/lib/kde4
export PATH=/usr/lib/kde4/bin/:$PATH

export LANG=C
export KDEDIRS=$DIGIKAMKDE4:/usr/lib/kde4/
export LD_LIBRARY_PATH=$DIGIKAMKDE4/lib:$LD_LIBRARY_PATH
export LDPATH=$DIGIKAMKDE4/lib:$LDPATH
export PATH=$DIGIKAMKDE4/bin:$PATH
export PKG_CONFIG_PATH=$DIGIKAMKDE4/lib/pkgconfig

export MARBLE_PATH=$HOME/NBB/SOFTWARE/Marble/
export LD_LIBRARY_PATH=$MARBLE_PATH/lib:$LD_LIBRARY_PATH
export LDPATH=$MARBLE_PATH/lib:$LDPATH
export PATH=$MARBLE_PATH/bin:$PATH
export PKG_CONFIG_PATH=$MARBLE_PATH/lib/pkgconfig:$DIGIKAMKDE4/lib/pkgconfig
export INCLUDE_DIR=$MARBLE_PATH/include:$INCLUDE_DIR

export CMAKE_INCLUDE_PATH=$MARBLE_PATH/include:$DIGIKAMKDE4/include
export CMAKE_LIBRARY_PATH=$MARBLE_PATH/lib:$DIGIKAMKDE4/lib

The marble related paths I just copied from Arnd's settings, they are not relevant here.

Earlier I tried a custom install path for digikam, but this always gave errors in cmake or make, so I was happy that it worked with /usr/lib/kde4.

Is there anything wrong with this setup? At least it compiles and installs ...



More information about the Digikam-devel mailing list