Skip to content
Discussion options

You must be logged in to vote

That's normal job control, nothing is wrong. When you background a process with &, bash prints [1] 12345: the [1] is the job number and 12345 is the process ID, which changes every launch because each new process gets a fresh one. Safe to ignore.

If you would rather not see them, launch it detached and quiet with setsid nautilus >/dev/null 2>&1.

More on how this works: https://www.gnu.org/software/bash/manual/html_node/Job-Control-Basics.html

Sounds like Home is back and Nautilus launches the way you wanted, so if you are happy with it all, feel free to mark this as the answer, thanks

Replies: 4 comments 12 replies

Comment options

You must be logged in to vote
1 reply
@johne53
Comment options

Comment options

You must be logged in to vote
6 replies
@ELHart05
Comment options

@johne53
Comment options

@ELHart05
Comment options

@johne53
Comment options

@ELHart05
Comment options

Comment options

You must be logged in to vote
3 replies
@ELHart05
Comment options

Answer selected by johne53
@johne53
Comment options

@ELHart05
Comment options

Comment options

You must be logged in to vote
2 replies
@johne53
Comment options

@johne53
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants