|
Last change
on this file since 1095 was 817, checked in by joergs, on Feb 1, 2010 at 4:20:49 PM |
|
added program to dump all KDE resource types
|
-
Property svn:executable
set to
*
-
Property svn:keywords
set to
Id Rev
|
|
File size:
319 bytes
|
| Line | |
|---|
| 1 | #!/bin/bash
|
|---|
| 2 |
|
|---|
| 3 | # test application for kreadconfig.py
|
|---|
| 4 | # $Id: kreadconfig-test.sh 817 2010-02-01 15:20:49Z joergs $
|
|---|
| 5 |
|
|---|
| 6 | #kde4-config --path config
|
|---|
| 7 |
|
|---|
| 8 | #echo "set KDEDIRS to test/profile1 and test/profile2"
|
|---|
| 9 | export KDEDIRS=$PWD/test/profile1:$PWD/test/profile2
|
|---|
| 10 | echo KDEDIRS=$KDEDIRS
|
|---|
| 11 |
|
|---|
| 12 | #echo $KDEDIRS
|
|---|
| 13 | kde4-config --path config
|
|---|
| 14 | kde4-config --path apps
|
|---|
| 15 |
|
|---|
| 16 | echo
|
|---|
| 17 |
|
|---|
| 18 | ./kreadconfig.py testconfig
|
|---|
| 19 |
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.