*** 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 Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to