18 Feb
2013
18 Feb
'13
05:14
https://bugzilla.novell.com/show_bug.cgi?id=796875 https://bugzilla.novell.com/show_bug.cgi?id=796875#c7 --- Comment #7 from Michael Catanzaro <mike.catanzaro@gmail.com> 2013-02-18 05:14:33 UTC --- I think if instead of this: grep -q "NoDisplay=true" $desktop_new || echo "StartupNotify=true"
$desktop_new
we do this: grep -q "NoDisplay=true" $desktop_new || sed -i "2i StartupNotify=true" $desktop_new it should work. Going to test this soon and submit to LO:Factory if nothing goes wrong. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.