source: kde/kreadconfig/kreadconfig-test.sh

Last change on this file 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
RevLine 
[794]1#!/bin/bash
2
[795]3# test application for kreadconfig.py
4# $Id: kreadconfig-test.sh 817 2010-02-01 15:20:49Z joergs $
5
[794]6#kde4-config --path config
7
[796]8#echo "set KDEDIRS to test/profile1 and test/profile2"
[794]9export KDEDIRS=$PWD/test/profile1:$PWD/test/profile2
[796]10echo KDEDIRS=$KDEDIRS
[794]11
12#echo $KDEDIRS
13kde4-config --path config
[817]14kde4-config --path apps
[794]15
16echo
17
18./kreadconfig.py testconfig
19
Note: See TracBrowser for help on using the repository browser.