launcher hide behaviour in maximized app

Asked by testfiles

When there's maximized app running behind(activated or not), launcher automatically hides immediately after clicking icon.

Is there any option to correct this? This is very annoying when I have multiple jobs to do in launcher(e.g. run apps at once)

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu unity Edit question
Assignee:
No assignee Edit question
Solved by:
actionparsnip
Solved:
Last query:
Last reply:
Revision history for this message
testfiles (testfiles) said :
#1

I'm using Natty beta1

Revision history for this message
Best actionparsnip (andrew-woodhead666) said :
#2

You could make a suggestion on:

http://brainstorm.ubuntu.com

If you run the SAME groups of commands a lot, you could make a script to run them, then add THAT to the laucher. Something like:

#!/bin/bash
leafpad &
pidgin &
chromium-browser &

Will launch all 3 apps using one click (obviously make a launcher for the script then add it where you wish

Revision history for this message
testfiles (testfiles) said :
#3

Thanks actionparsnip, that solved my question.