Bug 132700 - session problem: kaffeine is not showing up but is running
Summary: session problem: kaffeine is not showing up but is running
Status: RESOLVED WORKSFORME
Alias: None
Product: kaffeine
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Slackware Linux
: NOR normal
Target Milestone: ---
Assignee: Christophe Thommeret
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-20 18:22 UTC by solsTiCe
Modified: 2006-10-07 21:09 UTC (History)
1 user (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 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 ?