Re: [gentoo-user] [OT] KDE password dialogs stopped working

2009-10-11 Thread Dirk Heinrichs
Mick schrieb:

 If in addition you use the --verbose and or --debug options you should see 
 all 
 that dbus has to tell you.

Such options don't exist.

Bye...

Dirk



signature.asc
Description: OpenPGP digital signature


Re: [gentoo-user] [OT] KDE password dialogs stopped working

2009-10-11 Thread Mick
On Sunday 11 October 2009, Dirk Heinrichs wrote:
 Mick schrieb:
  If in addition you use the --verbose and or --debug options you should
  see all that dbus has to tell you.

 Such options don't exist.

Huh?  They seem to exist here (although the script calls them flags):
=
# /etc/init.d/dbus 
Usage: dbus [ flags ]  options 

Normal Options:
start stop restart pause zap
  Default init.d options.

Additional Options:
reload
  Extra options supported by this init.d script.

Flags:
--quiet
  Suppress output to stdout, except if:
  1) It is a warning, then output to stdout
  2) It is an error, then output to stderr
--verbose   Output extra information
--debug Output debug information
--nocolor   Suppress the use of colors

Configuration files:
/etc/conf.d/dbus/etc/rc.conf

For more info, please run '/etc/init.d/dbus help'.
=

Running it with --debug gives loads of info:
=
# /etc/init.d/dbus --debug status
+ [[ '' != \y\e\s ]]
+ source /sbin/functions.sh
++ RC_GOT_FUNCTIONS=yes
++ [[ -f /etc/conf.d/rc ]]
++ source /etc/conf.d/rc

[snip...]
+ service_starting dbus
+ test_service_state dbus starting
+ [[ -z dbus ]]
+ [[ -z starting ]]
+ local f=/var/lib/init.d/starting/dbus
+ [[ ! -x /etc/init.d/dbus ]]
+ [[ -e /var/lib/init.d/starting/dbus ]]
+ service_started dbus
+ test_service_state dbus started
+ [[ -z dbus ]]
+ [[ -z started ]]
+ local f=/var/lib/init.d/started/dbus
+ [[ ! -x /etc/init.d/dbus ]]
+ [[ -e /var/lib/init.d/started/dbus ]]
+ return 1
+ svc_stop
+ local x= mydep= mydeps= retval=0
+ servicelist=()
+ local -a servicelist
+ is_runlevel_stop
+ [[ -d /var/lib/init.d/softscripts.new ]]
+ service_stopped dbus
+ [[ -z dbus ]]
[snip...]
=

HTH.
-- 
Regards,
Mick


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


Re: [gentoo-user] [OT] KDE password dialogs stopped working

2009-10-11 Thread Dirk Heinrichs
Am Samstag 10 Oktober 2009 09:41:52 schrieb Dirk Heinrichs:
 I suspect that it has something to do with recent QT update to 4.5.3,
 but I'm not sure.

Downgraded QT to 4.5.2 and everything works fine again. Will file some bugs for 
this...

Bye...

Dirk



[gentoo-user] [OT] KDE password dialogs stopped working

2009-10-10 Thread Dirk Heinrichs
Hi all,

just wanted to know wether anbody has encountered this:

Nearly all KDE password dialogs (except screensaver and kdm) have
stopped working. Neither kwallet nor kmail/kontact or kopete password
dialogs work. I can enter login data, but the OK button doesn't react
on klicks, only Cancel works.

I suspect that it has something to do with recent QT update to 4.5.3,
but I'm not sure.

Has anybody else seen this?

Bye...

Dirk



signature.asc
Description: OpenPGP digital signature


Re: [gentoo-user] [OT] KDE password dialogs stopped working

2009-10-10 Thread Frank Steinmetzger
Am Samstag, 10. Oktober 2009 schrieb Dirk Heinrichs:
 Hi all,

 just wanted to know wether anbody has encountered this:

 Nearly all KDE password dialogs (except screensaver and kdm) have
 stopped working. Neither kwallet nor kmail/kontact or kopete password
 dialogs work. I can enter login data, but the OK button doesn't react
 on klicks, only Cancel works.

 I suspect that it has something to do with recent QT update to 4.5.3,
 but I'm not sure.

 Has anybody else seen this?

No, though my kdm:3 is a little on the fritz - sometimes I have to restart X 
to get the login working. You could try revdep-rebuild.
-- 
Gruß | Greetings | Qapla'
I wish my lawn was emo, so it would cut itself.


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


Re: [gentoo-user] [OT] KDE password dialogs stopped working

2009-10-10 Thread Volker Armin Hemmann
On Samstag 10 Oktober 2009, Dirk Heinrichs wrote:
 Hi all,
 
 just wanted to know wether anbody has encountered this:
 
 Nearly all KDE password dialogs (except screensaver and kdm) have
 stopped working. Neither kwallet nor kmail/kontact or kopete password
 dialogs work. I can enter login data, but the OK button doesn't react
 on klicks, only Cancel works.
 
 I suspect that it has something to do with recent QT update to 4.5.3,
 but I'm not sure.
 
 Has anybody else seen this?
 
 Bye...
 
   Dirk
 

no, never. Is consolekit running?
dbus is ok?
error messages in kdm.log?
revdep-rebuilt done?



Re: [gentoo-user] [OT] KDE password dialogs stopped working

2009-10-10 Thread Dirk Heinrichs
Volker Armin Hemmann schrieb:
 On Samstag 10 Oktober 2009, Dirk Heinrichs wrote:
 Hi all,

 just wanted to know wether anbody has encountered this:

 Nearly all KDE password dialogs (except screensaver and kdm) have
 stopped working. Neither kwallet nor kmail/kontact or kopete password
 dialogs work. I can enter login data, but the OK button doesn't react
 on klicks, only Cancel works.

 I suspect that it has something to do with recent QT update to 4.5.3,
 but I'm not sure.

 Has anybody else seen this?
 
 no, never. Is consolekit running?

Yes.

 dbus is ok?

Yes (at least I think so). How would I find out if it's not?

 error messages in kdm.log?

Hmm, kdm is working fine. Would I find other programs errors here, too?

 revdep-rebuilt done?

Yes (or better: its cousin reconcilio), everything fine.

Bye...

Dirk



signature.asc
Description: OpenPGP digital signature


Re: [gentoo-user] [OT] KDE password dialogs stopped working

2009-10-10 Thread Volker Armin Hemmann
On Samstag 10 Oktober 2009, Dirk Heinrichs wrote:
 Volker Armin Hemmann schrieb:
  On Samstag 10 Oktober 2009, Dirk Heinrichs wrote:
  Hi all,
 
  just wanted to know wether anbody has encountered this:
 
  Nearly all KDE password dialogs (except screensaver and kdm) have
  stopped working. Neither kwallet nor kmail/kontact or kopete password
  dialogs work. I can enter login data, but the OK button doesn't react
  on klicks, only Cancel works.
 
  I suspect that it has something to do with recent QT update to 4.5.3,
  but I'm not sure.
 
  Has anybody else seen this?
 
  no, never. Is consolekit running?
 
 Yes.
 
  dbus is ok?
 
 Yes (at least I think so). How would I find out if it's not?
 
  error messages in kdm.log?
 
 Hmm, kdm is working fine. Would I find other programs errors here, too?
 
  revdep-rebuilt done?
 
 Yes (or better: its cousin reconcilio), everything fine.
 
 Bye...
 
   Dirk
 

have you deactivated akonadi in the past (just pulling stuff from my ass, 
remembering how kopete stopped working without akonadi...).



Re: [gentoo-user] [OT] KDE password dialogs stopped working

2009-10-10 Thread Mick
On Saturday 10 October 2009, Dirk Heinrichs wrote:
 Volker Armin Hemmann schrieb:

  dbus is ok?

 Yes (at least I think so). How would I find out if it's not?

# /etc/init.d/dbus status
 * Caching service dependencies ...   [ ok ]
 * status:  started

-- 
Regards,
Mick


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


Re: [gentoo-user] [OT] KDE password dialogs stopped working

2009-10-10 Thread Dirk Heinrichs
Mick schrieb:
 On Saturday 10 October 2009, Dirk Heinrichs wrote:
 # /etc/init.d/dbus status
  * Caching service dependencies ...   [ ok ]
  * status:  started

That tells me it's started, but not wether it's ok or not.

Bye...

Dirk




signature.asc
Description: OpenPGP digital signature


Re: [gentoo-user] [OT] KDE password dialogs stopped working

2009-10-10 Thread Dirk Heinrichs
Volker Armin Hemmann schrieb:

 have you deactivated akonadi in the past (just pulling stuff from my ass, 
 remembering how kopete stopped working without akonadi...).

I don't think it's related, since it's not working for all users. I'll
check anyway...

Bye...

Dirk




signature.asc
Description: OpenPGP digital signature


Re: [gentoo-user] [OT] KDE password dialogs stopped working

2009-10-10 Thread Mick
On Saturday 10 October 2009, Dirk Heinrichs wrote:
 Mick schrieb:
  On Saturday 10 October 2009, Dirk Heinrichs wrote:
  # /etc/init.d/dbus status
   * Caching service dependencies ...   [ ok ]
   * status:  started

 That tells me it's started, but not wether it's ok or not.

Right, it should tell you that it started without any major problems - also 
have a look at your logs to check for any error messages while your starting 
it.

If in addition you use the --verbose and or --debug options you should see all 
that dbus has to tell you.

HTH.
-- 
Regards,
Mick


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