Page 2 of 2 FirstFirst 12
Results 11 to 13 of 13

Thread: Shutdown problem in 14.04 after installed Plank

  1. #11
    Join Date
    Aug 2014
    Beans
    Hidden!
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: Shutdown problem in 14.04 after installed Plank

    In the command field use
    Code:
    sh -c "sleep 20 && plank"

  2. #12
    Join Date
    Jul 2006
    Location
    Here
    Beans
    11,187

    Re: Shutdown problem in 14.04 after installed Plank

    put it in a script & call the script.

    #!/bin/sh
    sleep 20
    plank &
    exit 0

  3. #13
    Join Date
    Jan 2015
    Beans
    3

    Re: Shutdown problem in 14.04 after installed Plank

    That worked great. Thanks so much for your help!

Page 2 of 2 FirstFirst 12

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •