summaryrefslogtreecommitdiffstats
path: root/ksmserver
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-11-04 01:03:47 -0600
committerSlávek Banko <slavek.banko@axis.cz>2012-11-09 02:17:44 +0100
commit6d0a6c62241e65e7a22030daeea99d9dac01b16e (patch)
tree41b867965755972cd4188f8c7eec3c7843f42752 /ksmserver
parentfeaba26040104505328ad5fcdafed4f6218c2790 (diff)
downloadtdebase-6d0a6c62241e65e7a22030daeea99d9dac01b16e.tar.gz
tdebase-6d0a6c62241e65e7a22030daeea99d9dac01b16e.zip
Fix references to user profile directory.
(cherry picked from commit a3b5ac40733523142094f6341d21945094790f51)
Diffstat (limited to 'ksmserver')
-rw-r--r--ksmserver/README4
1 files changed, 2 insertions, 2 deletions
diff --git a/ksmserver/README b/ksmserver/README
index 1c74111ae..cebf9adf6 100644
--- a/ksmserver/README
+++ b/ksmserver/README
@@ -122,7 +122,7 @@ desparately trying to connect to something, try setting it to some
bogus value.
In addition, ksmserver propagates both its network address and its
-process id in ~/.kde/socket-$HOSTNAME/KSMserver-$DISPLAY. A
+process id in ~/.trinity/socket-$HOSTNAME/KSMserver-$DISPLAY. A
utility function KApplication::propagateSessionManager() reads this
setting and sets SESSION_MANAGER accordingly, so that child processes
can pick it up. The function is called by clients that are started
@@ -172,6 +172,6 @@ Troubleshooting
If you experience trouble like 'logout does not work anymore' or 'I
cannot start new applications', as a result of a previous crash,
ensure that ksmserver is indeed not running anymore and remove the
-file ~/.kde/socket-$HOSTNAME/KSMserver-$DISPLAY. Shouldn't be necessry,
+file ~/.trinity/socket-$HOSTNAME/KSMserver-$DISPLAY. Shouldn't be necessry,
but one never knows.