summaryrefslogtreecommitdiffstats
path: root/superkaramba/examples/test_all.sh
blob: cdf192d7012ad6b50f0cda76981a68a46f5da796 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
#!/bin/sh
themes=(
	"text/text.theme"
	"autoHide/main.theme" 
	"bar/bar.theme"
	"graph/graph.theme"
	"image/image.theme"
	"popupMenu/popupMenu.theme"
	"taskBar/cleanbar/cleanbar.theme"
	"richtext/richtext.theme"
	"richtext/rtext.theme"
	"globalMouse/eyes.theme"
	"tqunicode/tqunicode.theme"
        "mouseDrag/karmix/karmix.theme"
        "input_api/input_api.theme"
        "input_example/input_example.theme"
)

for theme in "${themes[@]}"
do
	echo $theme
	dcop `dcop superkaramba* | head -n 1` default openTheme $PWD/$theme
	read a
	dcop `dcop superkaramba* | head -n 1` default closeTheme `expr $theme : '.*/\(.*\)\.'`
done

#dcop `dcop superkaramba* | head -n 1` default quit