Bug 388130 - Non-GUI commands should not require an X display
Summary: Non-GUI commands should not require an X display
Status: RESOLVED INTENTIONAL
Alias: None
Product: digikam
Classification: Applications
Component: Setup-CLI (other bugs)
Version First Reported In: 5.7.0
Platform: Arch Linux Linux
: NOR minor
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-12-22 00:06 UTC by Victor Engmark
Modified: 2017-12-22 04:13 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed/Implemented In: 5.8.0
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Victor Engmark 2017-12-22 00:06:58 UTC
Commands like `digikam --version`, `digikam --help` and `digikam --license` should not require an X display to run.
Comment 1 caulier.gilles 2017-12-22 04:00:55 UTC
these options are provided by low level KDE framework API that digiKam depend.

Gilles Caulier
Comment 2 caulier.gilles 2017-12-22 04:13:44 UTC
Typically, KAboutdata is use to setup all options listed in this report and passed to QApplication data, which is a GUI based class which depend of low level window system under Linux. There is no way to change that easily.

Gilles Caulier