Rename ksocket and kcache

pull/2/head
Timothy Pearson 12 years ago
parent 057932620b
commit 0a661f6bb6

@ -662,7 +662,7 @@ These are usually to be found in the following locations:</para>
<listitem><para><filename>~/.kde/tmp-<replaceable>hostname</replaceable></filename> which is normally a symlink to the next file:</para></listitem>
<listitem><para><filename>/tmp/tmp-kde-<replaceable>USER</replaceable></filename></para></listitem>
<listitem><para><filename>~/.kde/socket-<replaceable>hostname</replaceable></filename> which is also normally a symlink to:</para></listitem>
<listitem><para><filename>/tmp/ksocket-<replaceable>USER</replaceable></filename></para></listitem>
<listitem><para><filename>/tmp/tdesocket-<replaceable>USER</replaceable></filename></para></listitem>
</itemizedlist>
<para>If the symlinks get broken, usually because a

@ -420,7 +420,7 @@ the following symlinks and directories will be created using the
<varlistentry>
<term><filename>$<envar>TDEHOME</envar>/socket-$<envar>HOSTNAME</envar></filename></term>
<listitem><para>Usually <filename
class="directory">/tmp/ksocket-$<envar>USER</envar>/</filename>, this
class="directory">/tmp/tdesocket-$<envar>USER</envar>/</filename>, this
is used for various &UNIX; sockets.</para>
</listitem>
</varlistentry>

@ -33,9 +33,9 @@ struct GreeterPluginHandle {
kgreeterplugin_info *info;
};
#define FIFO_DIR "/tmp/ksocket-global"
#define FIFO_FILE "/tmp/ksocket-global/kdesktoplockcontrol"
#define FIFO_FILE_OUT "/tmp/ksocket-global/kdesktoplockcontrol_out"
#define FIFO_DIR "/tmp/tdesocket-global"
#define FIFO_FILE "/tmp/tdesocket-global/kdesktoplockcontrol"
#define FIFO_FILE_OUT "/tmp/tdesocket-global/kdesktoplockcontrol_out"
#define PIPE_CHECK_INTERVAL 50
//===========================================================================

@ -458,7 +458,7 @@ fi
# Link "tmp" "socket" and "cache" resources to directory in /tmp
# Creates:
# - a directory /tmp/kde-$USER and links $TDEHOME/tmp-$HOSTNAME to it.
# - a directory /tmp/ksocket-$USER and links $TDEHOME/socket-$HOSTNAME to it.
# - a directory /tmp/tdesocket-$USER and links $TDEHOME/socket-$HOSTNAME to it.
# - a directory /var/tmp/kdecache-$USER and links $TDEHOME/cache-$HOSTNAME to it.
# Note: temporary locations can be overriden through the KDETMP and KDEVARTMP
# environment variables.

@ -86,9 +86,9 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#include <X11/Xlib.h>
#define FIFO_DIR "/tmp/ksocket-global/tdm"
#define FIFO_FILE "/tmp/ksocket-global/tdm/tdmctl-%1"
#define FIFO_SAK_FILE "/tmp/ksocket-global/tdm/tdmctl-sak-%1"
#define FIFO_DIR "/tmp/tdesocket-global/tdm"
#define FIFO_FILE "/tmp/tdesocket-global/tdm/tdmctl-%1"
#define FIFO_SAK_FILE "/tmp/tdesocket-global/tdm/tdmctl-sak-%1"
class UserListView : public KListView {
public:

@ -73,9 +73,9 @@
# define AF_LOCAL AF_UNIX
#endif
#define FIFO_DIR "/tmp/ksocket-global/tdm"
#define FIFO_FILE "/tmp/ksocket-global/tdm/tdmctl-%1"
#define FIFO_SAK_FILE "/tmp/ksocket-global/tdm/tdmctl-sak-%1"
#define FIFO_DIR "/tmp/tdesocket-global/tdm"
#define FIFO_FILE "/tmp/tdesocket-global/tdm/tdmctl-%1"
#define FIFO_SAK_FILE "/tmp/tdesocket-global/tdm/tdmctl-sak-%1"
bool trinity_desktop_lock_use_system_modal_dialogs = TRUE;
extern bool trinity_desktop_lock_use_sak;

@ -22,7 +22,7 @@
#include <tqstringlist.h>
#define FIFO_FILE "/tmp/ksocket-global/tsak"
#define FIFO_FILE "/tmp/tdesocket-global/tsak"
TQString exec(const char * cmd) {
FILE* pipe = popen(cmd, "r");

@ -38,9 +38,9 @@ License along with tsak. If not, see http://www.gnu.org/licenses/.
#include <libudev.h>
#include <libgen.h>
#define FIFO_DIR "/tmp/ksocket-global"
#define FIFO_FILE_OUT "/tmp/ksocket-global/tsak"
#define FIFO_LOCKFILE_OUT "/tmp/ksocket-global/tsak.lock"
#define FIFO_DIR "/tmp/tdesocket-global"
#define FIFO_FILE_OUT "/tmp/tdesocket-global/tsak"
#define FIFO_LOCKFILE_OUT "/tmp/tdesocket-global/tsak.lock"
#define MAX_KEYBOARDS 64
#define MAX_INPUT_NODE 128

Loading…
Cancel
Save