Bug 404319 - add command line switch to hide window on startup
Summary: add command line switch to hide window on startup
Status: REPORTED
Alias: None
Product: ktimer
Classification: Applications
Component: general (other bugs)
Version First Reported In: unspecified
Platform: Other Linux
: NOR wishlist
Target Milestone: ---
Assignee: A. Spehr
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-02-14 05:26 UTC by Unknown
Modified: 2019-02-14 05:26 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 Unknown 2019-02-14 05:26:44 UTC
SUMMARY

ktimer can have its window closed and stay running in the tray. This is an opportunity to start it running upon launching the desktop/window manager (eg. in startup applications or a startup script). However, it always opens its window on startup, which is annoying for this use case. 

It would be nice to add a new command line flag (eg. `--noshow` or `--tray` to force it to start in the tray without opening a window.

There is a similar bug report open at https://bugs.kde.org/show_bug.cgi?id=366500 , but that is requesting that the previous window state be remembered on launch which isn't the behaviour I was wanting.