Can i get rid of the Terminal window?
See original GitHub issueDear developers, i’m excited to try your application out because i suspect that RescueTime doesn’t count durations properly and i don’t like the idea of my data on their servers.
On MacOS Sierra I launched ./aw-qt in the Terminal and the AW icon appeared in the system tray.
But the Terminal window (actually, two windows now) is still on and if i close it, the icon disappears and i believe the app is not running any more.
Is it possible to keep the app running without Terminal windows?
Issue Analytics
- State:
- Created 5 years ago
- Comments:6 (4 by maintainers)
Top Results From Across the Web
Open or quit Terminal on Mac - Apple Support
Quit a shell session In the Terminal app on your Mac, in the window running the shell process you want to quit, type...
Read more >How to uninstall windows terminal? · Issue #1176 - GitHub
Right click on the entry in Start menu, there should be an option to uninstall it. However, I think it would be better...
Read more >How to Remove Open in Windows Terminal Context Menu in ...
To remove the Open in Windows Terminal item from the Windows 11 right-click menu, do the following. Right-click the Start menu button, select ......
Read more >Is there a command to close a terminal window ... - Ask Ubuntu
To close a terminal window you can use the exit command . Alternatively you can use the shortcut ctrl + shift + w...
Read more >Windows Terminal Panes | Microsoft Learn
You can close the focused pane by typing Ctrl + Shift + W . If you only have one pane, Ctrl + Shift...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

My PR removes the dock icon. If you don’t want to wait for a new release:
make build DEV=trueHi!
Do you mean the automator with "run shell script" as an application?Yes that is similar to what I did (I installed from source, so my shell command looks a bit different)I did not get the python-rocket to disappear from my dock either. (Regardless of what Erik said in some thread, I only got it to autostart) I don’t think it’s possible to solve with automater, since the problem seems to be with qt-applications. In this stackoverflow thread it seems to be possible to remove the dock icon with AppKit. I will see if I can get the time to look into integrating it into aw.