|
|
Subscribe / Log in / New account

digiKam

digiKam

Posted Jun 20, 2010 10:48 UTC (Sun) by jospoortvliet (guest, #33164)
In reply to: digiKam by Velmont
Parent article: A quick grumpy review of Shotwell

that's really really weird, as digikam should only depend on KDElibs (and possibly kdeworkspace-runtime). Konqi and kmail are entirely separate apps... Some distributions do not split up packages, eg if you want kmail you will get all KDE PIM apps but digikam isn't even part of the official KDE software compilation but has a separate release schedule. So it should certainly not require any other KDE application to be available.


to post comments

digiKam

Posted Jun 23, 2010 5:20 UTC (Wed) by Velmont (guest, #46433) [Link] (6 responses)

This is Ubuntu, it was a few releases ago, but I just checked with Lucid Lynx now, and although it doesn't seem to pull in Kmail, it does pull in Konqueror and Dolphin.

digiKam

Posted Jun 23, 2010 6:27 UTC (Wed) by jospoortvliet (guest, #33164) [Link] (2 responses)

Tsss. Well I couldn't think of a reason why this would be needed - it's simply a dependency/packaging issue in debian/ubuntu. I'd file a bug...

digiKam

Posted Jun 23, 2010 13:19 UTC (Wed) by nix (subscriber, #2304) [Link] (1 responses)

Perhaps it's for the 'open in file viewer' menu option.

digiKam

Posted Jun 23, 2010 13:26 UTC (Wed) by jospoortvliet (guest, #33164) [Link]

Na, that should just use the XDG standard and open eg Nautilus in Gnome or Explorer in Windows...

digiKam in Ubuntu RECOMMENDS konqueror

Posted Jun 24, 2010 11:49 UTC (Thu) by emmi3 (subscriber, #62443) [Link] (2 responses)

The Ubuntu package for digikam does NOT depend on Konqueror or Dolphin, but it instead recommends kipi-plugins, which in turn recommends konqueror und suggests kmail and so on...

Since Ubuntu by default installs recommended packages (but afaik not suggested packages) konqueror is "pulled in".

So to install digikam with the kipi-plugins (and exiv2), but without Konqueror and Dolphin one could use the following command:

aptitude -R install digikam kipi-plugins+M exiv2+M

To find out about the dependencies I find the "-D"-switch for aptitude usually very helpful. Or use

aptitude -R digikam

and look out for RECOMMENDED but not installed packages

Yours,
Robert

digiKam in Ubuntu RECOMMENDS konqueror

Posted Jul 4, 2010 21:19 UTC (Sun) by bjartur (guest, #67801) [Link] (1 responses)

WTH is this a recommendation (rather than a suggestion)?!

Debian Packaging Policy [OT]

Posted Jul 5, 2010 8:30 UTC (Mon) by Felix.Braun (guest, #3032) [Link]

The difference as per Debian Packaging Policy is a matter of degree:

Depends
This declares an absolute dependency.
Recommends
This declares a strong, but not absolute, dependency.
Suggests
This is used to declare that one package may be more useful with one or more others.

I think that this fine-grained dependency tracking allows Debian (and derivatives) to strike a good compromise between simplicity and configurability in terms of dependency management.


Copyright © 2025, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds