Bug 128712 - WISH: different exit value when passivepopup times out
Summary: WISH: different exit value when passivepopup times out
Status: REPORTED
Alias: None
Product: kdialog
Classification: Applications
Component: general (other bugs)
Version First Reported In: 1.0
Platform: openSUSE Linux
: NOR wishlist
Target Milestone: ---
Assignee: Brad Hards
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-06-05 22:44 UTC by hammerpaolo
Modified: 2025-07-13 18:29 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description hammerpaolo 2006-06-05 22:44:51 UTC
Version:           1.0 (using KDE KDE 3.4.2)
Installed from:    SuSE RPMs

It should be possible in scripts to determine if the passivepopup dialog times out or returns because of user interaction.
I guess the easiest way to facilitate this would be to let kdialog return a different exit code in the first case.
Comment 1 Brad Hards 2006-08-22 13:29:24 UTC
I'm not so sure that this is a good idea. The concept is that it is "passive", so it just goes away on its own. You can click on it, but that isn't conceptually different to it timing out.

That said, this wouldn't be especially difficult to do (although it will have to wait for KDE4)

Can you explain what you are trying to do?