GNOME Bugzilla – Bug 775955
Apply parameters (--debug, etc.) at runtime even when Geary is already running
Last modified: 2019-04-09 12:24:41 UTC
Often I left my computer suspended and on resume Geary is not working. Many times I typed 'geary --debug' to catch some logs but this only resumes the active instance and quit. It would be great to instead "catch" the active instance and apply it the '--debug' flag. Same thing for '--hidden': if Geary is already running, invoking 'geary --hidden' will… show Geary's window.
This would definitely be good to have for the logging. Maybe also related to Bug 775956? Although I'd be against adding any UI for it, but if logging could be controlled by manipulating GObject properties, then people could also manage it using the GTK Inspector by changing property values at runtime. When it comes to showing the main window when hidden, doesn't just executing "geary" work?
This should be solved per the patch in bug 775956.
(In reply to Niels De Graef from comment #2) > This should be solved per the patch in bug 775956. Only from the command line, right? Not for using GTK Inspector?
Geary now has it's own inspector for GUI log viewing, and forwarding command line args to the running instance will indeed be taken care of by 775956, so marking as a duplicate of that. *** This bug has been marked as a duplicate of bug 775956 ***