! Please note that this is a snapshot of our old Bugzilla server, which is read only since May 29, 2020. Please go to gitlab.xfce.org for our new server !
Actions not working
Status:
RESOLVED: FIXED
Product:
Thunar-vcs-plugin
Component:
General

Comments

Description Martina Mostert 2008-06-25 13:01:17 CEST
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
Comment 1 Peter de Ridder editbugs 2008-07-06 17:42:30 CEST
(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
Comment 2 Martina Mostert 2008-07-07 07:24:07 CEST
(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
Comment 3 Peter de Ridder editbugs 2008-07-08 20:28:05 CEST
I found the problem.
gdk_threads_enter needs to be called after gdk_threads_init and before gtk_main.
fixed in r5034

Bug #4169

Reported by:
Martina Mostert
Reported on: 2008-06-25
Last modified on: 2009-07-14

People

Assignee:
Peter de Ridder
CC List:
0 users

Version

Version:
unspecified

Attachments

Additional information