--- src/softkey_quickpanel/data/89shr_elm_softkey | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/softkey_quickpanel/data/89shr_elm_softkey b/src/softkey_quickpanel/data/89shr_elm_softkey index e3cbf50..81a3d6d 100644 --- a/src/softkey_quickpanel/data/89shr_elm_softkey +++ b/src/softkey_quickpanel/data/89shr_elm_softkey @@ -1,3 +1,3 @@ #!/bin/sh -e -DISPLAY=:0.0 /usr/bin/shr_elm_softkey & +(sleep 10; /usr/bin/shr_elm_softkey) & -- 1.7.1 _______________________________________________ Shr-devel mailing list [email protected] http://lists.shr-project.org/mailman/listinfo/shr-devel
