|
Last change
on this file since 1089 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:
644 bytes
|
| Rev | Line | |
|---|
| [794] | 1 | #!/bin/bash
|
|---|
| 2 |
|
|---|
| [795] | 3 | # test application for kreadconfig.py
|
|---|
| 4 | # $Id: kread-desktopfile-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] | 9 | export KDEDIRS=$PWD/test/profile1:$PWD/test/profile2
|
|---|
| [796] | 10 | echo KDEDIRS=$KDEDIRS
|
|---|
| [794] | 11 |
|
|---|
| 12 | #echo $KDEDIRS
|
|---|
| [817] | 13 | #kde4-config --path config
|
|---|
| 14 | kde4-config --path apps
|
|---|
| [794] | 15 |
|
|---|
| 16 | echo
|
|---|
| 17 |
|
|---|
| [817] | 18 | #./kreadconfig.py testconfig
|
|---|
| [794] | 19 |
|
|---|
| [817] | 20 | # OK
|
|---|
| 21 | #./kread-desktopfile.py /usr/share/applications/xmag.desktop
|
|---|
| 22 |
|
|---|
| 23 | # NOK
|
|---|
| 24 | #./kread-desktopfile.py test.desktop
|
|---|
| 25 |
|
|---|
| 26 | # OK
|
|---|
| 27 | #./kread-desktopfile.py testdir/test.desktop
|
|---|
| 28 |
|
|---|
| 29 | # OK
|
|---|
| 30 | #./kread-desktopfile.py test2.desktop
|
|---|
| 31 |
|
|---|
| 32 | #./kread-desktopfile.py /usr/share/applications/xmag.desktop
|
|---|
| 33 |
|
|---|
| 34 | FILE=testdir/test.desktop
|
|---|
| 35 |
|
|---|
| 36 | ./kread-desktopfile.py $FILE |
|---|
Note:
See
TracBrowser
for help on using the repository browser.