Re: pinentry window?

2010-04-08 Thread Boris Bobrov
Hi, Frank. 
Thanks, it worked for me. 
Четверг 08 апреля 2010 22:00:20 you wrote:
> Hallo Boris,
> 
> 
> here it is (comments are missing):
>   1 pinentry-program /usr/bin/pinentry-qt4
>   2 no-grab
> [...]
>   7 allow-mark-trusted
>   8 default-cache-ttl 1800
>   9 debug-level basic
>  10 disable-scdaemon
>  11 log-file /home/frank/.gnupg/log-socket
> 
> Without attaching -qt4 in line 1, I couldn't write the password. Update-
> alternatives didn't worked for me, maybe it is a problem of KDE SC 4.4.1
> at this time. I don't have tested it since I had found this solution for
> me. I hope, it will help you.
> 
> Greetings
> 
> Frank
> 


signature.asc
Description: This is a digitally signed message part.


Re: pinentry window?

2010-04-08 Thread Frank Störzer
Hallo Boris,
Am Donnerstag, 8. April 2010 17:23:32 schrieb Boris Bobrov:
> Hi, Frank.
> Please, post you gpg-agent.conf.
here it is (comments are missing): 
  1 pinentry-program /usr/bin/pinentry-qt4
  2 no-grab
[...]
  7 allow-mark-trusted
  8 default-cache-ttl 1800
  9 debug-level basic
 10 disable-scdaemon
 11 log-file /home/frank/.gnupg/log-socket

Without attaching -qt4 in line 1, I couldn't write the password. Update-
alternatives didn't worked for me, maybe it is a problem of KDE SC 4.4.1 
at this time. I don't have tested it since I had found this solution for 
me. I hope, it will help you.

Greetings

Frank



-- 
To UNSUBSCRIBE, email to debian-kde-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201004081900.20584.frank.stoer...@web.de



Re: pinentry window?

2010-04-08 Thread Boris Bobrov
Hi, Frank. 
Please, post you gpg-agent.conf. 
Четверг 08 апреля 2010 15:02:26 you wrote:
> Hi Boris,
> 
> Am Donnerstag, 8. April 2010 11:44:41 schrieb Boris Bobrov:
> 
> I had the same problem some days ago. Just have a look in your
> ~/.gnupg/gpg-agent.conf which pinentry will be called and have a look on
> your system, which pinentry is installed.
> 
> Greetings
> 
> Frank
> 


--
To UNSUBSCRIBE, email to debian-kde-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201004082023.32150.breton.li...@gmail.com



Re: pinentry window?

2010-04-08 Thread Boris Bobrov
Hi, Adrian. 

Четверг 08 апреля 2010 18:52:00 you wrote:
> On Thursday 08 April 2010 12.02:26 Frank Störzer wrote:
> Ok - but that's not a solution, that's more like a workaround.  I'll not
> file bugs until I can identify the source of the problem, as I haven't
>  tried with a new created account.
But it works. The only thing left to do is to post to Debian bugtracker. And 
to hack by yourself, if you can.  
I can confirm this bug. But workaround works for me for already 2 months. 


--
To UNSUBSCRIBE, email to debian-kde-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201004082004.41860.breton.li...@gmail.com



Re: Attach gdb to program?

2010-04-08 Thread Carsten Pfeiffer
Am Donnerstag, 8. April 2010 schrieb Adrian von Bidder:

> Given a Debian package (kmail, in this case, with installed kdepim-dbg
> package) and an extracted source package: how do I properly start gdb (or
> ddd or ...) so that it finds both the debugging symbols and the source
> code?
> 
> Just gdb -p  /usr/bin/kmail doesn't work :-(
> 
> (I've only ever used gdb on locally compiled simple projects, I've never
> worked with the separate symbol files as delivered in -dbg packages.)

Not sure if this is the same as your example, but I usually used

gdb kmail
attach 

But check the output of ps aux | grep kmail -- if kmail is launched via 
kdeinit or kdeinit4, you need to run "gdb kdeinit" or kdeinit4.

Cheers,
Carsten


signature.asc
Description: This is a digitally signed message part.


Re: pinentry window?

2010-04-08 Thread Adrian von Bidder
On Thursday 08 April 2010 12.02:26 Frank Störzer wrote:
> Hi Boris,
> 
> Am Donnerstag, 8. April 2010 11:44:41 schrieb Boris Bobrov:
> > Hm. I have another problem - I can't sign any email, I get "Bad
> > Passphrase" every time I try to sign it. Pinentry window doesn't
> > appear.
> > 
> > The solution of your problem is to make a rule for this window.
> > System settings - Window behavior - Window-Specific - New.

Ok - but that's not a solution, that's more like a workaround.  I'll not 
file bugs until I can identify the source of the problem, as I haven't tried 
with a new created account.
 
> I had the same problem some days ago. Just have a look in your
> ~/.gnupg/gpg-agent.conf which pinentry will be called and have a look on
> your system, which pinentry is installed.

/usr/bin/pinentry is called which, via alternatives, points to pinentry-qt4, 
which is the only pinentry I have installed.

Not sure what that's supposed to tell me.

cheers
-- vbi

-- 
Wie man sein Kind nicht nennen sollte:
  Karo Muster


signature.asc
Description: This is a digitally signed message part.


Re: pinentry window?

2010-04-08 Thread Frank Störzer
Hi Boris,
Am Donnerstag, 8. April 2010 11:44:41 schrieb Boris Bobrov:
> Hm. I have another problem - I can't sign any email, I get "Bad
> Passphrase" every time I try to sign it. Pinentry window doesn't
> appear.
> 
> The solution of your problem is to make a rule for this window.
> System settings - Window behavior - Window-Specific - New.
I had the same problem some days ago. Just have a look in your 
~/.gnupg/gpg-agent.conf which pinentry will be called and have a look on 
your system, which pinentry is installed.

Greetings

Frank


-- 
To UNSUBSCRIBE, email to debian-kde-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201004081202.26801.frank.stoer...@web.de



Re: pinentry window?

2010-04-08 Thread Boris Bobrov

Hm. I have another problem - I can't sign any email, I get "Bad Passphrase" 
every time I try to sign it. Pinentry window doesn't appear. 

The solution of your problem is to make a rule for this window. 
System settings - Window behavior - Window-Specific - New. 

В сообщении от Четверг 08 апреля 2010 10:26:03 автор Adrian von Bidder 
написал:
> Heyho!
> 
> ... and, sending the last mail: is it a Debian specific issue, or some
>  local feature of my KDE profile, or a KDE bug: recently (4.3 to 4.4, but
>  I'm not sure exactly which updates triggered it), the pinentry window
>  always comes up behind the kmail windows when I sign email.  Confused me a
>  bit at first... (luckily it is still modal relative to the kmail window,
>  so the kmail composer gets greyed out, indicating that the pinentry might
>  be somewhere...)
> 
> Mostly everything related to KDE is experimental or qt-kde repository.
> pinentry-qt4 is 0.8.0-1.
> 
> cheers
> -- vbi
> 


--
To UNSUBSCRIBE, email to debian-kde-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201004081444.41726.breton.li...@gmail.com



Re: pinentry window?

2010-04-08 Thread Modestas Vainius
Hello,

On ketvirtadienis 08 Balandis 2010 08:26:03 Adrian von Bidder wrote:
> Heyho!
> 
> ... and, sending the last mail: is it a Debian specific issue, or some
> local feature of my KDE profile, or a KDE bug: recently (4.3 to 4.4, but
> I'm not sure exactly which updates triggered it), the pinentry window
> always comes up behind the kmail windows when I sign email.  Confused me a
> bit at first... (luckily it is still modal relative to the kmail window,
> so the kmail composer gets greyed out, indicating that the pinentry might
> be somewhere...)
> 
> Mostly everything related to KDE is experimental or qt-kde repository.
> pinentry-qt4 is 0.8.0-1.

I believe this is new pinentry-qt4 to blame rather than KDE SC 4.4.

-- 
Modestas Vainius 


signature.asc
Description: This is a digitally signed message part.


Re: pinentry window?

2010-04-08 Thread Marcus Better
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi!

Adrian von Bidder wrote:
> ... and, sending the last mail: is it a Debian specific issue, or some
> local feature of my KDE profile, or a KDE bug: recently (4.3 to 4.4, but
> I'm not sure exactly which updates triggered it), the pinentry window
> always comes
> up behind the kmail windows when I sign email.

This also happens with the kdesu password dialog (at least I think it's 
kdesu) that comes up when you try to kill some privileged process in the 
system monitor (Ctrl-Esc). It did not happen in 4.3.

Cheers,

Marcus
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEARECAAYFAku9knoACgkQXjXn6TzcAQnyNwCgnMxaTmPikBkq1WVPY7uXAf5x
LM4AoKgizCiPpdZXfbwolJMfAB18alJb
=6TQZ
-END PGP SIGNATURE-



-- 
To UNSUBSCRIBE, email to debian-kde-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/hpk3q9$23...@dough.gmane.org