Results 1 to 3 of 3

Thread: Panel Custom Apps

  1. #1
    Join Date
    Jan 2011
    Beans
    16
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Panel Custom Apps

    So I made some panel buttons that execute commands to start and stop my apache server. Well actually they refer to scripts that do that but I'm pretty sure that's irrelevant. The buttons don't work unless I have elevated the user to su through some other method. They include sudo at the front of them so they should prompt me for the su password but they don't. Any ideas why this is? I've tried it with simply commands and also buttons linking to scripts and it's the same either way.

  2. #2
    Join Date
    Feb 2011
    Beans
    4

    Re: Panel Custom Apps

    Just use a regular distro base system and add your own app packages into a folder to be installed later. That's about the closest you can get without scripting it in.

  3. #3
    Join Date
    Jan 2011
    Location
    Kansas City, KS
    Beans
    1,319
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Panel Custom Apps

    You need to make it gksudo instead. Just sudo only works within a terminal window. With gksudo, you'll get your familiar popup password request when running a script like this.
    I know I shouldn't use tildes for decoration, but they always make me feel at home~

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
  •