By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release.
Bug 3183 - DigiKam - serial port list empty
Summary: DigiKam - serial port list empty
Status: PATCHAVAIL
Alias: None
Product: TDE
Classification: Unclassified
Component: non-core programs (show other bugs)
Version: R14.1.x [Trinity]
Hardware: Other Linux
: P5 normal
Assignee: Timothy Pearson
URL:
Depends on:
Blocks:
 
Reported: 2021-05-15 11:01 CDT by linux
Modified: 2021-05-21 06:54 CDT (History)
2 users (show)

See Also:
Compiler Version:
TDE Version String:
Application Version:
Application Name:


Attachments
Camera Configuration dialog screenshot (77.35 KB, image/jpeg)
2021-05-15 11:01 CDT, linux
Details
patch to fix the bug (675 bytes, patch)
2021-05-21 06:53 CDT, linux
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description linux 2021-05-15 11:01:56 CDT
Created attachment 3014 [details]
Camera Configuration dialog screenshot

When trying to add an old serial port camera do DigiKam found that the serial port list is empty. DigiKam then crashes when trying to access a camera with no port.

Settting the port manually in ~/.trinity/share/apps/digikam/cameras.xml (to "serial:/dev/ttyS0") makes it work so just the port selection is broken.

gphoto2 correctly lists ports:
$ gphoto2 --list-ports
Devices found: 7
Path                             Description
--------------------------------------------------------------
ptpip:                           PTP/IP Connection
serial:/dev/ttyS0                Serial Port 0
serial:/dev/ttyS1                Serial Port 1
serial:/dev/ttyS2                Serial Port 2
serial:/dev/ttyS3                Serial Port 3
serial:                          Serial Port Device
usb:                             Universal Serial Bus
Comment 1 linux 2021-05-21 06:53:49 CDT
Created attachment 3015 [details]
patch to fix the bug