PDA

View Full Version : [gnome] Strange behaviour of launcher on panel



codemind.org
April 28th, 2009, 01:53 PM
Ok, I've got such script to run my conky:

#!/bin/bash
# start conky
DIR=/home/codemind/.conky/
conky -c "$DIR"config_main &>/dev/null &
conky -c "$DIR"config_lastfm_top &>/dev/null &
conky -c "$DIR"config_lastfm_week &>/dev/null &
conky -c "$DIR"config_lastfm_recent &>/dev/null &
And when I'm running it by console or by lanucher on desktop all works fine. But when I put lanucher on gnome-panel something goes wrong - windows are staring in random order and not always all of them (sometimes 1, 2, 3 or all 4). What's wrong with launchers on gnome-panel?