How to make scripts run in Guake terminal instead of normal terminal

Posted by Nirmik on Ask Ubuntu See other posts from Ask Ubuntu or by Nirmik
Published on 2012-06-17T14:18:00Z Indexed on 2012/06/17 15:24 UTC
Read the original article Hit count: 375

Filed under:
|
|

I have installed Guake terminal and I find it amazing.

I have many scripts added as .desktop files in launcher.

Now I want these scripts to run in the Guake terminal instead of opening in the normal Gnome terminal.

How can I achieve this?

Thanx :)


Edit-

The .desktop file is such-

  [Desktop Entry]
  Type=Application
  Terminal=true
  Icon=/path/to/icon/icon.svg
  Name=app-name
  Exec=/path/to/file/mount-unmount.sh
  Name=app-name

© Ask Ubuntu or respective owner

Related posts about terminal

Related posts about scripts