S
S
Sergey K2015-04-12 22:56:17
Command line
Sergey K, 2015-04-12 22:56:17

How to continue working in the terminal after starting the program?

Actually, the essence of the problem is that after starting Chrome in the terminal, an invitation for entering commands does not appear, but some messages appear, apparently related to the operation of Chrome. Although, as you can see in the screenshot, before that I ran Sublime Text and everything started fine.
509c3c7cc400497bad3862c0351f2495.png

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
sim3x, 2015-04-13
@AceLightning

PATH_TO_PROGRAM > /dev/null 2>&1 &
2>&1 redirect STDERR errors to main STDOUT
> /dev/null send STDOUT to /dev/null = null
& send task to background
further reading
man jobs

A
Artem Kiryanov, 2015-04-12
@hacker342

Apparently, when you selected the "Make Google Chrome your default browser" option, it created three files. They are located in /local/share/applications, you have to click "Show hidden files" this option shows all files in this folder. Delete every file that is named Chrome and deleting those files will cause Google Chrome to start correctly. PS Personally, this method helped me.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question