You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running zeal more than once without a query parameter, one gets the message "Already running. Terminating." and then the program exits. It would be better if it would trigger the already-running instance to raise itself if it is hidden. If there's a problem with making this the default behavior, then at least there should be an additional commandline option which does this.
The text was updated successfully, but these errors were encountered:
I second this. I ran into an issue where there was no way in the GUI to restore Zeal after hiding it. It's also helpful for those of us who spend a lot of time in the command prompt. Having the window restore after executing the zeal command would be convenient.
@RossBarnie I figured out the workaround for that problem is to open up the Zeal config file (~/.config/Zeal/Zeal.conf) and change the following parameters:
hidingBehavior=minimize
startupBehavior=window
Then if you restart the process, the window should come back up. Unfortunately it looks like setting both the hiding and startup behavior to system tray causes the window to be hidden permanently. This is also referenced in issue #128.
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for a related request.
lockbot
locked and limited conversation to collaborators
Sep 16, 2018
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When running zeal more than once without a query parameter, one gets the message "Already running. Terminating." and then the program exits. It would be better if it would trigger the already-running instance to raise itself if it is hidden. If there's a problem with making this the default behavior, then at least there should be an additional commandline option which does this.
The text was updated successfully, but these errors were encountered: