Changes between Initial Version and Version 1 of Ticket #206, comment 1
- Timestamp:
- 07/12/12 15:11:18 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #206, comment 1
initial v1 2 2 3 3 # Terminal 1: 4 {{{ 4 5 $ ./xpra start :100 5 I 6 }}} 7 6 8 # Terminal 2: 9 {{{ 7 10 $ ./xpra attach :100 8 11 failed to locate the dbus notification service … … 16 19 mmap enabled using /tmp/xpra.dgjfUh.mmap 17 20 Attached (press Control-C to detach) 21 }}} 18 22 19 23 In the log file, i have this: 24 {{{ 20 25 _XSERVTransmkdir: Owner of /tmp/.X11-unix should be set to root 21 26 expected keysym, got XF86TouchpadOn: line 120 of inet … … 48 53 ['setxkbmap', 'pc+us+inet'] 49 54 ['xkbcomp', '-', ':100'] with stdin=xkb_keymap {\n xkb_keycodes { .. 55 }}} 50 56 51 57 Then if I try to run ./xpra list, i have this: 58 {{{ 52 59 syarc@tlmlb001 bin$ ./xpra list 53 60 Found the following xpra sessions: 54 61 DEAD session at :100 (cleaned up) 62 }}} 55 63 56 Which erases ~/.xpra/tlmlb001-100=so I can't attach anymore64 Which erases {{{~/.xpra/tlmlb001-100=}}} so I can't attach anymore 57 65 58 66