summaryrefslogtreecommitdiff
path: root/99-playground/.xinitrc
diff options
context:
space:
mode:
Diffstat (limited to '99-playground/.xinitrc')
-rwxr-xr-x99-playground/.xinitrc14
1 files changed, 14 insertions, 0 deletions
diff --git a/99-playground/.xinitrc b/99-playground/.xinitrc
new file mode 100755
index 0000000000..bade74592c
--- /dev/null
+++ b/99-playground/.xinitrc
@@ -0,0 +1,14 @@
+#!/bin/sh
+
+exec >$HOME/xerrors 2>&1
+
+# test: dies a simple X11 program start?
+#exec xvt -geometry +1+1 -display $DISPLAY
+
+# start plasma under strace and collect trace files in /tmp
+/usr/bin/rm -rf /tmp/trace.*
+exec /usr/bin/strace -ff -o /tmp/trace.txt -e trace=file \
+ -e trace=file \
+ --no-abbrev -e abbrev=!execve -s 2000 \
+ startplasma-x11
+#exec startplasma-x11