From 8150ef0a55483a3ef6ced502a1921f2b34102ade Mon Sep 17 00:00:00 2001 From: Dustin Kirkland Date: Mon, 2 Feb 2009 14:01:44 +0100 Subject: [PATCH] * screen-profiles-helper: update auto-launch-on-login detection to look at ~/.profile --- screen-profiles-helper | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/screen-profiles-helper b/screen-profiles-helper index 06da4359..cf417e91 100755 --- a/screen-profiles-helper +++ b/screen-profiles-helper @@ -437,7 +437,7 @@ def main(): except: showhelp="on" - isInstalled = (commands.getoutput('grep screen-launcher '+(HOME+'/.bashrc')) != "") + isInstalled = (commands.getoutput('grep screen-launcher '+(HOME+'/.profile')) != "") if showhelp == "on" : tag = help(screen, size, config)