[Bug 268167] Re: kde-config creates $HOME/.kde

Francois Gouget fgouget at codeweavers.com
Sun Sep 14 12:20:11 UTC 2008


*** This bug is a duplicate of bug 53845 ***
    https://bugs.launchpad.net/bugs/53845

So maybe this bug should be reassigned to the package these functions are implemented in!
In the meantime, here's a proposed 'patch'... wrap kde-config with the following script:

---
#!/bin/sh
decoy=""
if [ -z "$HOME" ]
then
    decoy="/tmp/decoy"
    touch "$decoy"
fi
kde-config "$@"
rc="$?"
[ -z "$decoy" ] || rm "$decoy"
exit $rc
---

This does not impact kde-config's results in any way and stops it from
messing up the poor user's account.

-- 
kde-config creates $HOME/.kde
https://bugs.launchpad.net/bugs/268167
You received this bug notification because you are a member of Almost
Kubuntu Bugs, which is subscribed to kdelibs in ubuntu.




More information about the kubuntu-bugs mailing list