Bug 132700

Summary: session problem: kaffeine is not showing up but is running
Product: [Applications] kaffeine Reporter: solsTiCe <solstice.dhiver>
Component: generalAssignee: Christophe Thommeret <hftom>
Status: RESOLVED WORKSFORME    
Severity: normal CC: ana
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Slackware   
OS: Linux   
Latest Commit: Version Fixed In:

Description solsTiCe 2006-08-20 18:22:08 UTC
Version:           svn 556127 (using KDE KDE 3.5.4)
Installed from:    Slackware Packages
OS:                Linux

leave your session (i.e. log out) with kaffeine up and running.

then the next time you login, kaffeine is running. but its GUI does not show up. 

moreover the below dcop call does not work
$ dcop kaffeine kaffeine-mainwindow#1 show
call failed

$ dcop kaffeine
qt
MainApplication-Interface
kaffeine

it's all i got it lacks something. 

very annoying bug
all i can do is kill kaffeine ans restart it.
Comment 1 Olivier Trichet 2006-10-05 16:55:18 UTC
This is due to :

if (isRestored())
   return 0;

in kaffeine/src/main.cpp in the newInstance() method.
Removing those lines solves the issue.
Comment 2 solsTiCe 2006-10-07 21:09:38 UTC
so this bug must be closed, no ?