i tried removing digikam3.db and Digikam just makes a new one then
crashes.  Doesn't give me the directory choice again.

I'm running the versions of things as dictated by ports.tar.gz in
OpenBSD 5.7 i386.  I don't usually try changing versions, it usually
causes trouble later.  A couple of other ports, Abiword and Lives
aren't right, they were fine in 5.2.

I didn't notice there was a kde 4.  Can it coexist with 3?  I've never
actually tried to bring up KDE as a desktop.  I might have gone into
/usr/ports/x11/kde and fetched/installed everything just to not hit
dependencies later.  I was installing XP, OpenBSD and Debian all at
the same time on a new drive.  Maybe KDE 4 stuff should be a
dependency of Digiikam?

I see:
pkg_info | grep kde
digikam-0.9.6p13    digital image kde application
kde-shared-data-4.14.3 common run-time components for KDE3 and KDE4
kde3-langlist-3.5.10 list of languages supported by KDE
kde3-locale-3.5.10p0 K Desktop Environment, locale data files
kde3-locale-en_US-3.5.10p0 K Desktop Environment, en_US locale data
kdeaddons-3.5.10p15 K Desktop Environment, addons
kdeartwork-3.5.10p16 K Desktop Environment, additional artwork
kdebase-3.5.10p36   K Desktop Environment, basic applications
kdeedu-3.5.10p13    K Desktop Environment, edutainment
kdegames-3.5.10p13  K Desktop Environment, games
kdelibs-3.5.10p34   K Desktop Environment, libraries
kdemultimedia-3.5.10p16 K Desktop Environment, multimedia applications
kdepim-3.5.10p19    KDE personal information applications
libkexiv2-0.1.9p8   kde wrapper around exiv2



On 9/14/15, Vadim Zhukov <[email protected]> wrote:
> 14 сент. 2015 г. 16:44 пользователь "Alan Corey" <[email protected]>
> написал:
>>
>> Because I build everything from ports.  I have 922 ports installed,
>> not more than 2 did I have to use the package for.  Different
>> philosophy but sometimes a distfile works in a couple different
>> OpenBSD versions, sometimes FreeBSD, I've even built a few under
>> Linux, and I look at the code sometimes to look up how to do
>> something.  Binaries are no better than Windows or Linux.  I have to
>> do everything through a dialup connection, lately cell phone.
>
> I understand you. :(
>
>> Copied and pasted from the KDE GUI:
>>
>> [?1034h(no debugging symbols found)
>> [Switching to thread 1012973]
>> [KCrash handler]
>> #6  0x06356219 in QGListIterator::QGListIterator ()
>>    from /usr/local/lib/libqt-mt.so.33.0
>> #7  0x07b080fd in Digikam::AlbumManager::setLibraryPath ()
>>    from /usr/local/lib/libdigikam.so.3.0
>> #8  0x07b09ee0 in Digikam::DigikamApp::DigikamApp ()
>>    from /usr/local/lib/libdigikam.so.3.0
>> #9  0x1b69437e in main () from /usr/local/bin/digikam
>> Current language:  auto; currently asm
>
> I see a similar crash reported in FreeBSD mailing list - unfortunately,
> without resolution.
>
>> Now it comes up to a splash screen then immediately crashes before I
>> can do anything at all.  Initially it asked me to choose a default
>> save directory, then crashed.  It did put a digikam3.db file in there
>> but hasn't overwritten it.
>
> Did you try to remove that file?
>
>> The ports version is 0.9.6 but the built-in help doesn't do any good
>
> Ouch. So you're running Digikam 0.9.6 actually (KDE3 version)... I didn't
> run it for a while. You prefer this version by intention, don't you?
>
>> if the program crashes opening so I can't get to it.
>
> That's how KDE3 works - sorry, I can't help you here more than you already
> did.
>
>> I'll look for
>> the built-in documentation files though.
>>
>> Shotwell, from the DESCR is just for transferring off the camera and
> viewing.
>
> Add advanced editing, classifying, filtering and publishing capabilities,
> and you'll get Digikam. :)
>
>> What I'm looking for would have to be pretty interactive, it would
>> have to query the camera through libgphoto, find out its capabilities,
>> then adjust its menus accordingly even if it just masked out things
>> that camera can't do.  And knowing about every camera on the planet?
>
> I don't know about such software. But be sure, Digikam can't do this as
> well, even 4.x one.
>
>> Not feasible.  Something written in Glade might be flexible enough.
>>
>> On 9/14/15, Vadim Zhukov <[email protected]> wrote:
>> > 2015-09-14 8:33 GMT+03:00 Alan Corey <[email protected]>:
>> >> I have limited patience with "run your life" things like KDE and
>> >> Gnome.  I use fvwm.
>> >>
>> >> Anyway under OpenBSD 5.7 i386 I installed digiKam from ports.
>> >
>> > From ports? Not from packages?
>> >
>> > If from ports - why? Talking about digikam and its dependencies, some
>> > of them are rather fragile regarding compile tweaks. And it takes a
>> > lot of time to compile Digikam SC, with no gain.
>> >
>> >>  Start
>> >> it up, it wants a default save directory.  I gave it one but it may
>> >> not be able to write there depending what user it's running as.  Then
>> >> it crashed with a signal 11 and does this every time I try to run it
>> >> now.
>> >
>> > Could you get a backtrace, please? Also, did it immediately crashed
>> > after setting things up, or after some time (but still without
>> > involving you), or right after you did something? I have a suspect
>> > here, saw it on i386 only but failed to debug - something really fishy
>> > happens there when reading thumbnails via lbiraw... But, again, I
>> > can't speak anything for sure without a trace.
>> >
>> > If you need help in getting trace, please, mail me off-list.
>> >
>> >> So I installed the digicam-doc port.
>> >
>> > This is for old Digikam (0.9.6, KDE3 version). The current Digikam
>> > package contains all help files already.
>> >
>> >>  Once I tracked down where it
>> >> installed (/usr/local/share/doc/HTML.kde3/en/)  I find no readable
>> >> documentation (html, pdf, etc) in there, just some *.docbook files.
>> >> Inside a bz2 file there is an index.cache which when I unpack it and
>> >> rename to index.html it links in the images and mostly works properly.
>> >> Links to subsections like using-camerasupport.html don't.
>> >>
>> >> It would be nice to make a pdf from these docbook files but there's no
>> >> man page for docbook (it's installed), or digikam.  Someplace there's
>> >> probably an rc file I can edit to change the default save directory
>> >> then maybe it won't crash every time it starts.
>> >>
>> >> I'm not sure it's what I'm looking for anyway, I'm looking for more of
>> >> a GUI frontend to libgphoto2 allowing setting camera parameters then
>> >> taking pictures rather than post-processing.  I use Gimp with ufraw &
>> >> dcraw for that.  Something like controlmynikon and controlmycanon for
>> >> Windows is what I was hoping for.
>> >
>> > FWIW, there is an analog in GNOME land, Shotwell - maybe it'll work for
>> > you...
>
> --
> Vadim Zhukov
>


-- 
Credit is the root of all evil.  - AB1JX

Reply via email to