I installed the plugin version 0.0.2. and although it appears in the thunar context menu as well as in the file properties dialog none of the actions does anything, except from a few like 'diff' and 'info' that pop up with 'Action XYZ is unimplemented'. Greetings Martina
(In reply to comment #0) > I installed the plugin version 0.0.2. and although it appears in the thunar > context menu as well as in the file properties dialog none of the actions does > anything, except from a few like 'diff' and 'info' that pop up with 'Action XYZ > is unimplemented'. > > Greetings > > Martina > Could you try running the tsp-svn-helper directly and see what happens. tsp-svn-helper can be found in one of the libexec dirs. /usr/local/libexec/tsp-svn-helper --status ~ or /usr/libexec/tsp-svn-helper --status ~ or whatever your install prefix is. this should give you a dialog, probebly saying your home dir isn't a working copy. Greetings, Peter de Ridder
(In reply to comment #1) Here is the output of tsp-svn-helper --status ~: tsp-svn-helper: Error detected by libpthread: Unlocking unlocked mutex. Detected by file "/usr/src/lib/libpthread/pthread_mutex.c", line 363, function "pthread_mutex_unlock". See pthread(3) for information. Abort trap (core dumped) Greetings Martina
I found the problem. gdk_threads_enter needs to be called after gdk_threads_init and before gtk_main. fixed in r5034