From a84b2dfef6a2c7b3268b7016e4efdb1bc8897e93 Mon Sep 17 00:00:00 2001 From: 2Shirt <1923621+2Shirt@users.noreply.github.com> Date: Tue, 19 Dec 2017 07:06:42 -0700 Subject: [PATCH] Thunar no stays open after mount-all-volumes call --- .bin/Scripts/mount-all-volumes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bin/Scripts/mount-all-volumes b/.bin/Scripts/mount-all-volumes index a183e5c3..fbd7084b 100755 --- a/.bin/Scripts/mount-all-volumes +++ b/.bin/Scripts/mount-all-volumes @@ -29,7 +29,7 @@ if __name__ == '__main__': print_standard('\nDone.') if 'foh' in sys.argv: pause("Press Enter to exit...") - popen_program(['thunar', '/media']) + popen_program(['nohup', 'thunar', '/media']) exit_script() except SystemExit: pass