Score:1

Whenever i open a terminal, is there a script to make it open but it shows as a background app?

ru flag

I am making a script that finds unwanted items and hiding the terminal seems better to do.

Score:1
cn flag

every time you open a terminal the ~/.bashrc script is run

you can add any scripting you want in there (at the end typically) and it will run every time a terminal is opened

Score:0
us flag

If you are trying to make your python script not open a terminal window when you run it, then I believe what you do is replace the .py file extension with .pyw on your main script, this tells python that you do not need the terminal.

I believe there are also other ways of doing this, so if this doesn't work for you, or if this isn't what you wanted, please let me know.

ru flag
Thanks, by chance could you send a download link for that? thank you.
mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.