Thunar desativa a inicialização automática de scripts executáveis

Desativar arquivo executável em execução

Thunar-1.6.3/thunar/thunar-file.c
SEARCH
: function "thunar_file_is_executable"
add return FALSE; at the first line in the function.

> gboolean
> thunar_file_is_executable (const ThunarFile *file)
> {
> return FALSE;

Remova o aviso de root na parte superior.

Thunar-1.6.3/thunar/thunar-window.c
SEARCH
: "check if we need to add the root warning"
and comment out the block.

Construa e substitua o binário existente.

# cd Path to Thunar-1.6.3
# ./configure
# make
# killall thunar
# cp thunar/.libs/thunar /usr/bin/