* screen-profiles-helper: update auto-launch-on-login detection to look

at ~/.profile
This commit is contained in:
Dustin Kirkland 2009-02-02 14:01:44 +01:00
commit 8150ef0a55

View file

@ -437,7 +437,7 @@ def main():
except: except:
showhelp="on" showhelp="on"
isInstalled = (commands.getoutput('grep screen-launcher '+(HOME+'/.bashrc')) != "") isInstalled = (commands.getoutput('grep screen-launcher '+(HOME+'/.profile')) != "")
if showhelp == "on" : if showhelp == "on" :
tag = help(screen, size, config) tag = help(screen, size, config)