Bug 360979 - Kleopatra keeps asking for SC support when it's unavailable and spam the log
Summary: Kleopatra keeps asking for SC support when it's unavailable and spam the log
Status: CONFIRMED
Alias: None
Product: kleopatra
Classification: Applications
Component: general (show other bugs)
Version: 2.2.0
Platform: Arch Linux Linux
: NOR normal
Target Milestone: ---
Assignee: Andre Heinecke
URL: http://pastebin.com/8pwcnj7F
Keywords:
Depends on:
Blocks:
 
Reported: 2016-03-25 20:41 UTC by Umberto Tozzato
Modified: 2016-03-29 08:39 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Umberto Tozzato 2016-03-25 20:41:44 UTC
When kleo is run, i keep seeing this in KWatchGnuPG:
4 - 2016-03-25 21:33:35 gpg-agent[1577]: handler 0x7ff4435fa700 for fd 5 started
  4 - 2016-03-25 21:33:35 gpg-agent[1577]: DBG: chan_5 -> OK Pleased to meet you, process 1993
  4 - 2016-03-25 21:33:35 gpg-agent[1577]: DBG: chan_5 <- OPTION display=:1
  4 - 2016-03-25 21:33:35 gpg-agent[1577]: DBG: chan_5 -> OK
  4 - 2016-03-25 21:33:35 gpg-agent[1577]: DBG: chan_5 <- SCD SERIALNO
  4 - 2016-03-25 21:33:35 gpg-agent[1577]: DBG: chan_5 -> ERR 67108924 Not supported <GPG Agent>
  4 - 2016-03-25 21:33:35 gpg-agent[1577]: DBG: chan_5 <- BYE
  4 - 2016-03-25 21:33:35 gpg-agent[1577]: DBG: chan_5 -> OK closing connection
  4 - 2016-03-25 21:33:35 gpg-agent[1577]: handler 0x7ff4435fa700 for fd 5 terminated

The spamming stop once kleopatra is closed

Reproducible: Always

Steps to Reproduce:
1. Open Kleopatra
2. Open KWatchGnuPG
3. Profit?
Comment 1 Andre Heinecke 2016-03-29 08:39:18 UTC
Yes kleopatra is actively polling for smartcards. This is wrong it should use a filesystem watch on the smartcard reader status file.

Something I'm planning to fix.